ChangeLogUpdateAction
An immutable, serializable object that describes an action that updated properties on a single entity. It contains an array of propertyUpdates detailing each field-level change (before and after values), and an isUser flag indicating whether this was a direct user action or a computed follow-on effect from the scheduling engine. This is the most common action type in change log transactions.
See also
- ChangeLogAction — Base action class
- ChangeLogPropertyUpdate — Individual property change details
- ChangeLogTransactionModel — Transaction containing update actions
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of ChangeLogUpdateAction class, or subclass thereof.
-
The type of change.
-
A descriptor for the entity (object) affected by this action.
-
Whether the action is part of the initial action taken by the user via the UI, or a follow-on (computed) action.
-
The individual property updates, for 'update' type actions.
-
Identifies an object as an instance of ChangeLogUpdateAction class, or subclass thereof.