org.alfresco.repo.audit
Class AuditState

java.lang.Object
  extended by 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.


Constructor Summary
AuditState(AuditConfiguration auditConfiguration)
           
 
Method Summary
 java.lang.String getAuditApplication()
           
 AuditConfiguration getAuditConfiguration()
           
 java.lang.String getAuditMethod()
           
 java.lang.String getAuditService()
           
 java.net.InetAddress getClientAddress()
           
 java.util.Date getDate()
           
 java.net.InetAddress getHostAddress()
           
 java.lang.String getKeyGUID()
           
 java.util.Map getKeyPropertiesAfter()
           
 java.util.Map getKeyPropertiesBefore()
           
 StoreRef getKeyStore()
           
 java.lang.String getMessage()
           
 java.io.Serializable[] getMethodArguments()
           
 java.lang.String getPath()
           
 java.io.Serializable getReturnObject()
           
 java.lang.String getSessionId()
           
 java.lang.Throwable getThrowable()
           
 java.lang.String getTxId()
           
 java.lang.String getUserIdentifier()
           
 boolean isFail()
           
 boolean isFiltered()
           
 void setAuditApplication(java.lang.String auditApplication)
           
 void setAuditConfiguration(AuditConfiguration auditConfiguration)
           
 void setAuditMethod(java.lang.String auditMethod)
           
 void setAuditService(java.lang.String auditService)
           
 void setClientAddress(java.net.InetAddress clientAddress)
           
 void setDate(java.util.Date date)
           
 void setFail(boolean fail)
           
 void setFiltered(boolean filtered)
           
 void setHostAddress(java.net.InetAddress hostAddress)
           
 void setKeyGUID(java.lang.String keyGUID)
           
 void setKeyPropertiesAfter(java.util.Map keyPropertiesAfter)
           
 void setKeyPropertiesBefore(java.util.Map keyPropertiesBefore)
           
 void setKeyStore(StoreRef keyStore)
           
 void setMessage(java.lang.String message)
           
 void setMethodArguments(java.io.Serializable[] methodArguments)
           
 void setPath(java.lang.String keyPath)
           
 void setReturnObject(java.io.Serializable returnObject)
           
 void setSessionId(java.lang.String sessionId)
           
 void setThrowable(java.lang.Throwable throwable)
           
 void setTxId(java.lang.String txId)
           
 void setUserIdentifier(java.lang.String userIdentifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditState

public AuditState(AuditConfiguration auditConfiguration)
Method Detail

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.