|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd that return AbstractVariableScope | |
|---|---|
protected abstract AbstractVariableScope |
AbstractVariableCmd.getEntity()
|
| Methods in org.camunda.bpm.engine.impl.cmd with parameters of type AbstractVariableScope | |
|---|---|
protected abstract void |
AbstractVariableCmd.executeOperation(AbstractVariableScope scope)
|
protected void |
AbstractRemoveVariableCmd.executeOperation(AbstractVariableScope scope)
|
protected void |
AbstractSetVariableCmd.executeOperation(AbstractVariableScope scope)
|
protected abstract void |
AbstractVariableCmd.logVariableOperation(AbstractVariableScope scope)
|
protected void |
SetExecutionVariablesCmd.logVariableOperation(AbstractVariableScope scope)
|
protected void |
RemoveTaskVariablesCmd.logVariableOperation(AbstractVariableScope scope)
|
protected void |
SetTaskVariablesCmd.logVariableOperation(AbstractVariableScope scope)
|
protected void |
RemoveExecutionVariablesCmd.logVariableOperation(AbstractVariableScope scope)
|
| Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmmn.entity.runtime |
|---|
| Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmmn.entity.runtime | |
|---|---|
class |
CaseExecutionEntity
|
| Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmmn.execution |
|---|
| Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmmn.execution | |
|---|---|
class |
CaseExecutionImpl
|
class |
CmmnExecution
|
| Methods in org.camunda.bpm.engine.impl.cmmn.execution that return AbstractVariableScope | |
|---|---|
AbstractVariableScope |
CmmnExecution.getParentVariableScope()
|
| Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.core.instance |
|---|
| Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.core.instance | |
|---|---|
class |
CoreExecution
Defines the base API for the execution of an activity. |
| Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.core.variable.event |
|---|
| Fields in org.camunda.bpm.engine.impl.core.variable.event declared as AbstractVariableScope | |
|---|---|
protected AbstractVariableScope |
VariableEvent.sourceScope
|
| Methods in org.camunda.bpm.engine.impl.core.variable.event that return AbstractVariableScope | |
|---|---|
AbstractVariableScope |
VariableEvent.getSourceScope()
|
| Constructors in org.camunda.bpm.engine.impl.core.variable.event with parameters of type AbstractVariableScope | |
|---|---|
VariableEvent(VariableInstance variableInstance,
String eventName,
AbstractVariableScope sourceScope)
|
|
| Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.core.variable.mapping |
|---|
| Methods in org.camunda.bpm.engine.impl.core.variable.mapping with parameters of type AbstractVariableScope | |
|---|---|
void |
IoParameter.execute(AbstractVariableScope scope)
Execute the parameter in a given variable scope. |
protected abstract void |
IoParameter.execute(AbstractVariableScope innerScope,
AbstractVariableScope outerScope)
|
protected void |
OutputParameter.execute(AbstractVariableScope innerScope,
AbstractVariableScope outerScope)
|
protected void |
InputParameter.execute(AbstractVariableScope innerScope,
AbstractVariableScope outerScope)
|
void |
IoMapping.executeInputParameters(AbstractVariableScope variableScope)
|
void |
IoMapping.executeOutputParameters(AbstractVariableScope variableScope)
|
| Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.core.variable.scope |
|---|
| Methods in org.camunda.bpm.engine.impl.core.variable.scope that return AbstractVariableScope | |
|---|---|
abstract AbstractVariableScope |
AbstractVariableScope.getParentVariableScope()
|
protected AbstractVariableScope |
AbstractVariableScope.getSourceActivityVariableScope()
|
| Methods in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type AbstractVariableScope | |
|---|---|
void |
AbstractVariableStore.createOrUpdateVariable(String variableName,
TypedValue value,
AbstractVariableScope sourceActivityExecution)
|
void |
CoreVariableStore.createOrUpdateVariable(String variableName,
TypedValue value,
AbstractVariableScope sourceActivityExecution)
|
CoreVariableInstance |
SimpleVariableStore.createVariableInstance(String variableName,
TypedValue value,
AbstractVariableScope sourceActivityExecution)
|
protected abstract CoreVariableInstance |
AbstractVariableStore.createVariableInstance(String variableName,
TypedValue value,
AbstractVariableScope sourceActivityExecution)
|
protected void |
AbstractVariableScope.removeVariable(String variableName,
AbstractVariableScope sourceActivityExecution)
|
CoreVariableInstance |
CoreVariableStore.removeVariableInstance(String variableName,
AbstractVariableScope sourceActivityExecution)
|
CoreVariableInstance |
MapBasedVariableStore.removeVariableInstance(String variableName,
AbstractVariableScope sourceActivityExecution)
|
protected void |
AbstractVariableScope.removeVariableLocal(String variableName,
AbstractVariableScope sourceActivityExecution)
|
protected void |
AbstractVariableScope.setVariable(String variableName,
TypedValue value,
AbstractVariableScope sourceActivityVariableScope)
|
void |
AbstractVariableScope.setVariableLocal(String variableName,
TypedValue value,
AbstractVariableScope sourceActivityExecution)
|
void |
SimpleVariableStore.setVariableValue(CoreVariableInstance variableInstance,
TypedValue value,
AbstractVariableScope sourceActivityExecution)
|
protected abstract void |
AbstractVariableStore.setVariableValue(CoreVariableInstance variableInstance,
TypedValue value,
AbstractVariableScope sourceActivityExecution)
|
| Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.persistence.entity | |
|---|---|
class |
ExecutionEntity
|
class |
TaskEntity
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return AbstractVariableScope | |
|---|---|
AbstractVariableScope |
TaskEntity.getParentVariableScope()
|
| Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.pvm.runtime |
|---|
| Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.pvm.runtime | |
|---|---|
class |
ExecutionImpl
|
class |
PvmExecutionImpl
|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime that return AbstractVariableScope | |
|---|---|
AbstractVariableScope |
PvmExecutionImpl.getParentVariableScope()
|
| Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.variable |
|---|
| Methods in org.camunda.bpm.engine.impl.variable with parameters of type AbstractVariableScope | |
|---|---|
CoreVariableInstance |
AbstractPersistentVariableStore.createVariableInstance(String variableName,
TypedValue value,
AbstractVariableScope sourceActivityExecution)
|
void |
AbstractPersistentVariableStore.fireHistoricVariableInstanceCreate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceActivityExecution)
|
void |
AbstractPersistentVariableStore.fireHistoricVariableInstanceDelete(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceActivityExecution)
|
void |
AbstractPersistentVariableStore.fireHistoricVariableInstanceUpdate(VariableInstanceEntity variableInstance,
AbstractVariableScope sourceActivityExecution)
|
protected void |
AbstractPersistentVariableStore.fireVariableEvent(VariableInstanceEntity variableInstance,
String eventName,
AbstractVariableScope sourceActivityExecution)
|
CoreVariableInstance |
AbstractPersistentVariableStore.removeVariableInstance(String variableName,
AbstractVariableScope sourceActivityExecution)
|
void |
AbstractPersistentVariableStore.setVariableValue(CoreVariableInstance variableInstance,
TypedValue value,
AbstractVariableScope sourceActivityExecution)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||