Uses of Interface
com.orchestranetworks.schema.trigger.ValueChanges
-
Packages that use ValueChanges Package Description com.orchestranetworks.schema.trigger Provides classes and interfaces for trigger creation. -
-
Uses of ValueChanges in com.orchestranetworks.schema.trigger
Methods in com.orchestranetworks.schema.trigger that return ValueChanges Modifier and Type Method Description ValueChanges
AfterModifyInstanceContext. getChanges()
Returns the changes that have modified the current dataset.ValueChanges
AfterModifyOccurrenceContext. getChanges()
Returns the changes that have modified the current record.ValueChanges
BeforeModifyInstanceContext. getChanges()
Returns the changes that will modify the current dataset.ValueChanges
BeforeModifyOccurrenceContext. getChanges()
Returns the changes that will modify the current record.
-