OSID Logo
OSID Specifications
workflow package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.WorkSearchOrder
Implementsosid.OsidObjectSearchOrder
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_ARGUMENT workRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(workRecordType) is false
CompliancemandatoryThis method must be implemented.