|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of VariableInstanceEntity in org.camunda.bpm.engine.impl.db |
|---|
| Methods in org.camunda.bpm.engine.impl.db with parameters of type VariableInstanceEntity | |
|---|---|
void |
DbSqlSession.addDeserializedObject(Object deserializedObject,
byte[] serializedBytes,
VariableInstanceEntity variableInstanceEntity)
|
| Uses of VariableInstanceEntity in org.camunda.bpm.engine.impl.history.producer |
|---|
| Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type VariableInstanceEntity | |
|---|---|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScopeImpl variableScopeImpl)
|
HistoryEvent |
HistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScopeImpl variableScopeImpl)
Creates the history event fired when a variable is created. |
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScopeImpl variableScopeImpl)
|
HistoryEvent |
HistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScopeImpl variableScopeImpl)
Creates the history event fired when a variable is deleted. |
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableEvent(VariableInstanceEntity variableInstance,
VariableScopeImpl variableScopeImpl,
String eventType)
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScopeImpl variableScopeImpl)
|
HistoryEvent |
HistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScopeImpl variableScopeImpl)
Creates the history event fired when a variable is updated. |
protected void |
DefaultHistoryEventProducer.initHistoricVariableUpdateEvt(HistoricVariableUpdateEventEntity evt,
VariableInstanceEntity variableInstance,
String eventType)
|
| Uses of VariableInstanceEntity in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type VariableInstanceEntity | |
|---|---|
protected Map<String,VariableInstanceEntity> |
VariableScopeImpl.variableInstances
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return VariableInstanceEntity | |
|---|---|
static VariableInstanceEntity |
VariableInstanceEntity.create(String name,
VariableType type,
Object value)
|
static VariableInstanceEntity |
VariableInstanceEntity.createAndInsert(String name,
VariableType type,
Object value)
|
protected VariableInstanceEntity |
VariableScopeImpl.createVariableInstance(String variableName,
Object value,
ExecutionEntity sourceActivityExecution)
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type VariableInstanceEntity | |
|---|---|
List<VariableInstanceEntity> |
VariableInstanceManager.findVariableInstancesByExecutionId(String executionId)
|
List<VariableInstanceEntity> |
VariableInstanceManager.findVariableInstancesByTaskId(String taskId)
|
Map<String,VariableInstanceEntity> |
TaskEntity.getVariableInstances()
|
protected List<VariableInstanceEntity> |
ExecutionEntity.loadVariableInstances()
|
protected abstract List<VariableInstanceEntity> |
VariableScopeImpl.loadVariableInstances()
|
protected List<VariableInstanceEntity> |
TaskEntity.loadVariableInstances()
|
| Uses of VariableInstanceEntity in org.camunda.bpm.engine.impl.variable |
|---|
| Constructors in org.camunda.bpm.engine.impl.variable with parameters of type VariableInstanceEntity | |
|---|---|
DeserializedObject(Object deserializedObject,
byte[] serializedBytes,
VariableInstanceEntity variableInstanceEntity)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||