OSID Logo
OSID Specifications
logging package
Version 3.1.0
Interfaceosid.logging.LogEntrySearch
Implementsosid.OsidSearch
Used Byosid.logging.LogEntrySearchSession
Description

The search interface for governing log entry searches.

MethodsearchAmongLogEntries
Description

Execute this search among the given list of log entries.

Parametersosid.id.IdListlogEntryIds list of log entries
ErrorsNULL_ARGUMENT logEntryIds is null
Compliancemandatory This method must be implemented.
MethodorderLogEntryResults
Description

Specify an ordering to the search results.

Parametersosid.logging.LogEntrySearchOrderlogEntrySearchOrder log entry search order
ErrorsNULL_ARGUMENT logEntrySearchOrder is null
UNSUPPORTED logEntrySearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetLogEntrySearchRecord
Description

Gets the log search record corresponding to the given log entry search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypelogEntrySearchRecordType a log entry search record type
Returnosid.logging.records.LogEntrySearchRecord the log entry search record
ErrorsNULL_ARGUMENT logEntrySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(logEntrySearchRecordType) is false
Compliancemandatory This method must be implemented.