OSID Logo
OSID Specifications
repository package
Version 3.1.0
Interfaceosid.repository.AssetSearchResults
Implementsosid.OsidSearchResults
Used Byosid.repository.AssetSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetAssets
Description

Gets the asset list resulting from a search.

Returnosid.repository.AssetList the asset list
ErrorsILLEGAL_STATE the list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetAssetQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.repository.AssetQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetAssetSearchResultsRecord
Description

Gets the asset search results record corresponding to the given asset search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeassetSearchRecordType an asset search record type
Returnosid.repository.records.AssetSearchResultsRecord the asset search results record
ErrorsNULL_ARGUMENT assetSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(assetSearchRecordType) is false
Compliancemandatory This method must be implemented.