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