public class AuditLogEntry
extends java.lang.Object
implements java.io.Serializable
AuditEvent
class represents the class for an audit event.Constructor and Description |
---|
AuditLogEntry(java.lang.String category,
java.util.Date time,
java.lang.String userid,
java.lang.String path,
java.lang.String type,
java.util.Map<java.lang.String,java.lang.Object> properties)
Create a new AuditLogEntry.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategory()
Return the category for this log entry.
|
java.lang.String |
getPath()
The path.
|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
This is an application specific property map.
|
java.util.Date |
getTime()
Return the date of the audit log entry.
|
java.lang.String |
getType()
Returns the type of this audit log entry (this depends on the category)
|
java.lang.String |
getUserId()
Returns the user id.
|
public AuditLogEntry(java.lang.String category, java.util.Date time, java.lang.String userid, java.lang.String path, java.lang.String type, java.util.Map<java.lang.String,java.lang.Object> properties)
category
- The category of the entry (required)time
- The date of the action (required)userid
- The userid (required)path
- The path of the action (required)type
- The action type (required)properties
- A map of key value pairs (optional). All objects in the map must be serializable.public java.util.Date getTime()
public java.lang.String getUserId()
public java.lang.String getPath()
public java.lang.String getType()
public java.lang.String getCategory()
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
Copyright © 2010 - 2020 Adobe. All Rights Reserved