OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditProcessor
Implementsosid.OsidProcessor
Used Byosid.inquiry.rules.AuditProcessorAdminSession
osid.inquiry.rules.AuditProcessorList
osid.inquiry.rules.AuditProcessorLookupSession
Description

An AuditProcessor manages the operation of an Audit.

MethodgetAuditProcessorRecord
Description

Gets the audit processor record corresponding to the given AuditProcessor record Type . This method ie used to retrieve an object implementing the requested record. The auditProcessorRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(auditProcessorRecordType) is true.

Parametersosid.type.TypeauditProcessorRecordType the type of audit processor record to retrieve
Returnosid.inquiry.rules.records.AuditProcessorRecord the audit processor record
ErrorsNULL_ARGUMENT auditProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auditProcessorRecordType) is false
Compliancemandatory This method must be implemented.