Interface ActionBatchForm

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

public interface ActionBatchForm extends ActionForm

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

  • Method Details

    • getActionId

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

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