OSID Logo
OSID Specifications
workflow rules package
Version 3.0.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.IdListprocessConstrainerEnablerIdslist of process constrainer enablers
ErrorsNULL_ARGUMENTprocessConstrainerEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderProcessConstrainerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.ProcessConstrainerEnablerSearchOrderprocessConstrainerEnablerSearchOrderprocess constrainer enabler search order
ErrorsNULL_ARGUMENTprocessConstrainerEnablerSearchOrder is null
UNSUPPORTEDprocessConstrainerEnablerSearchOrder is not of this service
CompliancemandatoryThis 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.TypeprocessConstrainerEnablerSearchRecordTypea process constrainer enabler search record type
Returnosid.workflow.rules.records.ProcessConstrainerEnablerSearchRecordthe process constrainer enabler search record
ErrorsNULL_ARGUMENTprocessConstrainerEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processConstrainerEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.