当前页面:
在线文档首页 >
JBoss JBPM 3.0.4 API 英文版文档
StringUpdateLog (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档
org.jbpm.context.log.variableinstance
Class StringUpdateLog
java.lang.Object
org.jbpm.logging.log.ProcessLog
org.jbpm.context.log.VariableLog
org.jbpm.context.log.VariableUpdateLog
org.jbpm.context.log.variableinstance.StringUpdateLog
- All Implemented Interfaces:
- java.io.Serializable
- public class StringUpdateLog
- extends VariableUpdateLog
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StringUpdateLog
public StringUpdateLog()
StringUpdateLog
public StringUpdateLog(VariableInstance variableInstance,
java.lang.String oldValue,
java.lang.String newValue)
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