OSID Logo
OSID Specifications
workflow rules package
Version 3.0.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.IdListstepConstrainerEnablerIdslist of step constrainer enablers
ErrorsNULL_ARGUMENTstepConstrainerEnablerIds 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_ARGUMENTstepConstrainerEnablerSearchOrder is null
UNSUPPORTEDstepConstrainerEnablerSearchOrder 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_ARGUMENTstepConstrainerEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(stepConstrainerEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.