Interface | osid.repository.AssetContentQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
Description |
This is the query inspector for examining asset content queries. | ||
Method | getAccessibilityTypeTerms | ||
Description |
Gets the accesibility type query terms. | ||
Return | osid.search.terms.TypeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDataLengthTerms | ||
Description |
Gets the data length query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDataTerms | ||
Description |
Gets the data query terms. | ||
Return | osid.search.terms.BytesTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getURLTerms | ||
Description |
Gets the url query terms. | ||
Return | osid.search.terms.StringTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssetContentQueryInspectorRecord | ||
Description |
Gets the asset content query inspector corresponding to
the given | ||
Parameters | osid.type.Type | assetContentRecordType | an asset content record type |
Return | osid.repository.records.AssetContentQueryInspectorRecord | the asset content query inspector record | |
Errors | NULL_ARGUMENT | assetContentRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(assetContentRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |