Interface AuditBatchForm

All Superinterfaces:
Extensible, Identifiable, InquiryForm, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, OsidSubjugateableForm, Suppliable

public interface AuditBatchForm extends InquiryForm

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

  • Method Details

    • getAuditId

      Id getAuditId()
      Gets the Id of the audit if this is a create transaction.
      Returns:
      the audit Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.