OSID Logo
OSID Specifications
process package
Version 3.1.0
Interfaceosid.process.ProcessSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.process.ProcessSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetProcessSearchOrderRecord
Description

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

Parametersosid.type.TypeprocessRecordType a process record type
Returnosid.process.records.ProcessSearchOrderRecord the process search order record
ErrorsNULL_ARGUMENT processRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(processRecordType) is false
Compliancemandatory This method must be implemented.