Interface ProvisionableBatchForm

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

public interface ProvisionableBatchForm extends ProvisionableForm

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

  • Method Details

    • getResourceId

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

      Id getPoolId()
      Gets the Pool Id of the provisionable if this is a create transaction.
      Returns:
      the pool Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getProvisionableId

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