Interface AuditEnablerForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidEnablerForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, OsidTemporalForm, Suppliable

public interface AuditEnablerForm extends OsidEnablerForm

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.

  • Method Details

    • getAuditEnablerFormRecord

      AuditEnablerFormRecord getAuditEnablerFormRecord(Type auditEnablerRecordType) throws OperationFailedException
      Gets the AuditEnablerFormRecord corresponding to the given audit enabler record Type .
      Parameters:
      auditEnablerRecordType - an audit enabler record type
      Returns:
      the audit enabler form record
      Throws:
      NullArgumentException - auditEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(auditEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.