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