Interface PositionBatchForm

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

public interface PositionBatchForm extends PositionForm

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

  • Method Details

    • getOrganizationId

      Id getOrganizationId()
      Gets the Organization Id of the position if this is a create transaction.
      Returns:
      the organization Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getPositionId

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