|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CoreVariableScope in org.camunda.bpm.engine.impl.cmmn.execution |
|---|
| Subclasses of CoreVariableScope in org.camunda.bpm.engine.impl.cmmn.execution | |
|---|---|
class |
CmmnExecution
|
class |
PlanItemImpl
|
| Methods in org.camunda.bpm.engine.impl.cmmn.execution that return CoreVariableScope | |
|---|---|
protected CoreVariableScope |
CmmnExecution.getParentVariableScope()
|
| Uses of CoreVariableScope in org.camunda.bpm.engine.impl.core.instance |
|---|
| Subclasses of CoreVariableScope in org.camunda.bpm.engine.impl.core.instance | |
|---|---|
class |
CoreExecution
Defines the base API for the execution of an activity. |
| Uses of CoreVariableScope in org.camunda.bpm.engine.impl.core.variable |
|---|
| Methods in org.camunda.bpm.engine.impl.core.variable that return CoreVariableScope | |
|---|---|
protected abstract CoreVariableScope |
CoreVariableScope.getParentVariableScope()
|
protected CoreVariableScope |
CoreVariableScope.getSourceActivityVariableScope()
|
| Methods in org.camunda.bpm.engine.impl.core.variable with parameters of type CoreVariableScope | |
|---|---|
CoreVariableInstance |
CoreVariableStore.createVariableInstance(String variableName,
Object value,
CoreVariableScope sourceActivityExecution)
|
protected CoreVariableInstance |
CoreVariableScope.createVariableInstance(String variableName,
Object value,
CoreVariableScope sourceActivityExecution)
|
CoreVariableInstance |
SimpleVariableStrore.createVariableInstance(String variableName,
Object value,
CoreVariableScope sourceActivityExecution)
|
protected void |
CoreVariableScope.createVariableLocal(String variableName,
Object value,
CoreVariableScope sourceActivityExecution)
only called when a new variable is created on this variable scope. |
protected void |
CoreVariableScope.removeVariable(String variableName,
CoreVariableScope sourceActivityExecution)
|
CoreVariableInstance |
CoreVariableStore.removeVariableInstance(String variableName,
CoreVariableScope sourceActivityExecution)
|
CoreVariableInstance |
SimpleVariableStrore.removeVariableInstance(String variableName,
CoreVariableScope sourceActivityExecution)
|
protected void |
CoreVariableScope.removeVariableLocal(String variableName,
CoreVariableScope sourceActivityExecution)
|
protected void |
CoreVariableScope.setVariable(String variableName,
Object value,
CoreVariableScope sourceActivityExecution)
|
void |
CoreVariableStore.setVariableInstanceValue(CoreVariableInstance variableInstance,
Object value,
CoreVariableScope sourceActivityExecution)
|
void |
SimpleVariableStrore.setVariableInstanceValue(CoreVariableInstance variableInstance,
Object value,
CoreVariableScope sourceActivityExecution)
|
protected void |
CoreVariableScope.setVariableLocal(String variableName,
Object value,
CoreVariableScope sourceActivityExecution)
|
protected void |
CoreVariableScope.updateVariableInstance(CoreVariableInstance variableInstance,
Object value,
CoreVariableScope sourceActivityExecution)
|
| Uses of CoreVariableScope in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Subclasses of CoreVariableScope in org.camunda.bpm.engine.impl.persistence.entity | |
|---|---|
class |
ExecutionEntity
|
class |
TaskEntity
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return CoreVariableScope | |
|---|---|
protected CoreVariableScope |
TaskEntity.getParentVariableScope()
|
| Uses of CoreVariableScope in org.camunda.bpm.engine.impl.pvm.runtime |
|---|
| Subclasses of CoreVariableScope in org.camunda.bpm.engine.impl.pvm.runtime | |
|---|---|
class |
ExecutionImpl
|
class |
PvmExecutionImpl
|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime that return CoreVariableScope | |
|---|---|
protected CoreVariableScope |
PvmExecutionImpl.getParentVariableScope()
|
| Uses of CoreVariableScope in org.camunda.bpm.engine.impl.variable |
|---|
| Methods in org.camunda.bpm.engine.impl.variable with parameters of type CoreVariableScope | |
|---|---|
VariableInstanceEntity |
AbstractVariableStore.createVariableInstance(String variableName,
Object value,
CoreVariableScope sourceActivityExecution)
|
void |
AbstractVariableStore.fireHistoricVariableInstanceCreate(VariableInstanceEntity variableInstance,
CoreVariableScope sourceActivityExecution)
|
void |
AbstractVariableStore.fireHistoricVariableInstanceDelete(VariableInstanceEntity variableInstance,
CoreVariableScope sourceActivityExecution)
|
void |
AbstractVariableStore.fireHistoricVariableInstanceUpdate(VariableInstanceEntity variableInstance,
CoreVariableScope sourceActivityExecution)
|
CoreVariableInstance |
AbstractVariableStore.removeVariableInstance(String variableName,
CoreVariableScope sourceActivityExecution)
|
void |
AbstractVariableStore.setVariableInstanceValue(CoreVariableInstance variableInstance,
Object value,
CoreVariableScope sourceActivityExecution)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||