OSID Logo
OSID Specifications
workflow rules package
Version 3.0.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.TypeprocessConstrainerEnablerRecordTypea process constrainer enabler record type
Returnosid.workflow.rules.records.ProcessConstrainerEnablerSearchOrderRecordthe process constrainer enabler search order record
ErrorsNULL_ARGUMENTprocessConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.