public interface Query extends XMLSerializable
BasicSearchQuery
AdvancedSearchQueryTerm
CompoundSearchQuery
containing any number of these three. Modifier and Type | Interface and Description |
---|---|
static class |
Query.Factory
Provides methods for creating queries.
|
XMLSerializable.OldVersionCompatible, XMLSerializable.VersionSupportType
ROOT_ELEMENT_NAME
Modifier and Type | Method and Description |
---|---|
Object |
getExtendedOptionValue(String code)
Get a specialized search option value.
|
boolean |
isBrowse()
Returns true if this is a browse query, false otherwise.
|
fromXML, toXML
Object getExtendedOptionValue(String code)
DatabaseService.getExtendedSearchOptions(boolean)
the user may set those options from the search panel and those values can be retrieved from the query.code
- of extended option (ExtendedSearchOption.getCode()
)boolean isBrowse()