OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.ProcessConstrainerSearchOrder
Implementsosid.OsidConstrainerSearchOrder
Used Byosid.workflow.rules.ProcessConstrainerSearchSession
osid.workflow.rules.ProcessConstrainerSmartOfficeSession
Description

An interface for specifying the ordering of search results.

MethodgetProcessConstrainerSearchOrderRecord
Description

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

Parametersosid.type.TypeprocessConstrainerRecordTypea process constrainer record type
Returnosid.workflow.rules.records.ProcessConstrainerSearchOrderRecordthe process constrainer search order record
ErrorsNULL_ARGUMENTprocessConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(processConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.