OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditProcessorSearch
Implementsosid.OsidSearch
Used Byosid.inquiry.rules.AuditProcessorSearchSession
Description

The search interface for governing audit processor searches.

MethodsearchAmongAuditProcessors
Description

Execute this search among the given list of audit processors.

Parametersosid.id.IdListauditProcessorIds list of audit processors
ErrorsNULL_ARGUMENT auditProcessorIds is null
Compliancemandatory This method must be implemented.
MethodorderAuditProcessorResults
Description

Specify an ordering to the search results.

Parametersosid.inquiry.rules.AuditProcessorSearchOrderauditProcessorSearchOrder audit processor search order
ErrorsNULL_ARGUMENT auditProcessorSearchOrder is null
UNSUPPORTED auditProcessorSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetAuditProcessorSearchRecord
Description

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

Parametersosid.type.TypeauditProcessorSearchRecordType an audit processor search record type
Returnosid.inquiry.rules.records.AuditProcessorSearchRecord the audit processor search record
ErrorsNULL_ARGUMENT auditProcessorSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auditProcessorSearchRecordType) is false
Compliancemandatory This method must be implemented.