OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessEnablerSearch
Implementsosid.OsidSearch
Used Byosid.workflow.rules.ProcessEnablerSearchSession
Description

The search interface for governing process enabler searches.

MethodsearchAmongProcessEnablers
Description

Execute this search among the given list of process enablers.

Parametersosid.id.IdListofficeIdslist of process enablers
ErrorsNULL_ARGUMENTofficeIds is null
CompliancemandatoryThis method must be implemented.
MethodorderProcessEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.ProcessEnablerSearchOrderprocessEnablerSearchOrderprocess enabler search order
ErrorsNULL_ARGUMENTprocessEnablerSearchOrder is null
UNSUPPORTEDprocessEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetProcessEnablerSearchRecord
Description

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

Parametersosid.type.TypeprocessEnablerSearchRecordTypea process enabler search record type
Returnosid.workflow.rules.records.ProcessEnablerSearchRecordthe process enabler search record
ErrorsNULL_ARGUMENTprocessEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.