OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.StepConstrainerSearch
Implementsosid.OsidSearch
Used Byosid.workflow.rules.StepConstrainerSearchSession
Description

The search interface for governing step constrainer searches.

MethodsearchAmongStepConstrainers
Description

Execute this search among the given list of step constrainers.

Parametersosid.id.IdListofficeIds list of step constrainers
ErrorsNULL_ARGUMENT officeIds is null
Compliancemandatory This method must be implemented.
MethodorderStepConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.StepConstrainerSearchOrderstepConstrainerSearchOrder step constrainer search order
ErrorsNULL_ARGUMENT stepConstrainerSearchOrder is null
UNSUPPORTED stepConstrainerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetStepConstrainerSearchRecord
Description

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

Parametersosid.type.TypestepConstrainerSearchRecordType a step constrainer search record type
Returnosid.workflow.rules.records.StepConstrainerSearchRecord the step constrainer search record
ErrorsNULL_ARGUMENT stepConstrainerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(stepConstrainerSearchRecordType) is false
Compliancemandatory This method must be implemented.