当前页面: 
在线文档首页 > 
JBoss JBPM 3.1.3 API 英文版文档
ByteArrayUpdateLog (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.context.log.variableinstance
Class ByteArrayUpdateLog
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.ByteArrayUpdateLog
org.jbpm.context.log.variableinstance.ByteArrayUpdateLog
- All Implemented Interfaces: 
- java.io.Serializable
- public class ByteArrayUpdateLog 
- extends VariableUpdateLog
- See Also:
- Serialized Form
 
 
 
 
| Method Summary | 
|  java.lang.Object | getNewValue()
 | 
|  java.lang.Object | getOldValue()
 | 
|  java.lang.String | toString()provides a text description for this update
 which can be used e.g. in the admin web console.
 | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
ByteArrayUpdateLog
public ByteArrayUpdateLog()
ByteArrayUpdateLog
public ByteArrayUpdateLog(VariableInstance variableInstance,
                          ByteArray oldValue,
                          ByteArray newValue)
getOldValue
public java.lang.Object getOldValue()
- 
- Specified by:
- getOldValuein class- VariableUpdateLog
 
- 
 
getNewValue
public java.lang.Object getNewValue()
- 
- Specified by:
- getNewValuein class- VariableUpdateLog
 
- 
 
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.
 
- 
- Overrides:
- toStringin class- VariableUpdateLog
 
- 
 
Version : jbpm-3.1.3