public interface AuditInfo
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuditApplication()
The identifier for the application that performed the audit.
|
java.lang.String |
getAuditMethod()
The name of the method executed on a public service.
|
java.lang.String |
getAuditService()
The public service on which a method was invoked.
|
java.lang.String |
getClientAddress()
The address for the client.
|
java.util.Date |
getDate()
The timestamp for the audit entry.
|
java.lang.String |
getHostAddress()
Get the host address of the server machine.
|
java.lang.String |
getKeyGUID()
Get the ID of the key node.
|
java.util.Map |
getKeyPropertiesAfter()
The serialized properties on the key node, if one exists, after the method invocation.
|
java.util.Map |
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.
|
java.lang.String |
getMessage()
The message entered for application audit entries.
|
java.io.Serializable[] |
getMethodArguments()
Get the serailized mehod arguments.
|
java.lang.String[] |
getMethodArgumentsAsStrings()
Get the method arguments as strings.
|
java.lang.String |
getPath()
Get the path to the key node, if one exists.
|
java.io.Serializable |
getReturnObject()
The serialized value of the return object.
|
java.lang.String |
getReturnObjectAsString()
Get the return object string value.
|
java.lang.String |
getSessionId()
Get the session id.
|
java.lang.Throwable |
getThrowable()
Get the deserialized error, if one occurred.
|
java.lang.String |
getThrowableAsString()
In 1.4, get the error message (no stack trace).
|
java.lang.String |
getTxId()
Get the transaction id which caused the audit.
|
java.lang.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).
|
java.lang.String getAuditApplication()
java.lang.String getAuditMethod()
java.lang.String getAuditService()
java.lang.String getClientAddress()
java.util.Date getDate()
boolean isFail()
boolean isFiltered()
java.lang.String getHostAddress()
java.lang.String getKeyGUID()
java.util.Map getKeyPropertiesAfter()
java.util.Map getKeyPropertiesBefore()
org.alfresco.service.cmr.repository.StoreRef getKeyStore()
java.lang.String getMessage()
java.io.Serializable[] getMethodArguments()
java.lang.String[] getMethodArgumentsAsStrings()
java.lang.String getPath()
java.io.Serializable getReturnObject()
java.lang.String getReturnObjectAsString()
java.lang.String getSessionId()
java.lang.Throwable getThrowable()
java.lang.String getThrowableAsString()
java.lang.String getTxId()
java.lang.String getUserIdentifier()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.