| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.history.producer | |
| org.camunda.bpm.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
HistoryEvent |
HistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScopeImpl variableScopeImpl)
Creates the history event fired when a variable is created.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScopeImpl variableScopeImpl) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScopeImpl variableScopeImpl)
Creates the history event fired when a variable is deleted.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScopeImpl variableScopeImpl) |
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableEvent(VariableInstanceEntity variableInstance,
VariableScopeImpl variableScopeImpl,
String eventType) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScopeImpl variableScopeImpl)
Creates the history event fired when a variable is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScopeImpl variableScopeImpl) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionEntity |
class |
TaskEntity |
| Modifier and Type | Method and Description |
|---|---|
protected abstract VariableScopeImpl |
VariableScopeImpl.getParentVariableScope() |
protected VariableScopeImpl |
TaskEntity.getParentVariableScope() |
protected VariableScopeImpl |
ExecutionEntity.getParentVariableScope() |
Copyright © 2015. All rights reserved.