OSID Logo
OSID Specifications
inquiry package
Version 3.1.0
Interfaceosid.inquiry.AuditSearchResults
Implementsosid.OsidSearchResults
Used Byosid.inquiry.AuditSearchSession
Description

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

MethodgetAudits
Description

Gets the audit list resulting from a search.

Returnosid.inquiry.AuditList the audit list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetAuditQueryInspector
Description

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

Returnosid.inquiry.AuditQueryInspector the audit query inspector
Compliancemandatory This method must be implemented.
MethodgetAuditSearchResultsRecord
Description

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

Parametersosid.type.TypeauditSearchRecordType an audit search record type
Returnosid.inquiry.records.AuditSearchResultsRecord the audit search results record
ErrorsNULL_ARGUMENT auditSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auditSearchRecordType) is false
Compliancemandatory This method must be implemented.