OSID Logo
OSID Specifications
control package
Version 3.1.0
Interfaceosid.control.SystemSearch
Implementsosid.OsidSearch
Used Byosid.control.SystemSearchSession
Description

The search interface for governing system searches.

MethodsearchAmongSystems
Description

Execute this search among the given list of systems.

Parametersosid.id.IdListsystemIds list of systems
ErrorsNULL_ARGUMENT systemIds is null
Compliancemandatory This method must be implemented.
MethodorderSystemResults
Description

Specify an ordering to the search results.

Parametersosid.control.SystemSearchOrdersystemSearchOrder system search order
ErrorsNULL_ARGUMENT systemSearchOrder is null
UNSUPPORTED systemSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetSystemSearchRecord
Description

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

Parametersosid.type.TypesystemSearchRecordType a system search record type
Returnosid.control.records.SystemSearchRecord the system search record
ErrorsNULL_ARGUMENT systemSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(systemSearchRecordType) is false
Compliancemandatory This method must be implemented.