public interface OrganizationQueryInspector extends OsidObjectQueryInspector, OsidFederateableQueryInspector, OsidTemporalQueryInspector
The query inspectors provide a means of accessing the match terms of a
query. These interfaces are used to examine the actual query terms used in
a search or that may be used to create a smart catalog. Query inspectors
may be converted to OsidQuery
interfaces for reuse or
modification in the search sessions.
Modifier and Type | Method and Description |
---|---|
IdTerm[] |
getAncestorOrganizationIdTerms()
Gets the ancestor organization
Id query terms. |
OrganizationQueryInspector[] |
getAncestorOrganizationTerms()
Gets the ancestor organization query terms.
|
IdTerm[] |
getDescendantOrganizationIdTerms()
Gets the descendant organization
Id query terms. |
OrganizationQueryInspector[] |
getDescendantOrganizationTerms()
Gets the descendant organization query terms.
|
StringTerm[] |
getDisplayLabelTerms()
Gets the display label query terms.
|
OrganizationQueryInspectorRecord |
getOrganizationQueryInspectorRecord(Type organizationRecordType)
Gets the organization query inspector record corresponding to the
given
Organization record Type. |
IdTerm[] |
getRealmIdTerms()
Gets the realm
Id query terms. |
RealmQueryInspector[] |
getRealmTerms()
Gets the realm query terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTerms
getIdTerms
getRecordTypeTerms
getRecordTypes, hasRecordType
getAnyTerms, getKeywordTerms
getDateTerms, getEffectiveTerms, getEndDateTerms, getStartDateTerms
StringTerm[] getDisplayLabelTerms()
mandatory
- This method must be implemented. IdTerm[] getAncestorOrganizationIdTerms()
Id
query terms. Id
termsmandatory
- This method must be implemented. OrganizationQueryInspector[] getAncestorOrganizationTerms()
mandatory
- This method must be implemented. IdTerm[] getDescendantOrganizationIdTerms()
Id
query terms. Id
termsmandatory
- This method must be implemented. OrganizationQueryInspector[] getDescendantOrganizationTerms()
mandatory
- This method must be implemented. IdTerm[] getRealmIdTerms()
Id
query terms. Id
termsmandatory
- This method must be implemented. RealmQueryInspector[] getRealmTerms()
mandatory
- This method must be implemented. OrganizationQueryInspectorRecord getOrganizationQueryInspectorRecord(Type organizationRecordType) throws OperationFailedException
Organization
record Type.
organizationRecordType
- an organization record typeNullArgumentException
- organizationRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(organizationRecordType)
is false
mandatory
- This method must be implemented.