OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.ProcessConstrainerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.workflow.rules.ProcessConstrainerEnablerSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetProcessConstrainerEnablerSearchOrderRecord
Description

Gets the process constrainer enabler search order record corresponding to the given process constrainer enabler record Type. Multiple retrievals return the same underlying object.

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