|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.audit.hibernate.AuditInfoImpl
public class AuditInfoImpl
Constructor Summary | |
---|---|
AuditInfoImpl(AuditFact auditFact)
|
Method Summary | |
---|---|
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. |
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). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuditInfoImpl(AuditFact auditFact)
Method Detail |
---|
public java.lang.String getAuditApplication()
AuditInfo
getAuditApplication
in interface AuditInfo
public java.lang.String getAuditMethod()
AuditInfo
getAuditMethod
in interface AuditInfo
public java.lang.String getAuditService()
AuditInfo
getAuditService
in interface AuditInfo
public java.lang.String getClientAddress()
AuditInfo
getClientAddress
in interface AuditInfo
public java.util.Date getDate()
AuditInfo
getDate
in interface AuditInfo
public boolean isFail()
AuditInfo
isFail
in interface AuditInfo
public boolean isFiltered()
AuditInfo
isFiltered
in interface AuditInfo
public java.lang.String getHostAddress()
AuditInfo
getHostAddress
in interface AuditInfo
public java.lang.String getKeyGUID()
AuditInfo
getKeyGUID
in interface AuditInfo
public java.util.Map getKeyPropertiesAfter()
AuditInfo
getKeyPropertiesAfter
in interface AuditInfo
public java.util.Map getKeyPropertiesBefore()
AuditInfo
getKeyPropertiesBefore
in interface AuditInfo
public StoreRef getKeyStore()
AuditInfo
getKeyStore
in interface AuditInfo
public java.lang.String getMessage()
AuditInfo
getMessage
in interface AuditInfo
public java.io.Serializable[] getMethodArguments()
AuditInfo
getMethodArguments
in interface AuditInfo
public java.lang.String[] getMethodArgumentsAsStrings()
AuditInfo
getMethodArgumentsAsStrings
in interface AuditInfo
public java.lang.String getPath()
AuditInfo
getPath
in interface AuditInfo
public java.io.Serializable getReturnObject()
AuditInfo
getReturnObject
in interface AuditInfo
public java.lang.String getReturnObjectAsString()
AuditInfo
getReturnObjectAsString
in interface AuditInfo
public java.lang.String getSessionId()
AuditInfo
getSessionId
in interface AuditInfo
public java.lang.Throwable getThrowable()
AuditInfo
getThrowable
in interface AuditInfo
public java.lang.String getThrowableAsString()
AuditInfo
getThrowableAsString
in interface AuditInfo
public java.lang.String getTxId()
AuditInfo
getTxId
in interface AuditInfo
public java.lang.String getUserIdentifier()
AuditInfo
getUserIdentifier
in interface AuditInfo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |