OSID Logo
OSID Specifications
inquiry rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inquiry.rules.AuditEnablerForm
Implementsosid.OsidEnablerForm
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.TypeauditEnablerRecordTypean audit enabler record type
Returnosid.inquiry.rules.records.AuditEnablerFormRecordthe audit enabler form record
ErrorsNULL_ARGUMENT auditEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(auditEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.