@AlfrescoPublicApi public final class RecordsManagementAuditEntry extends Object
| Constructor and Description |
|---|
RecordsManagementAuditEntry(Date timestamp,
String userName,
String fullName,
String userRole,
org.alfresco.service.cmr.repository.NodeRef nodeRef,
String nodeName,
String nodeType,
String event,
String identifier,
String path,
Map<org.alfresco.service.namespace.QName,Serializable> beforeProperties,
Map<org.alfresco.service.namespace.QName,Serializable> afterProperties)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<org.alfresco.service.namespace.QName,Serializable> |
getAfterProperties() |
Map<org.alfresco.service.namespace.QName,Serializable> |
getBeforeProperties() |
Map<org.alfresco.service.namespace.QName,org.alfresco.util.Pair<Serializable,Serializable>> |
getChangedProperties() |
String |
getEvent() |
String |
getFullName() |
String |
getIdentifier()
An identifier for the item being audited, for example for a record
it will be the unique record identifier, for a user it would be the
username etc.
|
String |
getNodeName() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef() |
String |
getNodeType() |
String |
getPath() |
Date |
getTimestamp() |
String |
getTimestampString() |
String |
getUserName() |
String |
getUserRole() |
String |
toString() |
public RecordsManagementAuditEntry(Date timestamp, String userName, String fullName, String userRole, org.alfresco.service.cmr.repository.NodeRef nodeRef, String nodeName, String nodeType, String event, String identifier, String path, Map<org.alfresco.service.namespace.QName,Serializable> beforeProperties, Map<org.alfresco.service.namespace.QName,Serializable> afterProperties)
public Date getTimestamp()
public String getTimestampString()
public String getUserName()
public String getFullName()
public String getUserRole()
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
public String getNodeName()
public String getNodeType()
public String getEvent()
public String getIdentifier()
public String getPath()
public Map<org.alfresco.service.namespace.QName,Serializable> getBeforeProperties()
public Map<org.alfresco.service.namespace.QName,Serializable> getAfterProperties()
public Map<org.alfresco.service.namespace.QName,org.alfresco.util.Pair<Serializable,Serializable>> getChangedProperties()
Copyright © 2005–2016 Alfresco Software. All rights reserved.