OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditProcessorEnabler
Implementsosid.OsidEnabler
Used Byosid.inquiry.rules.AuditProcessorEnablerAdminSession
osid.inquiry.rules.AuditProcessorEnablerList
osid.inquiry.rules.AuditProcessorEnablerLookupSession
Description

An AuditProcessorEnabler manages the active status of an AuditProcessor..

MethodgetAuditProcessorEnablerRecord
Description

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

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