OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessConstrainerSearch
Implementsosid.OsidSearch
Used Byosid.workflow.rules.ProcessConstrainerSearchSession
Description

The search interface for governing process constrainer searches.

MethodsearchAmongProcessConstrainers
Description

Execute this search among the given list of process constrainers.

Parametersosid.id.IdListprocessConstrainerIdslist of process constrainer
ErrorsNULL_ARGUMENTprocessConstrainerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderProcessConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.ProcessConstrainerSearchOrderprocessConstrainerSearchOrderprocess constrainer search order
ErrorsNULL_ARGUMENTprocessConstrainerSearchOrder is null
UNSUPPORTEDprocessConstrainerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetProcessConstrainerSearchRecord
Description

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

Parametersosid.type.TypeprocessConstrainerSearchRecordTypea process constrainer search record type
Returnosid.workflow.rules.records.ProcessConstrainerSearchRecordthe process constrainer search record
ErrorsNULL_ARGUMENTprocessConstrainerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processConstrainerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.