OSID Logo
OSID Specifications
workflow package
Version 3.0.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.TypeworkRecordTypea work record type
Returnosid.workflow.records.WorkSearchOrderRecordthe work search order record
ErrorsNULL_ARGUMENTworkRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(workRecordType) is false
CompliancemandatoryThis method must be implemented.