|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VariableScopeImpl | |
|---|---|
| org.camunda.bpm.engine.impl.history.producer | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| Uses of VariableScopeImpl in org.camunda.bpm.engine.impl.history.producer |
|---|
| Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type VariableScopeImpl | |
|---|---|
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. |
| Uses of VariableScopeImpl in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Subclasses of VariableScopeImpl in org.camunda.bpm.engine.impl.persistence.entity | |
|---|---|
class |
ExecutionEntity
|
class |
TaskEntity
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return VariableScopeImpl | |
|---|---|
protected VariableScopeImpl |
ExecutionEntity.getParentVariableScope()
|
protected abstract VariableScopeImpl |
VariableScopeImpl.getParentVariableScope()
|
protected VariableScopeImpl |
TaskEntity.getParentVariableScope()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||