OSID Logo
OSID Specifications
inquiry package
Version 3.1.0
Interfaceosid.inquiry.AuditSearch
Implementsosid.OsidSearch
Used Byosid.inquiry.AuditSearchSession
Description

The search interface for governing audit searches.

MethodsearchAmongAudits
Description

Execute this search among the given list of audits.

Parametersosid.id.IdListauditIds list of audits
ErrorsNULL_ARGUMENT auditIds is null
Compliancemandatory This method must be implemented.
MethodorderAuditResults
Description

Specify an ordering to the search results.

Parametersosid.inquiry.AuditSearchOrderauditSearchOrder audit search order
ErrorsNULL_ARGUMENT auditSearchOrder is null
UNSUPPORTED auditSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetAuditSearchRecord
Description

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