OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.ProcessConstrainerEnablerSearch
Implementsosid.OsidSearch
Used Byosid.workflow.rules.ProcessConstrainerEnablerSearchSession
Description

The search interface for governing process constrainer enabler searches.

MethodsearchAmongProcessConstrainerEnablers
Description

Execute this search among the given list of process constrainer enablers.

Parametersosid.id.IdListprocessConstrainerEnablerIds list of process constrainer enablers
ErrorsNULL_ARGUMENT processConstrainerEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderProcessConstrainerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.ProcessConstrainerEnablerSearchOrderprocessConstrainerEnablerSearchOrder process constrainer enabler search order
ErrorsNULL_ARGUMENT processConstrainerEnablerSearchOrder is null
UNSUPPORTED processConstrainerEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetProcessConstrainerEnablerSearchRecord
Description

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

Parametersosid.type.TypeprocessConstrainerEnablerSearchRecordType a process constrainer enabler search record type
Returnosid.workflow.rules.records.ProcessConstrainerEnablerSearchRecord the process constrainer enabler search record
ErrorsNULL_ARGUMENT processConstrainerEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processConstrainerEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.