OSID Logo
OSID Specifications
logging package
Version 3.1.0
Interfaceosid.logging.LogEntrySearchResults
Implementsosid.OsidSearchResults
Used Byosid.logging.LogEntrySearchSession
Description

This interface provides a means to capture results of a search.

MethodgetLogEntries
Description

Gets the log entry list resulting from a search.

Returnosid.logging.LogEntryList the log entry list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetLogEntryQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.logging.LogEntryQueryInspector the log entry query inspector
Compliancemandatory This method must be implemented.
MethodgetLogEntrySearchResultsRecord
Description

Gets the log entry search results 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.LogEntrySearchResultsRecord the log entry search results record
ErrorsNULL_ARGUMENT logEntrySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(logEntrySearchRecordType) is false
Compliancemandatory This method must be implemented.