OSID Logo
OSID Specifications
workflow package
Version 3.1.0
Interfaceosid.workflow.OfficeSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.workflow.OfficeSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetOfficeSearchOrderRecord
Description

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

Parametersosid.type.TypeofficeRecordType an office record type
Returnosid.workflow.records.OfficeSearchOrderRecord the office search order record
ErrorsNULL_ARGUMENT officeRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(officeRecordType) is false
Compliancemandatory This method must be implemented.