Interface AuditRecord
- All Superinterfaces:
AuditRecordInternal
- All Known Implementing Classes:
JsonAuditRecord,LinkAuditRecord,ModelAuditRecord
-
Method Summary
Modifier and TypeMethodDescriptiondefault ObjectgetAttribute(String key) default ObjectgetAttribute(String key, String langIsoCode) getAttributeAfterOperation(String key, String langIsoCode) getAttributeBeforeOperation(String key, String langIsoCode) getAttributesAfterOperation(String langIsoCode) getAttributesBeforeOperation(String langIsoCode) getPk()getType()default booleanisLink()
-
Method Details
-
getVersion
Long getVersion() -
getPk
PK getPk()- Specified by:
getPkin interfaceAuditRecordInternal
-
getType
String getType()- Specified by:
getTypein interfaceAuditRecordInternal
-
getTypePk
PK getTypePk() -
getChangingUser
String getChangingUser() -
getAuditType
AuditType getAuditType() -
getAttributeBeforeOperation
- Specified by:
getAttributeBeforeOperationin interfaceAuditRecordInternal
-
getAttributeBeforeOperation
- Specified by:
getAttributeBeforeOperationin interfaceAuditRecordInternal
-
getAttributeAfterOperation
- Specified by:
getAttributeAfterOperationin interfaceAuditRecordInternal
-
getAttributeAfterOperation
- Specified by:
getAttributeAfterOperationin interfaceAuditRecordInternal
-
getAttributesBeforeOperation
-
getAttributesAfterOperation
-
getAttributesBeforeOperation
-
getAttributesAfterOperation
-
getTimestamp
Date getTimestamp() -
getCurrentTimestamp
Date getCurrentTimestamp() -
isLink
default boolean isLink() -
getContext
-
getAttribute
- Specified by:
getAttributein interfaceAuditRecordInternal
-
getAttribute
- Specified by:
getAttributein interfaceAuditRecordInternal
-