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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ByteArrayRefprotected Objectprotected Doubleprotected Longprotected Stringprotected intprotected Stringprotected Stringprotected org.flowable.variable.api.types.VariableTypeFields inherited from class org.flowable.engine.impl.persistence.entity.HistoricDetailEntityImpl
activityInstanceId, detailType, executionId, processInstanceId, taskId, timeFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBytes()getName()intintgetValue()org.flowable.variable.api.types.VariableTypevoidsetBytes(byte[] bytes) voidsetCachedValue(Object cachedValue) voidsetDoubleValue(Double doubleValue) voidsetLongValue(Long longValue) voidvoidsetRevision(int revision) voidsetTextValue(String textValue) voidsetTextValue2(String textValue2) voidsetVariableType(org.flowable.variable.api.types.VariableType variableType) toString()Methods inherited from class org.flowable.engine.impl.persistence.entity.HistoricDetailEntityImpl
getActivityInstanceId, getDetailType, getExecutionId, getProcessInstanceId, getTaskId, getTime, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTimeMethods inherited from class org.flowable.engine.impl.persistence.entity.AbstractBpmnEngineNoRevisionEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.engine.history.HistoricDetail
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTimeMethods inherited from interface org.flowable.engine.impl.persistence.entity.HistoricDetailEntity
getDetailType, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTimeMethods inherited from interface org.flowable.variable.api.types.ValueFields
getExecutionId, getProcessInstanceId, getTaskId
-
Field Details
-
revision
protected int revision -
name
-
variableType
protected org.flowable.variable.api.types.VariableType variableType -
longValue
-
doubleValue
-
textValue
-
textValue2
-
byteArrayRef
-
cachedValue
-
-
Constructor Details
-
HistoricDetailVariableInstanceUpdateEntityImpl
public HistoricDetailVariableInstanceUpdateEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity- Overrides:
getPersistentStatein classHistoricDetailEntityImpl
-
getValue
- Specified by:
getValuein interfaceHistoricVariableUpdate
-
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
- 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
- Specified by:
getVariableNamein interfaceHistoricVariableUpdate
-
setName
- Specified by:
setNamein interfaceHistoricDetailVariableInstanceUpdateEntity
-
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
- Specified by:
getLongValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setLongValue
- Specified by:
setLongValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getDoubleValue
- Specified by:
getDoubleValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setDoubleValue
- Specified by:
setDoubleValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getTextValue
- Specified by:
getTextValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue
- Specified by:
setTextValuein interfaceorg.flowable.variable.api.types.ValueFields
-
getTextValue2
- Specified by:
getTextValue2in interfaceorg.flowable.variable.api.types.ValueFields
-
setTextValue2
- Specified by:
setTextValue2in interfaceorg.flowable.variable.api.types.ValueFields
-
getCachedValue
- Specified by:
getCachedValuein interfaceorg.flowable.variable.api.types.ValueFields
-
setCachedValue
- Specified by:
setCachedValuein interfaceorg.flowable.variable.api.types.ValueFields
-
toString
-
getScopeId
- Specified by:
getScopeIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getSubScopeId
- Specified by:
getSubScopeIdin interfaceorg.flowable.variable.api.types.ValueFields
-
getScopeType
- Specified by:
getScopeTypein interfaceorg.flowable.variable.api.types.ValueFields
-