OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.inquiry.rules.AuditEnablerAdminSession
Description

This is the form for creating and updating AuditEnablers. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the AuditEnablerAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetAuditEnablerFormRecord
Description

Gets the AuditEnablerFormRecord corresponding to the given audit enabler record Type.

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