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 ValueChangesAfterModifyInstanceContext. getChanges()Returns the changes that have modified the current dataset.ValueChangesAfterModifyOccurrenceContext. getChanges()Returns the changes that have modified the current record.ValueChangesBeforeModifyInstanceContext. getChanges()Returns the changes that will modify the current dataset.ValueChangesBeforeModifyOccurrenceContext. getChanges()Returns the changes that will modify the current record. 
 -