Modifier and Type | Field and Description |
---|---|
protected SearchType[] |
SearchGroup.searchTypes
search types added to this search group
|
Modifier and Type | Method and Description |
---|---|
SearchType[] |
SearchGroup.getSearchTypes()
Returns list of search types.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DataObjectSearchGroup.add(SearchType searchType)
Adds a search type to this search group.
|
protected void |
FileObjectSearchGroup.add(SearchType searchType)
Adds a search type to this search group.
|
protected void |
SearchGroup.add(SearchType searchType)
Adds a search type to this search group.
|
static SearchGroup[] |
SearchGroup.createSearchGroups(SearchType[] items)
Creates a search group for each type of object searchable by all
the specified search types.
|