OSID Logo
OSID Specifications
workflow event package
Version 3.0.0
Interfaceosid.workflow.event.WorkflowEventSearch
Implementsosid.OsidSearch
Used Byosid.workflow.event.WorkflowEventSearchSession
Description

The search interface for governing workflow event searches.

MethodsearchAmongWorkflowEvents
Description

Execute this search among the given list of workflow events.

Parametersosid.id.IdListworkflowEventIdslist of workflow events
ErrorsNULL_ARGUMENTworkflowEventIds is null
CompliancemandatoryThis method must be implemented.
MethodorderWorkflowEventResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.event.WorkflowEventSearchOrderworkflowEventSearchOrderworkflow event search order
ErrorsNULL_ARGUMENTworkflowEventSearchOrder is null
UNSUPPORTEDworkflowEventSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetWorkflowEventSearchRecord
Description

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

Parametersosid.type.TypeworkflowEventSearchRecordTypea workflow event search record type
Returnosid.workflow.event.records.WorkflowEventSearchRecordthe workflow event search record
ErrorsNULL_ARGUMENTworkflowEventSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(workflowEventSearchRecordType) is false
CompliancemandatoryThis method must be implemented.