public class HistoricDetailVariableInstanceUpdateEntity extends HistoricDetailEntity implements org.flowable.variable.api.types.ValueFields, HistoricVariableUpdate, PersistentObject, HasRevision
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayRef |
byteArrayRef |
protected Object |
cachedValue |
protected Double |
doubleValue |
protected Long |
longValue |
protected String |
name |
protected int |
revision |
protected String |
textValue |
protected String |
textValue2 |
protected org.flowable.variable.api.types.VariableType |
variableType |
activityInstanceId, detailType, executionId, id, processInstanceId, taskId, time| Modifier | Constructor and Description |
|---|---|
protected |
HistoricDetailVariableInstanceUpdateEntity() |
getActivityInstanceId, getDetailType, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime, setActivityInstanceId, setDetailType, setExecutionId, setId, setProcessInstanceId, setTaskId, setTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExecutionId, getProcessInstanceId, getTaskIdgetActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTimegetId, setIdprotected int revision
protected String name
protected org.flowable.variable.api.types.VariableType variableType
protected Long longValue
protected Double doubleValue
protected String textValue
protected String textValue2
protected final ByteArrayRef byteArrayRef
protected Object cachedValue
protected HistoricDetailVariableInstanceUpdateEntity()
public static HistoricDetailVariableInstanceUpdateEntity copyAndInsert(VariableInstanceEntity variableInstance)
public Object getValue()
getValue in interface HistoricVariableUpdatepublic void delete()
delete in class HistoricDetailEntitypublic Object getPersistentState()
PersistentObjectgetPersistentState in interface PersistentObjectgetPersistentState in class HistoricDetailEntitypublic String getVariableTypeName()
getVariableTypeName in interface HistoricVariableUpdatepublic int getRevisionNext()
getRevisionNext in interface HasRevisionpublic byte[] getBytes()
getBytes in interface org.flowable.variable.api.types.ValueFieldspublic void setBytes(byte[] bytes)
setBytes in interface org.flowable.variable.api.types.ValueFieldspublic int getRevision()
getRevision in interface HistoricVariableUpdategetRevision in interface HasRevisionpublic void setRevision(int revision)
setRevision in interface HasRevisionpublic String getVariableName()
getVariableName in interface HistoricVariableUpdatepublic String getName()
getName in interface org.flowable.variable.api.types.ValueFieldspublic org.flowable.variable.api.types.VariableType getVariableType()
public void setVariableType(org.flowable.variable.api.types.VariableType variableType)
public Long getLongValue()
getLongValue in interface org.flowable.variable.api.types.ValueFieldspublic void setLongValue(Long longValue)
setLongValue in interface org.flowable.variable.api.types.ValueFieldspublic Double getDoubleValue()
getDoubleValue in interface org.flowable.variable.api.types.ValueFieldspublic void setDoubleValue(Double doubleValue)
setDoubleValue in interface org.flowable.variable.api.types.ValueFieldspublic String getTextValue()
getTextValue in interface org.flowable.variable.api.types.ValueFieldspublic void setTextValue(String textValue)
setTextValue in interface org.flowable.variable.api.types.ValueFieldspublic String getTextValue2()
getTextValue2 in interface org.flowable.variable.api.types.ValueFieldspublic void setTextValue2(String textValue2)
setTextValue2 in interface org.flowable.variable.api.types.ValueFieldspublic Object getCachedValue()
getCachedValue in interface org.flowable.variable.api.types.ValueFieldspublic void setCachedValue(Object cachedValue)
setCachedValue in interface org.flowable.variable.api.types.ValueFieldspublic String getScopeId()
getScopeId in interface org.flowable.variable.api.types.ValueFieldspublic String getSubScopeId()
getSubScopeId in interface org.flowable.variable.api.types.ValueFieldspublic String getScopeType()
getScopeType in interface org.flowable.variable.api.types.ValueFieldsCopyright © 2018 Flowable. All rights reserved.