public interface CompositionQueryInspector extends OsidObjectQueryInspector, OsidContainableQueryInspector, OsidOperableQueryInspector, OsidSourceableQueryInspector
This is the query inspector for examining composition queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAssetIdTerms()
Gets the asset
Id query terms. |
AssetQueryInspector[] |
getAssetTerms()
Gets the asset query terms.
|
CompositionQueryInspectorRecord |
getCompositionQueryInspectorRecord(Type compositionRecordType)
Gets the composition query inspector record corresponding to the given
Composition record Type. |
IdTerm[] |
getContainedCompositionIdTerms()
Gets the contained composition
Id query terms. |
CompositionQueryInspector[] |
getContainedCompositionTerms()
Gets the contained composition query terms.
|
IdTerm[] |
getContainingCompositionIdTerms()
Gets the containing composition
Id query terms. |
CompositionQueryInspector[] |
getContainingCompositionTerms()
Gets the containing composition query terms.
|
IdTerm[] |
getRepositoryIdTerms()
Gets the repository
Id query terms. |
RepositoryQueryInspector[] |
getRepositoryTerms()
Gets the repository query terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetSequesteredTermsgetActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getAssetIdTerms()
Id query terms.mandatory - This method must be implemented. AssetQueryInspector[] getAssetTerms()
mandatory - This method must be implemented. IdTerm[] getContainingCompositionIdTerms()
Id query terms.mandatory - This method must be implemented. CompositionQueryInspector[] getContainingCompositionTerms()
mandatory - This method must be implemented. IdTerm[] getContainedCompositionIdTerms()
Id query terms.mandatory - This method must be implemented. CompositionQueryInspector[] getContainedCompositionTerms()
mandatory - This method must be implemented. IdTerm[] getRepositoryIdTerms()
Id query terms.mandatory - This method must be implemented. RepositoryQueryInspector[] getRepositoryTerms()
mandatory - This method must be implemented. CompositionQueryInspectorRecord getCompositionQueryInspectorRecord(Type compositionRecordType) throws OperationFailedException
Composition record Type. compositionRecordType - a composition record typeNullArgumentException - compositionRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(compositionRecordType) is false
mandatory - This method must be implemented.