Class AuditLog

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

    public class AuditLog
    extends _AuditLog
    Provides an audit log entity used to track changes made to sensitive data.
    See Also:
    Serialized Form
    • Field Detail

      • EVENT_TYPE_VIEW

        public static final String EVENT_TYPE_VIEW
        Implies that the action being audited is related to viewing objects
        See Also:
        Constant Field Values
      • EVENT_TYPE_CREATE

        public static final String EVENT_TYPE_CREATE
        Implies that the action being audited is related to creating objects
        See Also:
        Constant Field Values
      • EVENT_TYPE_UPDATE

        public static final String EVENT_TYPE_UPDATE
        Implies that the action being audited is related to modifying objects
        See Also:
        Constant Field Values
      • EVENT_TYPE_DELETE

        public static final String EVENT_TYPE_DELETE
        Implies that the action being audited is related to deleting objects
        See Also:
        Constant Field Values
      • EVENT_TYPE_IMPORT

        public static final String EVENT_TYPE_IMPORT
        Implies that the action being audited is related to importing objects
        See Also:
        Constant Field Values
      • EVENT_TYPE_EXPORT

        public static final String EVENT_TYPE_EXPORT
        Implies that the action being audited is related to exporting objects
        See Also:
        Constant Field Values
    • Constructor Detail

      • AuditLog

        public AuditLog()