Interface DirectionBatchForm

All Superinterfaces:
DirectionForm, Extensible, Identifiable, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidSubjugateableForm, Suppliable

public interface DirectionBatchForm extends DirectionForm

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

  • Method Details

    • getRecipeId

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

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