Package com.axelor.db.audit.state
Class AuditState
java.lang.Object
com.axelor.db.audit.state.AuditState
Represents the complete audit record for a specific entity within a transaction.
-
Constructor Summary
ConstructorsConstructorDescriptionAuditState(LocalDateTime received, AuditEventType eventType, EntityState entityState) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AuditState
-
-
Method Details
-
getReceived
-
getEventType
-
getEntityState
-
getEntity
-
getValues
-
getOldValues
-