|
jBPM distribution 6.2.0.CR1 | |||||||||
| 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 |
setDate(Date date)
|
void |
setExternalId(String domainId)
|
void |
setId(long id)
|
void |
setOldValue(String oldValue)
|
void |
setProcessId(String processId)
|
void |
setProcessInstanceId(long processInstanceId)
|
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 void setId(long id)
public Long getProcessInstanceId()
VariableInstanceLog
getProcessInstanceId in interface AuditEventgetProcessInstanceId in interface VariableInstanceLogpublic void setProcessInstanceId(long processInstanceId)
public String getProcessId()
VariableInstanceLog
getProcessId in interface AuditEventgetProcessId in interface VariableInstanceLogpublic void setProcessId(String processId)
public String getVariableInstanceId()
VariableInstanceLog
getVariableInstanceId in interface VariableInstanceLogpublic void setVariableInstanceId(String variableInstanceId)
public String getVariableId()
VariableInstanceLog
getVariableId in interface VariableInstanceLogpublic void setVariableId(String variableId)
public String getValue()
VariableInstanceLog
getValue in interface VariableInstanceLogpublic void setValue(String value)
public String getOldValue()
VariableInstanceLog
getOldValue in interface VariableInstanceLogpublic void setOldValue(String oldValue)
public Date getDate()
VariableInstanceLog
getDate in interface VariableInstanceLogpublic void setDate(Date date)
public String getExternalId()
VariableInstanceLog
getExternalId in interface AuditEventgetExternalId in interface VariableInstanceLogpublic void setExternalId(String domainId)
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
jBPM distribution 6.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||