| Interface | osid.repository.AssetContentQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
| Used By | osid.repository.AssetContentSearchResults | ||
osid.repository.AssetContentSmartRepositorySession | |||
osid.repository.AssetQueryInspector | |||
osid.repository.RepositoryQueryInspector | |||
| Description |
This is the query inspector for examining asset content queries. | ||
| Method | getAssetIdTerms | ||
| Description |
Gets the asset | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssetTerms | ||
| Description |
Gets the asset query terms. | ||
| Return | osid.repository.AssetQueryInspector[] | 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. | |