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

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


org.jbpm.context.log
Class VariableLog

java.lang.Object
  extended byorg.jbpm.logging.log.ProcessLog
      extended byorg.jbpm.context.log.VariableLog
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VariableCreateLog, VariableDeleteLog, VariableUpdateLog

public abstract class VariableLog
extends ProcessLog

See Also:
Serialized Form

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

Field Detail

variableInstance

protected VariableInstance variableInstance
Constructor Detail

VariableLog

public VariableLog()

VariableLog

public VariableLog(VariableInstance variableInstance)
Method Detail

getVariableInstance

public VariableInstance getVariableInstance()


Version : jbpm-3.0.4