OSID Logo
OSID Specifications
workflow rules package
Version 3.1.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.TypeprocessConstrainerRecordType a process constrainer record type
Returnosid.workflow.rules.records.ProcessConstrainerSearchOrderRecord the process constrainer search order record
ErrorsNULL_ARGUMENT processConstrainerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processConstrainerRecordType) is false
Compliancemandatory This method must be implemented.