Interface OrganizationQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidTemporalQueryInspector
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.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the ancestor organizationIdquery terms.Gets the ancestor organization query terms.IdTerm[]Gets the descendant organizationIdquery terms.Gets the descendant organization query terms.Gets the display label query terms.getOrganizationQueryInspectorRecord(Type organizationRecordType) Gets the organization query inspector record corresponding to the givenOrganizationrecordType.IdTerm[]Gets the realmIdquery terms.Gets the realm query terms.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidExtensibleQueryInspector
getRecordTypeTermsMethods inherited from interface OsidIdentifiableQueryInspector
getIdTermsMethods inherited from interface OsidObjectQueryInspector
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsModifier and TypeMethodDescriptionIdTerm[]Gets the commentIdquery terms.Gets the comment query terms.IdTerm[]Gets the creditIdquery terms.Gets the credit query terms.Gets the description query terms.Gets the display name query terms.TypeTerm[]Gets the genus type query terms.IdTerm[]Gets the journal entryIdquery terms.Gets the journal entry query terms.TypeTerm[]Gets the parent genus type query terms.IdTerm[]Gets the relationshipIdquery terms.IdTerm[]Gets the relationship peerIdquery terms.Gets the relationship query terms.IdTerm[]Gets the stateIdquery terms.Gets the state query terms.Gets the statistic query terms.IdTerm[]Gets the subjectIdquery terms.Gets the subject relevancy query terms.Gets the subject query terms.Methods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.Methods inherited from interface OsidTemporalQueryInspector
getDateTerms, getEffectiveTerms, getEndDateTerms, getStartDateTermsModifier and TypeMethodDescriptionGets the date query terms.Gets the effective query terms.Gets the end date query terms.Gets the start date query terms.
-
Method Details
-
getDisplayLabelTerms
StringTerm[] getDisplayLabelTerms()Gets the display label query terms.- Returns:
- the display label terms
- Compliance:
mandatory- This method must be implemented.
-
getAncestorOrganizationIdTerms
IdTerm[] getAncestorOrganizationIdTerms()Gets the ancestor organizationIdquery terms.- Returns:
- the ancestor organization
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAncestorOrganizationTerms
OrganizationQueryInspector[] getAncestorOrganizationTerms()Gets the ancestor organization query terms.- Returns:
- the ancestor organization terms
- Compliance:
mandatory- This method must be implemented.
-
getDescendantOrganizationIdTerms
IdTerm[] getDescendantOrganizationIdTerms()Gets the descendant organizationIdquery terms.- Returns:
- the descendant organization
Idterms - Compliance:
mandatory- This method must be implemented.
-
getDescendantOrganizationTerms
OrganizationQueryInspector[] getDescendantOrganizationTerms()Gets the descendant organization query terms.- Returns:
- the descendant organization terms
- Compliance:
mandatory- This method must be implemented.
-
getRealmIdTerms
IdTerm[] getRealmIdTerms()Gets the realmIdquery terms.- Returns:
- the realm
Idterms - Compliance:
mandatory- This method must be implemented.
-
getRealmTerms
RealmQueryInspector[] getRealmTerms()Gets the realm query terms.- Returns:
- the realm terms
- Compliance:
mandatory- This method must be implemented.
-
getOrganizationQueryInspectorRecord
OrganizationQueryInspectorRecord getOrganizationQueryInspectorRecord(Type organizationRecordType) throws OperationFailedException Gets the organization query inspector record corresponding to the givenOrganizationrecordType.- Parameters:
organizationRecordType- an organization record type- Returns:
- the organization inspector query record
- Throws:
NullArgumentException-organizationRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(organizationRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-