org.alfresco.repo.audit
Class AuditState
java.lang.Object
org.alfresco.repo.audit.AuditState
public class AuditState
- extends java.lang.Object
A class to encapsulate audit information supplied to the DAO layer.
Null entries should be stored.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditState
public AuditState(AuditConfiguration auditConfiguration)
getAuditApplication
public java.lang.String getAuditApplication()
setAuditApplication
public void setAuditApplication(java.lang.String auditApplication)
getAuditConfiguration
public AuditConfiguration getAuditConfiguration()
setAuditConfiguration
public void setAuditConfiguration(AuditConfiguration auditConfiguration)
getAuditMethod
public java.lang.String getAuditMethod()
setAuditMethod
public void setAuditMethod(java.lang.String auditMethod)
getAuditService
public java.lang.String getAuditService()
setAuditService
public void setAuditService(java.lang.String auditService)
getClientAddress
public java.net.InetAddress getClientAddress()
setClientAddress
public void setClientAddress(java.net.InetAddress clientAddress)
getDate
public java.util.Date getDate()
setDate
public void setDate(java.util.Date date)
isFail
public boolean isFail()
setFail
public void setFail(boolean fail)
isFiltered
public boolean isFiltered()
setFiltered
public void setFiltered(boolean filtered)
getHostAddress
public java.net.InetAddress getHostAddress()
setHostAddress
public void setHostAddress(java.net.InetAddress hostAddress)
getKeyGUID
public java.lang.String getKeyGUID()
setKeyGUID
public void setKeyGUID(java.lang.String keyGUID)
getKeyPropertiesAfter
public java.util.Map getKeyPropertiesAfter()
setKeyPropertiesAfter
public void setKeyPropertiesAfter(java.util.Map keyPropertiesAfter)
getKeyPropertiesBefore
public java.util.Map getKeyPropertiesBefore()
setKeyPropertiesBefore
public void setKeyPropertiesBefore(java.util.Map keyPropertiesBefore)
getKeyStore
public StoreRef getKeyStore()
setKeyStore
public void setKeyStore(StoreRef keyStore)
getMessage
public java.lang.String getMessage()
setMessage
public void setMessage(java.lang.String message)
getMethodArguments
public java.io.Serializable[] getMethodArguments()
setMethodArguments
public void setMethodArguments(java.io.Serializable[] methodArguments)
getPath
public java.lang.String getPath()
setPath
public void setPath(java.lang.String keyPath)
getReturnObject
public java.io.Serializable getReturnObject()
setReturnObject
public void setReturnObject(java.io.Serializable returnObject)
getSessionId
public java.lang.String getSessionId()
setSessionId
public void setSessionId(java.lang.String sessionId)
getThrowable
public java.lang.Throwable getThrowable()
setThrowable
public void setThrowable(java.lang.Throwable throwable)
getTxId
public java.lang.String getTxId()
setTxId
public void setTxId(java.lang.String txId)
getUserIdentifier
public java.lang.String getUserIdentifier()
setUserIdentifier
public void setUserIdentifier(java.lang.String userIdentifier)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.