ChangeLogEntity
An immutable, serializable object that describes an entity instance (for example, a single task or resource). ChangeLogEntity instances appear in change log entries to indicate which entity was affected by a ChangeLogAction. Each entity captures the id, type (model class name), and a user-friendly name at the time of the change. Specialized subclasses like ChangeLogAssignmentEntity and ChangeLogDependencyEntity add relationship references.
See also
- ChangeLogAction — Action that references entities
- ChangeLogTransactionModel — Groups actions into a transaction
- ChangeLogAssignmentEntity — Entity subclass for assignments
- ChangeLogDependencyEntity — Entity subclass for dependencies
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
The unique id of the entity instance, e.g. 'TaskModel-1'.
-
A user-friendly name for the entity instance, e.g. 'My important task'.
-
The name of the Model type of the entity, e.g. 'TaskModel'.