Class HistoricDetailVariableInstanceUpdateEntityImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
-
- org.flowable.engine.impl.persistence.entity.AbstractBpmnEngineNoRevisionEntity
-
- org.flowable.engine.impl.persistence.entity.HistoricDetailEntityImpl
-
- org.flowable.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntityImpl
-
- All Implemented Interfaces:
Serializable,HistoricData,HasRevision,Entity,HistoricDetail,HistoricVariableUpdate,HistoricDetailEntity,HistoricDetailVariableInstanceUpdateEntity,org.flowable.variable.api.types.ValueFields
public class HistoricDetailVariableInstanceUpdateEntityImpl extends HistoricDetailEntityImpl implements HistoricDetailVariableInstanceUpdateEntity
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ByteArrayRefbyteArrayRefprotected ObjectcachedValueprotected DoubledoubleValueprotected LonglongValueprotected Stringnameprotected intrevisionprotected StringtextValueprotected StringtextValue2protected org.flowable.variable.api.types.VariableTypevariableType-
Fields inherited from class org.flowable.engine.impl.persistence.entity.HistoricDetailEntityImpl
activityInstanceId, detailType, executionId, processInstanceId, taskId, time
-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
-
-
Constructor Summary
Constructors Constructor Description HistoricDetailVariableInstanceUpdateEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteArrayRefgetByteArrayRef()byte[]getBytes()ObjectgetCachedValue()DoublegetDoubleValue()LonggetLongValue()StringgetName()ObjectgetPersistentState()intgetRevision()intgetRevisionNext()StringgetScopeId()StringgetScopeType()StringgetSubScopeId()StringgetTextValue()StringgetTextValue2()ObjectgetValue()StringgetVariableName()org.flowable.variable.api.types.VariableTypegetVariableType()StringgetVariableTypeName()voidsetBytes(byte[] bytes)voidsetCachedValue(Object cachedValue)voidsetDoubleValue(Double doubleValue)voidsetLongValue(Long longValue)voidsetName(String name)voidsetRevision(int revision)voidsetTextValue(String textValue)voidsetTextValue2(String textValue2)voidsetVariableType(org.flowable.variable.api.types.VariableType variableType)StringtoString()-
Methods inherited from class org.flowable.engine.impl.persistence.entity.HistoricDetailEntityImpl
getActivityInstanceId, getDetailType, getExecutionId, getProcessInstanceId, getTaskId, getTime, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTime
-
Methods inherited from class org.flowable.engine.impl.persistence.entity.AbstractBpmnEngineNoRevisionEntity
getIdPrefix
-
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from interface org.flowable.engine.history.HistoricDetail
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime
-
Methods inherited from interface org.flowable.engine.impl.persistence.entity.HistoricDetailEntity
getDetailType, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTime
-
-
-
-
Field Detail
-
revision
protected int revision
-
name
protected String name
-
variableType
protected org.flowable.variable.api.types.VariableType variableType
-
longValue
protected Long longValue
-
doubleValue
protected Double doubleValue
-
textValue
protected String textValue
-
textValue2
protected String textValue2
-
byteArrayRef
protected ByteArrayRef byteArrayRef
-
cachedValue
protected Object cachedValue
-
-
Method Detail
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentStatein interfaceEntity- Overrides:
getPersistentStatein classHistoricDetailEntityImpl
-
getValue
public Object getValue()
- Specified by:
getValuein interfaceHistoricVariableUpdate
-
getVariableTypeName
public String getVariableTypeName()
- Specified by:
getVariableTypeNamein interfaceHistoricVariableUpdate
-
getRevisionNext
public int getRevisionNext()
- Specified by:
getRevisionNextin interfaceHasRevision
-
getBytes
public byte[] getBytes()
- Specified by:
getBytesin interfaceorg.flowable.variable.api.types.ValueFields
-
getByteArrayRef
public ByteArrayRef getByteArrayRef()
- Specified by:
getByteArrayRefin interfaceHistoricDetailVariableInstanceUpdateEntity
-
setBytes
public void setBytes(byte[] bytes)
- Specified by:
setBytesin interfaceorg.flowable.variable.api.types.ValueFields
-
getRevision
public int getRevision()
- Specified by:
getRevisionin interfaceHasRevision- Specified by:
getRevisionin interfaceHistoricVariableUpdate
-
setRevision
public void setRevision(int revision)
- Specified by:
setRevisionin interfaceHasRevision
-
getVariableName
public String getVariableName()
- Specified by:
getVariableNamein interfaceHistoricVariableUpdate
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceHistoricDetailVariableInstanceUpdateEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.flowable.variable.api.types.ValueFields
-
getVariableType
public org.flowable.variable.api.types.VariableType getVariableType()
- Specified by:
getVariableTypein interfaceHistoricDetailVariableInstanceUpdateEntity
-
setVariableType
public void setVariableType(org.flowable.variable.api.types.VariableType variableType)
- Specified by:
setVariableTypein interfaceHistoricDetailVariableInstanceUpdateEntity
-
getLongValue
public Long getLongValue()
- Specified by:
getLongValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setLongValue
public void setLongValue(Long longValue)
- Specified by:
setLongValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getDoubleValue
public Double getDoubleValue()
- Specified by:
getDoubleValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setDoubleValue
public void setDoubleValue(Double doubleValue)
- Specified by:
setDoubleValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getTextValue
public String getTextValue()
- Specified by:
getTextValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue
public void setTextValue(String textValue)
- Specified by:
setTextValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getTextValue2
public String getTextValue2()
- Specified by:
getTextValue2in interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue2
public void setTextValue2(String textValue2)
- Specified by:
setTextValue2in interfaceorg.flowable.variable.api.types.ValueFields
-
getCachedValue
public Object getCachedValue()
- Specified by:
getCachedValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setCachedValue
public void setCachedValue(Object cachedValue)
- Specified by:
setCachedValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getScopeId
public String getScopeId()
- Specified by:
getScopeIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getSubScopeId
public String getSubScopeId()
- Specified by:
getSubScopeIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getScopeType
public String getScopeType()
- Specified by:
getScopeTypein interfaceorg.flowable.variable.api.types.ValueFields
-
-