当前页面: 
在线文档首页 > 
JBoss JBPM 3.1.3 API 英文版文档
DateUpdateLog (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.context.log.variableinstance
Class DateUpdateLog
java.lang.Object
   org.jbpm.logging.log.ProcessLog
org.jbpm.logging.log.ProcessLog
       org.jbpm.context.log.VariableLog
org.jbpm.context.log.VariableLog
           org.jbpm.context.log.VariableUpdateLog
org.jbpm.context.log.VariableUpdateLog
               org.jbpm.context.log.variableinstance.DateUpdateLog
org.jbpm.context.log.variableinstance.DateUpdateLog
- All Implemented Interfaces: 
- java.io.Serializable
- public class DateUpdateLog 
- extends VariableUpdateLog
- See Also:
- Serialized Form
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
DateUpdateLog
public DateUpdateLog()
DateUpdateLog
public DateUpdateLog(VariableInstance variableInstance,
                     java.util.Date oldValue,
                     java.util.Date newValue)
getOldValue
public java.lang.Object getOldValue()
- 
- Specified by:
- getOldValuein class- VariableUpdateLog
 
- 
 
getNewValue
public java.lang.Object getNewValue()
- 
- Specified by:
- getNewValuein class- VariableUpdateLog
 
- 
 
Version : jbpm-3.1.3