OSID Logo
OSID Specifications
workflow package
Version 3.1.0
Interfaceosid.workflow.WorkSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.workflow.WorkSearchSession
osid.workflow.WorkSmartOfficeSession
osid.workflow.event.WorkflowEventSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetWorkSearchOrderRecord
Description

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

Parametersosid.type.TypeworkRecordType a work record type
Returnosid.workflow.records.WorkSearchOrderRecord the work search order record
ErrorsNULL_ARGUMENT workRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(workRecordType) is false
Compliancemandatory This method must be implemented.