OSID Logo
OSID Specifications
workflow package
Version 3.0.0
Interfaceosid.workflow.ProcessSearch
Implementsosid.OsidSearch
Used Byosid.workflow.ProcessSearchSession
Description

The search interface for governing process searches.

MethodsearchAmongProcesses
Description

Execute this search among the given list of processes.

Parametersosid.id.IdListprocessIdslist of processes
ErrorsNULL_ARGUMENTprocessIds is null
CompliancemandatoryThis method must be implemented.
MethodorderProcessResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.ProcessSearchOrderprocessSearchOrderprocess search order
ErrorsNULL_ARGUMENTprocessSearchOrder is null
UNSUPPORTEDprocessSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetProcessSearchRecord
Description

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

Parametersosid.type.TypeprocessSearchRecordTypea process search record type
Returnosid.workflow.records.ProcessSearchRecordthe process search record
ErrorsNULL_ARGUMENTprocessSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processSearchRecordType) is false
CompliancemandatoryThis method must be implemented.