Interface InquiryBatchForm

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

public interface InquiryBatchForm extends InquiryForm

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

  • Method Details

    • getQueueId

      Id getQueueId()
      Gets the Id of the queue if this is a create transaction.
      Returns:
      the queue Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • 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.