OSID Logo
OSID Specifications
workflow package
Version 3.0.0
Interfaceosid.workflow.StepSearch
Implementsosid.OsidSearch
Used Byosid.workflow.StepSearchSession
Description

The search interface for governing step searches.

MethodsearchAmongSteps
Description

Execute this search among the given list of steps.

Parametersosid.id.IdListstepIdslist of steps
ErrorsNULL_ARGUMENTstepIds is null
CompliancemandatoryThis method must be implemented.
MethodorderStepResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.StepSearchOrderstepSearchOrderstep search order
ErrorsNULL_ARGUMENTstepSearchOrder is null
UNSUPPORTEDstepSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetStepSearchRecord
Description

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

Parametersosid.type.TypestepSearchRecordTypea step search record type
Returnosid.workflow.records.StepSearchRecordthe step search record
ErrorsNULL_ARGUMENTstepSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(stepSearchRecordType) is false
CompliancemandatoryThis method must be implemented.