|
jBPM distribution 6.1.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.process.audit.VariableInstanceLog
@Entity public class VariableInstanceLog
Constructor Summary | |
---|---|
VariableInstanceLog()
|
|
VariableInstanceLog(long processInstanceId,
String processId,
String variableInstanceId,
String variableId,
String value,
String oldValue)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Date |
getDate()
Date when the variable was set (to current value) |
String |
getExternalId()
External (optional) identifier associated with this process instance |
long |
getId()
|
String |
getOldValue()
Previous value of the variable (if any) |
String |
getProcessId()
Process id of the definition |
long |
getProcessInstanceId()
Process instance identifier |
String |
getValue()
Current value of the variable |
String |
getVariableId()
Identifier of the variable aka variable name |
String |
getVariableInstanceId()
Additional information in case variable is defined on composite node level to be able to distinguish it between top level and embedded level variables |
int |
hashCode()
|
void |
setExternalId(String domainId)
|
void |
setOldValue(String oldValue)
|
void |
setValue(String value)
|
void |
setVariableId(String variableId)
|
void |
setVariableInstanceId(String variableInstanceId)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VariableInstanceLog()
public VariableInstanceLog(long processInstanceId, String processId, String variableInstanceId, String variableId, String value, String oldValue)
Method Detail |
---|
public long getId()
public long getProcessInstanceId()
VariableInstanceLog
getProcessInstanceId
in interface VariableInstanceLog
public String getProcessId()
VariableInstanceLog
getProcessId
in interface VariableInstanceLog
public String getVariableInstanceId()
VariableInstanceLog
getVariableInstanceId
in interface VariableInstanceLog
public void setVariableInstanceId(String variableInstanceId)
public String getVariableId()
VariableInstanceLog
getVariableId
in interface VariableInstanceLog
public void setVariableId(String variableId)
public String getValue()
VariableInstanceLog
getValue
in interface VariableInstanceLog
public void setValue(String value)
public String getOldValue()
VariableInstanceLog
getOldValue
in interface VariableInstanceLog
public void setOldValue(String oldValue)
public Date getDate()
VariableInstanceLog
getDate
in interface VariableInstanceLog
public String getExternalId()
VariableInstanceLog
getExternalId
in interface VariableInstanceLog
public void setExternalId(String domainId)
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
jBPM distribution 6.1.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |