OSID Logo
OSID Specifications
inquiry package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inquiry.AuditSearch
Implementsosid.OsidSearch
Description

The search interface for governing audit searches.

MethodsearchAmongAudits
Description

Execute this search among the given list of audits.

Parametersosid.id.IdListauditIdslist of audits
ErrorsNULL_ARGUMENT auditIds is null
CompliancemandatoryThis method must be implemented.
MethodorderAuditResults
Description

Specify an ordering to the search results.

Parametersosid.inquiry.AuditSearchOrderauditSearchOrderaudit search order
ErrorsNULL_ARGUMENT auditSearchOrder is null
UNSUPPORTED auditSearchOrder is not of this service
CompliancemandatoryThis 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.TypeauditSearchRecordTypean audit search record type
Returnosid.inquiry.records.AuditSearchRecordthe audit search record
ErrorsNULL_ARGUMENT auditSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auditSearchRecordType) is false
CompliancemandatoryThis method must be implemented.