Interface EventBatchForm

All Superinterfaces:
EventForm, Extensible, Identifiable, OsidBrowsableForm, OsidContainableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidTemporalForm, Suppliable

public interface EventBatchForm extends EventForm

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

  • Method Details

    • getEventId

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