OSID Logo
OSID Specifications
logging package
Version 3.1.0
Interfaceosid.logging.LogSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.logging.LogSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetLogSearchOrderRecord
Description

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

Parametersosid.type.TypelogRecordType a log record type
Returnosid.logging.records.LogSearchOrderRecord the log search order record
ErrorsNULL_ARGUMENT logRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(logRecordType) is false
Compliancemandatory This method must be implemented.