OSID Logo
OSID Specifications
rules check package
Version 3.1.0
Interfaceosid.rules.check.CheckSearch
Implementsosid.OsidSearch
Used Byosid.rules.check.CheckSearchSession
Description

The search interface for governing check searches.

MethodsearchAmongChecks
Description

Execute this search among the given list of checks.

Parametersosid.id.IdListcheckIds list of checks
ErrorsNULL_ARGUMENT checkIds is null
Compliancemandatory This method must be implemented.
MethodorderCheckResults
Description

Specify an ordering to the search results.

Parametersosid.rules.check.CheckSearchOrdercheckSearchOrder check search order
ErrorsNULL_ARGUMENT checkSearchOrder is null
UNSUPPORTED checkSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetCheckSearchRecord
Description

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

Parametersosid.type.TypecheckSearchRecordType a check search record type
Returnosid.rules.check.records.CheckSearchRecord the check search record
ErrorsNULL_ARGUMENT checkSearchRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(checkSearchRecordType) is false
Compliancemandatory This method must be implemented.