Interface InputBatchForm

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

public interface InputBatchForm extends InputForm

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

  • Method Details

    • getInputId

      Id getInputId()
      Gets the Id of the input to be updated if this is an update transaction.
      Returns:
      the input Id
      Throws:
      IllegalStateException - isForUpdate() is false
      Compliance:
      mandatory - This method must be implemented.
    • getDeviceId

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

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