public interface AssetContentQueryInspector extends OsidObjectQueryInspector, OsidSubjugateableQueryInspector
This is the query inspector for examining asset content queries.
| Modifier and Type | Method and Description |
|---|---|
TypeTerm[] |
getAccessibilityTypeTerms()
Gets the accesibility type query terms.
|
AssetContentQueryInspectorRecord |
getAssetContentQueryInspectorRecord(Type assetContentRecordType)
Gets the asset content query inspector corresponding to the given
AssetContent record Type. |
CardinalRangeTerm[] |
getDataLengthTerms()
Gets the data length query terms.
|
BytesTerm[] |
getDataTerms()
Gets the data query terms.
|
StringTerm[] |
getURLTerms()
Gets the url query terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsTypeTerm[] getAccessibilityTypeTerms()
mandatory - This method must be implemented. CardinalRangeTerm[] getDataLengthTerms()
mandatory - This method must be implemented. BytesTerm[] getDataTerms()
mandatory - This method must be implemented. StringTerm[] getURLTerms()
mandatory - This method must be implemented. AssetContentQueryInspectorRecord getAssetContentQueryInspectorRecord(Type assetContentRecordType) throws OperationFailedException
AssetContent record Type. assetContentRecordType - an asset content record typeNullArgumentException - assetContentRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(assetContentRecordType) is false
mandatory - This method must be implemented.