OSID Logo
OSID Specifications
workflow rules package
Version 3.1.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.IdListprocessConstrainerIds list of process constrainer
ErrorsNULL_ARGUMENT processConstrainerIds is null
Compliancemandatory This method must be implemented.
MethodorderProcessConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.ProcessConstrainerSearchOrderprocessConstrainerSearchOrder process constrainer search order
ErrorsNULL_ARGUMENT processConstrainerSearchOrder is null
UNSUPPORTED processConstrainerSearchOrder is not of this service
Compliancemandatory This 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.TypeprocessConstrainerSearchRecordType a process constrainer search record type
Returnosid.workflow.rules.records.ProcessConstrainerSearchRecord the process constrainer search record
ErrorsNULL_ARGUMENT processConstrainerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processConstrainerSearchRecordType) is false
Compliancemandatory This method must be implemented.