站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 API 英文版文档

LongUpdateLog (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档


org.jbpm.context.log.variableinstance
Class LongUpdateLog

java.lang.Object
  extended byorg.jbpm.logging.log.ProcessLog
      extended byorg.jbpm.context.log.VariableLog
          extended byorg.jbpm.context.log.VariableUpdateLog
              extended byorg.jbpm.context.log.variableinstance.LongUpdateLog
All Implemented Interfaces:
java.io.Serializable

public class LongUpdateLog
extends VariableUpdateLog

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.context.log.VariableLog
variableInstance
 
Fields inherited from class org.jbpm.logging.log.ProcessLog
date, index, parent, token
 
Constructor Summary
LongUpdateLog()
           
LongUpdateLog(VariableInstance variableInstance, java.lang.Long oldValue, java.lang.Long newValue)
           
 
Method Summary
 java.lang.Object getNewValue()
           
 java.lang.Object getOldValue()
           
 
Methods inherited from class org.jbpm.context.log.VariableUpdateLog
toString, undo
 
Methods inherited from class org.jbpm.context.log.VariableLog
getVariableInstance
 
Methods inherited from class org.jbpm.logging.log.ProcessLog
getActorId, getDate, getId, getIndex, getParent, getToken, setDate, setIndex, setParent, setToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LongUpdateLog

public LongUpdateLog()

LongUpdateLog

public LongUpdateLog(VariableInstance variableInstance,
                     java.lang.Long oldValue,
                     java.lang.Long newValue)
Method Detail

getOldValue

public java.lang.Object getOldValue()
Specified by:
getOldValue in class VariableUpdateLog

getNewValue

public java.lang.Object getNewValue()
Specified by:
getNewValue in class VariableUpdateLog


Version : jbpm-3.0.4