Interface HistoricDetailVariableInstanceUpdateEntity
-
- All Superinterfaces:
Entity,HasRevision,HistoricData,HistoricDetail,HistoricDetailEntity,HistoricVariableUpdate,org.flowable.variable.api.types.ValueFields
- All Known Implementing Classes:
HistoricDetailVariableInstanceUpdateEntityImpl
public interface HistoricDetailVariableInstanceUpdateEntity extends HistoricDetailEntity, org.flowable.variable.api.types.ValueFields, HistoricVariableUpdate, Entity, HasRevision
- Author:
- Tom Baeyens, Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteArrayRefgetByteArrayRef()org.flowable.variable.api.types.VariableTypegetVariableType()voidsetName(String name)voidsetVariableType(org.flowable.variable.api.types.VariableType variableType)-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
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
-
Methods inherited from interface org.flowable.engine.history.HistoricVariableUpdate
getRevision, getValue, getVariableName, getVariableTypeName
-
Methods inherited from interface org.flowable.variable.api.types.ValueFields
getBytes, getCachedValue, getDoubleValue, getExecutionId, getLongValue, getName, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getTextValue, getTextValue2, setBytes, setCachedValue, setDoubleValue, setLongValue, setTextValue, setTextValue2
-
-
-
-
Method Detail
-
setName
void setName(String name)
-
getByteArrayRef
ByteArrayRef getByteArrayRef()
-
getVariableType
org.flowable.variable.api.types.VariableType getVariableType()
-
setVariableType
void setVariableType(org.flowable.variable.api.types.VariableType variableType)
-
-