OSID Logo
OSID Specifications
repository package
Version 3.1.0
Interfaceosid.repository.AssetContentSearchResults
Implementsosid.OsidSearchResults
Used Byosid.repository.AssetContentSearchSession
Description

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

MethodgetAssetContents
Description

Gets the asset content list resulting from a search.

Returnosid.repository.AssetContentList the asset content list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetAssetContentQueryInspector
Description

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

Returnosid.repository.AssetContentQueryInspector the asset content query inspector
Compliancemandatory This method must be implemented.
MethodgetAssetContentSearchResultsRecord
Description

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

Parametersosid.type.TypeassetContentSearchRecordType an asset content search record type
Returnosid.repository.records.AssetContentSearchResultsRecord the asset content search results record
ErrorsNULL_ARGUMENT assetContentSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(assetContentSearchRecordTypee) is false
Compliancemandatory This method must be implemented.