Package com.day.cq.audit
Class AuditLogEvent
java.lang.Object
com.day.cq.audit.AuditLogEvent
- All Implemented Interfaces:
Serializable
The
AuditLogEvent
class represents the class for an audit event.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The event property holding theAuditLogEntry
.static final String
The job topic for adding an entry to the audit log. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JOB_TOPIC
The job topic for adding an entry to the audit log.- See Also:
-
AUDIT_EVENT_PROPERTY
The event property holding theAuditLogEntry
.- See Also:
-
-
Constructor Details
-
AuditLogEvent
Create a new audit log event.- Parameters:
entries
- The list of audit log entries.
-
-
Method Details
-
getEntries
Get the list of entries.- Returns:
- An iterator for the entries.
-