Interface CatalogueQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidCatalogQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector
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 catalogueIdquery terms.Gets the ancestor catalogue query terms.IdTerm[]Gets the canonical unitIdquery terms.Gets the canonical unit query terms.getCatalogueQueryInspectorRecord(Type catalogueRecordType) Gets the record query inspector record corresponding to the givenCataloguerecordType.IdTerm[]Gets the descendant catalogueIdquery terms.Gets the descendant catalogue query terms.IdTerm[]Gets the offeringIdquery terms.Gets the offering query terms.IdTerm[]Gets the participantIdquery terms.Gets the participant query terms.IdTerm[]Gets the resultIdquery terms.Gets the result 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 OsidSourceableQueryInspector
getBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTerms
-
Method Details
-
getCanonicalUnitIdTerms
IdTerm[] getCanonicalUnitIdTerms()Gets the canonical unitIdquery terms.- Returns:
- the canonical unit
Idterms - Compliance:
mandatory- This method must be implemented.
-
getCanonicalUnitTerms
CanonicalUnitQueryInspector[] getCanonicalUnitTerms()Gets the canonical unit query terms.- Returns:
- the canonical unit terms
- Compliance:
mandatory- This method must be implemented.
-
getOfferingIdTerms
IdTerm[] getOfferingIdTerms()Gets the offeringIdquery terms.- Returns:
- the offering
Idterms - Compliance:
mandatory- This method must be implemented.
-
getOfferingTerms
OfferingQueryInspector[] getOfferingTerms()Gets the offering query terms.- Returns:
- the offering terms
- Compliance:
mandatory- This method must be implemented.
-
getParticipantIdTerms
IdTerm[] getParticipantIdTerms()Gets the participantIdquery terms.- Returns:
- the participant
Idterms - Compliance:
mandatory- This method must be implemented.
-
getParticipantTerms
ParticipantQueryInspector[] getParticipantTerms()Gets the participant query terms.- Returns:
- the participant terms
- Compliance:
mandatory- This method must be implemented.
-
getResultIdTerms
IdTerm[] getResultIdTerms()Gets the resultIdquery terms.- Returns:
- the result
Idterms - Compliance:
mandatory- This method must be implemented.
-
getResultTerms
ResultQueryInspector[] getResultTerms()Gets the result query terms.- Returns:
- the result terms
- Compliance:
mandatory- This method must be implemented.
-
getAncestorCatalogueIdTerms
IdTerm[] getAncestorCatalogueIdTerms()Gets the ancestor catalogueIdquery terms.- Returns:
- the ancestor catalogue
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAncestorCatalogueTerms
CatalogueQueryInspector[] getAncestorCatalogueTerms()Gets the ancestor catalogue query terms.- Returns:
- the ancestor catalogue terms
- Compliance:
mandatory- This method must be implemented.
-
getDescendantCatalogueIdTerms
IdTerm[] getDescendantCatalogueIdTerms()Gets the descendant catalogueIdquery terms.- Returns:
- the descendant catalogue
Idterms - Compliance:
mandatory- This method must be implemented.
-
getDescendantCatalogueTerms
CatalogueQueryInspector[] getDescendantCatalogueTerms()Gets the descendant catalogue query terms.- Returns:
- the descendant catalogue terms
- Compliance:
mandatory- This method must be implemented.
-
getCatalogueQueryInspectorRecord
CatalogueQueryInspectorRecord getCatalogueQueryInspectorRecord(Type catalogueRecordType) throws OperationFailedException Gets the record query inspector record corresponding to the givenCataloguerecordType.- Parameters:
catalogueRecordType- a catalogue record type- Returns:
- the catalogue query inspector record
- Throws:
NullArgumentException-catalogueRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(catalogueRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-