OSID Logo
OSID Specifications
installation package
Version 3.0.0
Interfaceosid.installation.DepotSearch
Implementsosid.OsidSearch
Used Byosid.installation.DepotSearchSession
Description

The interface for governing depot searches.

MethodsearchAmongDepots
Description

Execute this search among the given list of depots.

Parametersosid.id.IdListdepotIdslist of depots
ErrorsNULL_ARGUMENTdepotIds is null
CompliancemandatoryThis method must be implemented.
MethodorderDepotResults
Description

Specify an ordering to the search results.

Parametersosid.installation.DepotSearchOrderdepotSearchOrderdepot search order
ErrorsNULL_ARGUMENTdepotSearchOrder is null
UNSUPPORTEDdepotSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetDepotSearchRecord
Description

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

Parametersosid.type.TypedepotSearchRecordTypea depot search record type
Returnosid.installation.records.DepotSearchRecordthe depot search record
ErrorsNULL_ARGUMENTdepotSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(depotSearchRecordType) is false
CompliancemandatoryThis method must be implemented.