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
Modifier and TypeMethodDescriptionorg.flowable.variable.api.types.VariableTypevoidvoidsetVariableType(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, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevisionMethods 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.engine.history.HistoricVariableUpdate
getRevision, getValue, getVariableName, getVariableTypeNameMethods 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 Details
-
setName
-
getByteArrayRef
ByteArrayRef getByteArrayRef() -
getVariableType
org.flowable.variable.api.types.VariableType getVariableType() -
setVariableType
void setVariableType(org.flowable.variable.api.types.VariableType variableType)
-