|
|||||||||
| 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 AuditInfopublic java.lang.String getAuditMethod()
AuditInfo
getAuditMethod in interface AuditInfopublic java.lang.String getAuditService()
AuditInfo
getAuditService in interface AuditInfopublic java.lang.String getClientAddress()
AuditInfo
getClientAddress in interface AuditInfopublic java.util.Date getDate()
AuditInfo
getDate in interface AuditInfopublic boolean isFail()
AuditInfo
isFail in interface AuditInfopublic boolean isFiltered()
AuditInfo
isFiltered in interface AuditInfopublic java.lang.String getHostAddress()
AuditInfo
getHostAddress in interface AuditInfopublic java.lang.String getKeyGUID()
AuditInfo
getKeyGUID in interface AuditInfopublic java.util.Map getKeyPropertiesAfter()
AuditInfo
getKeyPropertiesAfter in interface AuditInfopublic java.util.Map getKeyPropertiesBefore()
AuditInfo
getKeyPropertiesBefore in interface AuditInfopublic StoreRef getKeyStore()
AuditInfo
getKeyStore in interface AuditInfopublic java.lang.String getMessage()
AuditInfo
getMessage in interface AuditInfopublic java.io.Serializable[] getMethodArguments()
AuditInfo
getMethodArguments in interface AuditInfopublic java.lang.String[] getMethodArgumentsAsStrings()
AuditInfo
getMethodArgumentsAsStrings in interface AuditInfopublic java.lang.String getPath()
AuditInfo
getPath in interface AuditInfopublic java.io.Serializable getReturnObject()
AuditInfo
getReturnObject in interface AuditInfopublic java.lang.String getReturnObjectAsString()
AuditInfo
getReturnObjectAsString in interface AuditInfopublic java.lang.String getSessionId()
AuditInfo
getSessionId in interface AuditInfopublic java.lang.Throwable getThrowable()
AuditInfo
getThrowable in interface AuditInfopublic java.lang.String getThrowableAsString()
AuditInfo
getThrowableAsString in interface AuditInfopublic java.lang.String getTxId()
AuditInfo
getTxId in interface AuditInfopublic 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 | ||||||||