Modifier and Type | Class and Description |
---|---|
class |
DataObjectSearchGroup
Search group which perform search on data objects.
|
class |
FileObjectSearchGroup
Search group which perform search on file objects.
|
Modifier and Type | Method and Description |
---|---|
SearchGroup |
SearchGroup.Factory.createSearchGroup()
Creates new
SearchGroup object. |
static SearchGroup |
SearchGroup.Registry.createSearchGroup(Class searchObjectType)
Creates a
SearchGroup for the specified search object
type. |
static SearchGroup[] |
SearchGroup.createSearchGroups(SearchType[] items)
Creates a search group for each type of object searchable by all
the specified search types.
|