Package org.craftercms.commons.audit
Class Audit
- java.lang.Object
-
- org.craftercms.commons.audit.Audit
-
public final class Audit extends Object
Audit Constants.- Author:
- Carlos Ortiz.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUDIT_EVENTName/Key of the Listener Audit event.static StringAUDIT_REACTORName of the AuditReactor Missing required @.
-
-
-
Field Detail
-
AUDIT_EVENT
public static final String AUDIT_EVENT
Name/Key of the Listener Audit event.- See Also:
- Constant Field Values
-
AUDIT_REACTOR
public static final String AUDIT_REACTOR
Name of the AuditReactor Missing required @.- See Also:
- Constant Field Values
-
-