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