Modifier and Type | Method and Description |
---|---|
void |
DbSqlSession.addDeserializedObject(Object deserializedObject,
byte[] serializedBytes,
VariableInstanceEntity variableInstanceEntity) |
Modifier and Type | Method and Description |
---|---|
HistoryEvent |
HistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is created.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is deleted.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableEvent(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope,
String eventType) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
protected void |
DefaultHistoryEventProducer.initHistoricVariableUpdateEvt(HistoricVariableUpdateEventEntity evt,
VariableInstanceEntity variableInstance,
String eventType) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,VariableInstanceEntity> |
VariableScopeImpl.variableInstances |
Modifier and Type | Method and Description |
---|---|
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,
VariableScope sourceActivityExecution) |
Modifier and Type | Method and Description |
---|---|
List<VariableInstanceEntity> |
VariableInstanceManager.findVariableInstancesByExecutionId(String executionId) |
List<VariableInstanceEntity> |
VariableInstanceManager.findVariableInstancesByTaskId(String taskId) |
Map<String,VariableInstanceEntity> |
TaskEntity.getVariableInstances() |
protected abstract List<VariableInstanceEntity> |
VariableScopeImpl.loadVariableInstances() |
protected List<VariableInstanceEntity> |
TaskEntity.loadVariableInstances() |
protected List<VariableInstanceEntity> |
ExecutionEntity.loadVariableInstances() |
Modifier and Type | Method and Description |
---|---|
protected void |
VariableScopeImpl.clearVariable(VariableInstanceEntity variableInstance,
Object newValue) |
protected void |
VariableScopeImpl.deleteVariableInstanceForExplicitUserCall(VariableInstanceEntity variableInstance,
VariableScope sourceActivityExecution) |
protected void |
VariableScopeImpl.fireHistoricVariableInstanceCreate(VariableInstanceEntity variableInstance,
VariableScope sourceActivityExecution) |
protected void |
VariableScopeImpl.fireHistoricVariableInstanceDelete(VariableInstanceEntity variableInstance,
VariableScope sourceActivityExecution) |
protected void |
VariableScopeImpl.fireHistoricVariableInstanceUpdate(VariableInstanceEntity variableInstance,
VariableScope sourceActivityExecution) |
protected abstract void |
VariableScopeImpl.initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance) |
protected void |
TaskEntity.initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance) |
protected void |
ExecutionEntity.initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance) |
protected void |
VariableScopeImpl.updateVariableInstance(VariableInstanceEntity variableInstance,
Object value,
VariableScope sourceActivityExecution) |
Constructor and Description |
---|
DeserializedObject(Object deserializedObject,
byte[] serializedBytes,
VariableInstanceEntity variableInstanceEntity) |
Copyright © 2015. All rights reserved.