Interface ParticipantBatchForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidRelationshipForm, OsidTemporalForm, ParticipantForm, Suppliable

public interface ParticipantBatchForm extends ParticipantForm

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

  • Method Details

    • getOfferingId

      Id getOfferingId()
      Gets the Offering Id of the participant if this is a create transaction.
      Returns:
      the offering Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getResourceId

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

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