OSID Logo
OSID Specifications
workflow rules package
Version 3.1.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.IdListofficeIds list of process enablers
ErrorsNULL_ARGUMENT officeIds is null
Compliancemandatory This method must be implemented.
MethodorderProcessEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.workflow.rules.ProcessEnablerSearchOrderprocessEnablerSearchOrder process enabler search order
ErrorsNULL_ARGUMENT processEnablerSearchOrder is null
UNSUPPORTED processEnablerSearchOrder is not of this service
Compliancemandatory This 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.TypeprocessEnablerSearchRecordType a process enabler search record type
Returnosid.workflow.rules.records.ProcessEnablerSearchRecord the process enabler search record
ErrorsNULL_ARGUMENT processEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.