OSID Logo
OSID Specifications
workflow package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.OfficeSearchOrder
Implementsosid.OsidCatalogSearchOrder
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.TypeofficeRecordTypea office record type
Returnosid.workflow.records.OfficeSearchOrderRecordthe office search order record
ErrorsNULL_ARGUMENT officeRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(officeRecordType) is false
CompliancemandatoryThis method must be implemented.