E
- data object the condition is created onpublic class TriggerConditionDelete<E extends DataObject<E> & UniqueidentifiedInterface<E>> extends TriggerCondition<E>
Constructor and Description |
---|
TriggerConditionDelete() |
Modifier and Type | Method and Description |
---|---|
boolean |
executeBeforeDelete() |
boolean |
executeOnInsert() |
boolean |
executeOnStateChange(ChoiceValue<?> newstate) |
boolean |
executeOnUpdate() |
public boolean executeOnInsert()
executeOnInsert
in class TriggerCondition<E extends DataObject<E> & UniqueidentifiedInterface<E>>
public boolean executeOnUpdate()
executeOnUpdate
in class TriggerCondition<E extends DataObject<E> & UniqueidentifiedInterface<E>>
public boolean executeBeforeDelete()
executeBeforeDelete
in class TriggerCondition<E extends DataObject<E> & UniqueidentifiedInterface<E>>
public boolean executeOnStateChange(ChoiceValue<?> newstate)
executeOnStateChange
in class TriggerCondition<E extends DataObject<E> & UniqueidentifiedInterface<E>>
newstate
- the new state