| Interface | osid.repository.AssetContentSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Used By | osid.repository.AssetContentSearchSession | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getAssetContents | ||
| Description |
Gets the asset content list resulting from a search. | ||
| Return | osid.repository.AssetContentList | the asset content list | |
| Errors | ILLEGAL_STATE | list already retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssetContentQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.repository.AssetContentQueryInspector | the asset content query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssetContentSearchResultsRecord | ||
| Description |
Gets the asset content search results record
corresponding to the given asset content search record
| ||
| Parameters | osid.type.Type | assetContentSearchRecordType | an asset content search record type |
| Return | osid.repository.records.AssetContentSearchResultsRecord | the asset content search results record | |
| Errors | NULL_ARGUMENT | assetContentSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(assetContentSearchRecordTypee) is
false | ||
| Compliance | mandatory | This method must be implemented. | |