ChangeLogAction
An immutable, serializable object that describes an action that affected a single entity within a transaction. Each action holds an entity descriptor identifying the affected object and an actionType indicating whether it was an add, remove, or update operation. Subclasses such as ChangeLogUpdateAction and ChangeLogMoveAction extend this with additional detail about the change.
See also
- ChangeLogTransactionModel — Groups actions into a single user transaction
- ChangeLogEntity — Describes the entity affected by an action
- ChangeLogUpdateAction — Action subclass for property updates
- ChangeLogMoveAction — Action subclass for tree moves
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
The type of change.
-
A descriptor for the entity (object) affected by this action.