Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.cmmn.entity.runtime | |
org.camunda.bpm.engine.impl.history.producer | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.impl.variable |
Modifier and Type | Method and Description |
---|---|
protected boolean |
VariableInstanceQueryImpl.shouldFetchValue(VariableInstanceEntity entity) |
Modifier and Type | Method and Description |
---|---|
protected List<VariableInstanceEntity> |
CaseExecutionEntityVariableStore.loadVariableInstances() |
protected List<VariableInstanceEntity> |
CaseExecutionEntity.loadVariableInstances() |
Modifier and Type | Method and Description |
---|---|
protected void |
CaseExecutionEntityVariableStore.initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance) |
protected void |
CaseExecutionEntity.initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance) |
Modifier and Type | Method and Description |
---|---|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is created.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is deleted.
|
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableEvent(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope,
HistoryEventType eventType) |
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is updated.
|
protected void |
DefaultHistoryEventProducer.initHistoricVariableUpdateEvt(HistoricVariableUpdateEventEntity evt,
VariableInstanceEntity variableInstance,
HistoryEventType eventType) |
Modifier and Type | Method and Description |
---|---|
static VariableInstanceEntity |
VariableInstanceEntity.create(String name,
TypedValue value) |
static VariableInstanceEntity |
VariableInstanceEntity.createAndInsert(String name,
TypedValue value) |
Modifier and Type | Method and Description |
---|---|
List<VariableInstanceEntity> |
VariableInstanceManager.findVariableInstancesByCaseExecutionId(String caseExecutionId) |
List<VariableInstanceEntity> |
VariableInstanceManager.findVariableInstancesByExecutionId(String executionId) |
List<VariableInstanceEntity> |
VariableInstanceManager.findVariableInstancesByTaskId(String taskId) |
Map<String,VariableInstanceEntity> |
ExecutionEntityVariableStore.getVariableInstancesWithoutInitialization() |
protected List<VariableInstanceEntity> |
TaskEntityVariableStore.loadVariableInstances() |
protected List<VariableInstanceEntity> |
ExecutionEntityVariableStore.loadVariableInstances() |
protected List<VariableInstanceEntity> |
TaskEntity.loadVariableInstances() |
protected List<VariableInstanceEntity> |
ExecutionEntity.loadVariableInstances() |
Modifier and Type | Method and Description |
---|---|
protected void |
TaskEntityVariableStore.initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance) |
protected void |
ExecutionEntityVariableStore.initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance) |
protected void |
TaskEntity.initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance) |
protected void |
ExecutionEntity.initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance) |
static void |
VariableInstanceEntity.insert(VariableInstanceEntity variableInstance) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,VariableInstanceEntity> |
AbstractPersistentVariableStore.variableInstances |
Modifier and Type | Method and Description |
---|---|
protected abstract List<VariableInstanceEntity> |
AbstractPersistentVariableStore.loadVariableInstances() |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractPersistentVariableStore.fireHistoricVariableInstanceCreate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceActivityExecution) |
static void |
AbstractPersistentVariableStore.fireHistoricVariableInstanceDelete(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceActivityExecution) |
static void |
AbstractPersistentVariableStore.fireHistoricVariableInstanceUpdate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceActivityExecution) |
protected static void |
AbstractPersistentVariableStore.fireVariableEvent(VariableInstanceEntity variableInstance,
String eventName,
AbstractVariableScope sourceActivityExecution) |
protected abstract void |
AbstractPersistentVariableStore.initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPersistentVariableStore.setVariableInstances(Map<String,VariableInstanceEntity> variableInstances) |
Copyright © 2018. All rights reserved.