OSID Logo
OSID Specifications
workflow package
Version 3.0.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.TypeofficeRecordTypean office record type
Returnosid.workflow.records.OfficeSearchOrderRecordthe office search order record
ErrorsNULL_ARGUMENTofficeRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(officeRecordType) is false
CompliancemandatoryThis method must be implemented.