Interface IdiomBatchForm

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

public interface IdiomBatchForm extends IdiomForm

This is the form for creating and updating idioms in bulk. Like al l OsidForms , various data elements may be set here for use in the create and update methods in the IdiomBat chAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

  • Method Details

    • getTextId

      Id getTextId()
      Gets the Text Id of the idiom if this is a create transaction.
      Returns:
      the text Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getIdiomId

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