Interface TriggerBatchForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, OsidSubjugateableForm, Suppliable, TriggerForm

public interface TriggerBatchForm extends TriggerForm

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

  • Method Details

    • getTriggerId

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

      Id getControllerId()
      Gets the Id of the controller if this is a create transaction.
      Returns:
      the controller Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.