|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jbpm.logging.log.ProcessLog
org.jbpm.context.log.VariableLog
org.jbpm.context.log.VariableUpdateLog
org.jbpm.context.log.variableinstance.LongUpdateLog
public class LongUpdateLog
| Field Summary |
|---|
| Fields inherited from class org.jbpm.context.log.VariableLog |
|---|
variableInstance |
| Fields inherited from class org.jbpm.logging.log.ProcessLog |
|---|
date, index, parent, token |
| Constructor Summary | |
|---|---|
LongUpdateLog()
|
|
LongUpdateLog(VariableInstance variableInstance,
java.lang.Long oldValue,
java.lang.Long newValue)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getNewValue()
|
java.lang.Object |
getOldValue()
|
| Methods inherited from class org.jbpm.context.log.VariableUpdateLog |
|---|
toString, undo |
| Methods inherited from class org.jbpm.context.log.VariableLog |
|---|
getVariableInstance |
| Methods inherited from class org.jbpm.logging.log.ProcessLog |
|---|
getActorId, getDate, getId, getIndex, getParent, getToken, setDate, setIndex, setParent, setToken |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LongUpdateLog()
public LongUpdateLog(VariableInstance variableInstance,
java.lang.Long oldValue,
java.lang.Long newValue)
| Method Detail |
|---|
public java.lang.Object getOldValue()
getOldValue in class VariableUpdateLogpublic java.lang.Object getNewValue()
getNewValue in class VariableUpdateLog
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||