OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.rules.ProcessEnablerSearch
Implementsosid.OsidSearch
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_ARGUMENT officeIds is null
CompliancemandatoryThis method must be implemented.
MethodorderProcessEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.ProcessEnablerSearchOrderprocessEnablerSearchOrderprocess enabler search order
ErrorsNULL_ARGUMENT processEnablerSearchOrder is null
UNSUPPORTED processEnablerSearchOrder 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_ARGUMENT processEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(processEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.