OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.StepConstrainerEnablerSearch
Implementsosid.OsidSearch
Used Byosid.workflow.rules.StepConstrainerEnablerSearchSession
Description

The search interface for governing step constrainer enabler searches.

MethodsearchAmongStepConstrainerEnablers
Description

Execute this search among the given list of step constrainer enablers.

Parametersosid.id.IdListstepConstrainerEnablerIds list of step constrainer enablers
ErrorsNULL_ARGUMENT stepConstrainerEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderStepConstrainerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.StepConstrainerEnablerSearchOrderstepConstrainerEnablerSearchOrder step constrainer enabler search order
ErrorsNULL_ARGUMENT stepConstrainerEnablerSearchOrder is null
UNSUPPORTED stepConstrainerEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetStepConstrainerEnablerSearchRecord
Description

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

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