public interface AuditInfo
Modifier and Type | Method and Description |
---|---|
String |
getAuditApplication()
The identifier for the application that performed the audit.
|
String |
getAuditMethod()
The name of the method executed on a public service.
|
String |
getAuditService()
The public service on which a method was invoked.
|
String |
getClientAddress()
The address for the client.
|
Date |
getDate()
The timestamp for the audit entry.
|
String |
getHostAddress()
Get the host address of the server machine.
|
String |
getKeyGUID()
Get the ID of the key node.
|
Map<org.alfresco.service.namespace.QName,Serializable> |
getKeyPropertiesAfter()
The serialized properties on the key node, if one exists, after the method invocation.
|
Map<org.alfresco.service.namespace.QName,Serializable> |
getKeyPropertiesBefore()
The serialized properties on the key node, if one exists, before the method invocation.
|
org.alfresco.service.cmr.repository.StoreRef |
getKeyStore()
The store ref for the key.
|
String |
getMessage()
The message entered for application audit entries.
|
Serializable[] |
getMethodArguments()
Get the serailized mehod arguments.
|
String[] |
getMethodArgumentsAsStrings()
Get the method arguments as strings.
|
String |
getPath()
Get the path to the key node, if one exists.
|
Serializable |
getReturnObject()
The serialized value of the return object.
|
String |
getReturnObjectAsString()
Get the return object string value.
|
String |
getSessionId()
Get the session id.
|
Throwable |
getThrowable()
Get the deserialized error, if one occurred.
|
String |
getThrowableAsString()
In 1.4, get the error message (no stack trace).
|
String |
getTxId()
Get the transaction id which caused the audit.
|
String |
getUserIdentifier()
Get the name of the user who caused the audit entry.
|
boolean |
isFail()
Is this entry recording an error?
|
boolean |
isFiltered()
Was this audit entry subject to filtering (which must have been met if an entry is found).
|
String getAuditApplication()
String getAuditMethod()
String getAuditService()
String getClientAddress()
Date getDate()
boolean isFail()
boolean isFiltered()
String getHostAddress()
String getKeyGUID()
Map<org.alfresco.service.namespace.QName,Serializable> getKeyPropertiesAfter()
Map<org.alfresco.service.namespace.QName,Serializable> getKeyPropertiesBefore()
org.alfresco.service.cmr.repository.StoreRef getKeyStore()
String getMessage()
Serializable[] getMethodArguments()
String[] getMethodArgumentsAsStrings()
String getPath()
Serializable getReturnObject()
String getReturnObjectAsString()
String getSessionId()
Throwable getThrowable()
String getThrowableAsString()
String getTxId()
String getUserIdentifier()
Copyright © 2005–2017 Alfresco Software. All rights reserved.