OSID Logo
OSID Specifications
process package
Version 3.1.0
Interfaceosid.process.StateSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.OsidRelationshipSearchOrder
osid.OsidRequestSearchOrder
osid.control.SettingSearchOrder
osid.control.TriggerSearchOrder
osid.process.StateSearchSession
osid.workflow.ProcessSearchOrder
osid.workflow.StepSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetStateSearchOrderRecord
Description

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

Parametersosid.type.TypestateRecordType a state record type
Returnosid.process.records.StateSearchOrderRecord the state search order record
ErrorsNULL_ARGUMENT stateRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(stateRecordType) is false
Compliancemandatory This method must be implemented.