OSID Logo
OSID Specifications
inquiry package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inquiry.AuditSearchResults
Implementsosid.OsidSearchResults
Description

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

MethodgetAudits
Description

Gets the audit list resulting from a search.

Returnosid.inquiry.AuditListthe audit list
ErrorsILLEGAL_STATElist already retrieved
CompliancemandatoryThis method must be implemented.
MethodgetAuditQueryInspector
Description

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

Returnosid.inquiry.AuditQueryInspectorthe audit query inspector
CompliancemandatoryThis 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.TypeauditSearchRecordTypean audit search record type
Returnosid.inquiry.records.AuditSearchResultsRecordthe audit search results record
ErrorsNULL_ARGUMENT auditSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auditSearchRecordType) is false
CompliancemandatoryThis method must be implemented.