当前页面:
在线文档首页 >
JBoss JBPM 3.0.4 API 英文版文档
VariableUpdateLog (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档
org.jbpm.context.log
Class VariableUpdateLog
java.lang.Object
org.jbpm.logging.log.ProcessLog
org.jbpm.context.log.VariableLog
org.jbpm.context.log.VariableUpdateLog
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ByteArrayUpdateLog, DateUpdateLog, DoubleUpdateLog, HibernateLongUpdateLog, HibernateStringUpdateLog, LongUpdateLog, StringUpdateLog
- public abstract class VariableUpdateLog
- extends VariableLog
- See Also:
- Serialized Form
Method Summary |
abstract java.lang.Object |
getNewValue()
|
abstract java.lang.Object |
getOldValue()
|
java.lang.String |
toString()
provides a text description for this update
which can be used e.g. |
void |
undo()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VariableUpdateLog
public VariableUpdateLog()
VariableUpdateLog
public VariableUpdateLog(VariableInstance variableInstance)
getOldValue
public abstract java.lang.Object getOldValue()
getNewValue
public abstract java.lang.Object getNewValue()
toString
public java.lang.String toString()
- Description copied from class:
ProcessLog
- provides a text description for this update
which can be used e.g. in the admin web console.
- Specified by:
toString
in class ProcessLog
undo
public void undo()
Version : jbpm-3.0.4