Interface VariableInstance
- All Superinterfaces:
Entity,HasRevision,ValueFields
- All Known Subinterfaces:
VariableInstanceEntity
- All Known Implementing Classes:
TransientVariableInstance,VariableInstanceEntityImpl
Generic variable class that can be reused for Activiti 6 and 5 engine
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()voidsetExecutionId(String executionId) voidvoidsetProcessInstanceId(String processInstanceId) voidvoidsetTypeName(String typeName) voidMethods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
getId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from interface org.activiti.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevisionMethods inherited from interface org.activiti.engine.impl.variable.ValueFields
getBytes, getCachedValue, getDoubleValue, getLongValue, getName, getTextValue, getTextValue2, setBytes, setCachedValue, setDoubleValue, setLongValue, setTextValue, setTextValue2
-
Method Details
-
setName
-
setProcessInstanceId
-
setExecutionId
-
getValue
Object getValue() -
setValue
-
getTypeName
String getTypeName() -
setTypeName
-
getProcessInstanceId
String getProcessInstanceId()- Specified by:
getProcessInstanceIdin interfaceValueFields- Returns:
- the process instance id of the variable
-
getTaskId
String getTaskId()- Specified by:
getTaskIdin interfaceValueFields- Returns:
- the task id of the variable
-
setTaskId
-
getExecutionId
String getExecutionId()- Specified by:
getExecutionIdin interfaceValueFields- Returns:
- the execution id of the variable
-