OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.rules.StepConstrainerEnablerSearch
Implementsosid.OsidSearch
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.IdListstepConstrainerEnablerIdslist of step constrainer enablers
ErrorsNULL_ARGUMENT stepConstrainerEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderStepConstrainerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.StepConstrainerEnablerSearchOrderstepConstrainerEnablerSearchOrderstep constrainer enabler search order
ErrorsNULL_ARGUMENT stepConstrainerEnablerSearchOrder is null
UNSUPPORTED stepConstrainerEnablerSearchOrder is not of this service
CompliancemandatoryThis 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.TypestepConstrainerEnablerSearchRecordTypea step constrainer enabler search record type
Returnosid.workflow.rules.records.StepConstrainerEnablerSearchRecordthe step constrainer enabler search record
ErrorsNULL_ARGUMENT stepConstrainerEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(stepConstrainerEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.