Interface SystemBatchForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidCatalogForm, OsidExtensibleForm, OsidFederateableForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidSourceableForm, Suppliable, SystemForm

public interface SystemBatchForm extends SystemForm

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

  • Method Details

    • getSystemId

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