public interface AssetSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
AssetQueryInspector |
getAssetQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AssetList |
getAssets()
Gets the asset list resulting from a search.
|
AssetSearchResultsRecord |
getAssetSearchResultsRecord(Type assetSearchRecordType)
Gets the asset search results record corresponding to the given asset
search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeAssetList getAssets()
IllegalStateException - the list has already been
retrievedmandatory - This method must be implemented. AssetQueryInspector getAssetQueryInspector()
mandatory - This method must be implemented. AssetSearchResultsRecord getAssetSearchResultsRecord(Type assetSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an
object implementing the requested record.assetSearchRecordType - an asset search record typeNullArgumentException - assetSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(assetSearchRecordType) is false
mandatory - This method must be implemented.