Interface VariableInstanceEntity
-
- All Superinterfaces:
Entity,HasRevision,ValueFields,VariableInstance
- All Known Implementing Classes:
VariableInstanceEntityImpl
@Internal public interface VariableInstanceEntity extends VariableInstance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidforceUpdate()ByteArrayRefgetByteArrayRef()VariableTypegetType()booleanisDeleted()voidsetDeleted(boolean isDeleted)voidsetExecution(ExecutionEntity execution)voidsetType(VariableType type)-
Methods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
getId, getPersistentState, isInserted, isUpdated, setId, setInserted, setUpdated
-
Methods inherited from interface org.activiti.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Methods inherited from interface org.activiti.engine.impl.variable.ValueFields
getBytes, getCachedValue, getDoubleValue, getLongValue, getName, getTextValue, getTextValue2, setBytes, setCachedValue, setDoubleValue, setLongValue, setTextValue, setTextValue2
-
Methods inherited from interface org.activiti.engine.impl.persistence.entity.VariableInstance
getExecutionId, getProcessInstanceId, getTaskId, getTypeName, getValue, setExecutionId, setName, setProcessInstanceId, setTaskId, setTypeName, setValue
-
-
-
-
Method Detail
-
setDeleted
void setDeleted(boolean isDeleted)
- Specified by:
setDeletedin interfaceEntity
-
setExecution
void setExecution(ExecutionEntity execution)
-
forceUpdate
void forceUpdate()
-
getByteArrayRef
ByteArrayRef getByteArrayRef()
-
getType
VariableType getType()
-
setType
void setType(VariableType type)
-
-