OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditEnabler
Implementsosid.OsidEnabler
Used Byosid.inquiry.rules.AuditEnablerAdminSession
osid.inquiry.rules.AuditEnablerList
osid.inquiry.rules.AuditEnablerLookupSession
Description

An AuditEnabler describes the rules for making an Audit effective.

MethodgetAuditEnablerRecord
Description

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

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