OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.StepEnablerSearch
Implementsosid.OsidSearch
Used Byosid.workflow.rules.StepEnablerSearchSession
Description

The search interface for governing step enabler searches.

MethodsearchAmongStepEnablers
Description

Execute this search among the given list of step enablers.

Parametersosid.id.IdListstepEnablerIdslist of step enablers
ErrorsNULL_ARGUMENTstepEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderStepEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.StepEnablerSearchOrderstepEnablerSearchOrderstep enabler search order
ErrorsNULL_ARGUMENTstepEnablerSearchOrder is null
UNSUPPORTEDstepEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetStepEnablerSearchRecord
Description

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

Parametersosid.type.TypestepEnablerSearchRecordTypea step enabler search record type
Returnosid.workflow.rules.records.StepEnablerSearchRecordthe step enabler search record
ErrorsNULL_ARGUMENTstepEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(stepEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.