public class AuditLogEvent
extends java.lang.Object
implements java.io.Serializable
AuditLogEvent
class represents the class for an audit event.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUDIT_EVENT_PROPERTY
The event property holding the
AuditLogEntry . |
static java.lang.String |
JOB_TOPIC
The job topic for adding an entry to the audit log.
|
Constructor and Description |
---|
AuditLogEvent(java.util.List<AuditLogEntry> entries)
Create a new audit log event.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<AuditLogEntry> |
getEntries()
Get the list of entries.
|
public static final java.lang.String JOB_TOPIC
public static final java.lang.String AUDIT_EVENT_PROPERTY
AuditLogEntry
.public AuditLogEvent(java.util.List<AuditLogEntry> entries)
entries
- The list of audit log entries.public java.util.Iterator<AuditLogEntry> getEntries()
Copyright © 2010 - 2020 Adobe. All Rights Reserved