Interface ActivityUnitBatchForm

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

public interface ActivityUnitBatchForm extends ActivityUnitForm

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

  • Method Details

    • getCourseId

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

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