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.
| Modifier and Type | Method and Description |
|---|---|
Id |
getControllerId()
Gets the
Id of the controller if this is a create
transaction. |
Id |
getTriggerId()
Gets the
Id of the trigger to be updated if this is an
update transaction. |
clearActionGroup, clearChangedDiscreetState, clearChangedVariableAmount, clearDeceedsVariableAmount, clearDiscreetState, clearExceedsVariableAmount, clearScenes, clearSettings, clearTurnedOff, clearTurnedOn, getActionGroupsMetadata, getChangedDiscreetStateMetadata, getChangedVariableAmountMetadata, getDeceedsVariableAmountMetadata, getDiscreetStateMetadata, getExceedsVariableAmountMetadata, getScenesMetadata, getSettingsMetadata, getTriggerFormRecord, getTurnedOffMetadata, getTurnedOnMetadata, setActionGroups, setChangedDiscreetState, setChangedVariableAmount, setDeceedsVariableAmount, setDiscreetState, setExceedsVariableAmount, setScenes, setSettings, setTurnedOff, setTurnedOnclearRule, getRuleMetadata, setRuleclearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabledId getTriggerId()
Id of the trigger to be updated if this is an
update transaction. Id IllegalStateException - isForUpdate() is
false mandatory - This method must be implemented. Id getControllerId()
Id of the controller if this is a create
transaction. Id IllegalStateException - isForUpdate() is
true mandatory - This method must be implemented.