Uses of Class
org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
-
Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return AbstractVariableScope Modifier and Type Method Description protected abstract AbstractVariableScope
AbstractVariableCmd. getEntity()
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type AbstractVariableScope Modifier and Type Method Description protected void
AbstractRemoveVariableCmd. executeOperation(AbstractVariableScope scope)
protected void
AbstractSetVariableCmd. executeOperation(AbstractVariableScope scope)
protected abstract void
AbstractVariableCmd. executeOperation(AbstractVariableScope scope)
protected abstract void
AbstractVariableCmd. logVariableOperation(AbstractVariableScope scope)
protected void
RemoveExecutionVariablesCmd. logVariableOperation(AbstractVariableScope scope)
protected void
RemoveTaskVariablesCmd. logVariableOperation(AbstractVariableScope scope)
protected void
SetExecutionVariablesCmd. logVariableOperation(AbstractVariableScope scope)
protected void
SetTaskVariablesCmd. logVariableOperation(AbstractVariableScope scope)
void
SetTaskVariablesCmd. onCreate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
void
SetTaskVariablesCmd. onDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
protected void
AbstractVariableCmd. onSuccess(AbstractVariableScope scope)
protected void
SetTaskVariablesCmd. onSuccess(AbstractVariableScope scope)
void
SetTaskVariablesCmd. onUpdate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
-
Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmmn.entity.runtime Modifier and Type Class Description class
CaseExecutionEntity
-
Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmmn.execution
Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmmn.execution Modifier and Type Class Description class
CaseExecutionImpl
class
CmmnExecution
Methods in org.camunda.bpm.engine.impl.cmmn.execution that return AbstractVariableScope Modifier and Type Method Description AbstractVariableScope
CmmnExecution. getParentVariableScope()
-
Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.core
Methods in org.camunda.bpm.engine.impl.core with parameters of type AbstractVariableScope Modifier and Type Method Description void
CoreLogger. debugMappingValuefromInnerScopeToOuterScope(java.lang.Object value, AbstractVariableScope innerScope, java.lang.String name, AbstractVariableScope outerScope)
void
CoreLogger. debugMappingValueFromOuterScopeToInnerScope(java.lang.Object value, AbstractVariableScope outerScope, java.lang.String name, AbstractVariableScope innerScope)
-
Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.core.instance
Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.core.instance Modifier and Type Class Description 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 Modifier and Type Field Description protected AbstractVariableScope
VariableEvent. sourceScope
Methods in org.camunda.bpm.engine.impl.core.variable.event that return AbstractVariableScope Modifier and Type Method Description AbstractVariableScope
VariableEvent. getSourceScope()
Constructors in org.camunda.bpm.engine.impl.core.variable.event with parameters of type AbstractVariableScope Constructor Description VariableEvent(VariableInstance variableInstance, java.lang.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 Modifier and Type Method Description protected void
InputParameter. execute(AbstractVariableScope innerScope, AbstractVariableScope outerScope)
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)
void
IoMapping. executeInputParameters(AbstractVariableScope variableScope)
void
IoMapping. executeOutputParameters(AbstractVariableScope variableScope)
-
Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.core.variable.scope
Fields in org.camunda.bpm.engine.impl.core.variable.scope declared as AbstractVariableScope Modifier and Type Field Description protected AbstractVariableScope
VariableListenerInvocationListener. targetScope
Methods in org.camunda.bpm.engine.impl.core.variable.scope that return AbstractVariableScope Modifier and Type Method Description abstract AbstractVariableScope
AbstractVariableScope. getParentVariableScope()
protected AbstractVariableScope
AbstractVariableScope. getSourceActivityVariableScope()
Methods in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type AbstractVariableScope Modifier and Type Method Description protected void
AbstractVariableScope. invokeVariableLifecycleListenersCreate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope)
protected void
AbstractVariableScope. invokeVariableLifecycleListenersCreate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, java.util.List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners)
protected void
AbstractVariableScope. invokeVariableLifecycleListenersDelete(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope)
protected void
AbstractVariableScope. invokeVariableLifecycleListenersDelete(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, java.util.List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners)
protected void
AbstractVariableScope. invokeVariableLifecycleListenersUpdate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope)
protected void
AbstractVariableScope. invokeVariableLifecycleListenersUpdate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, java.util.List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners)
void
CmmnVariableInvocationListener. onCreate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
void
VariableInstanceLifecycleListener. onCreate(T variableInstance, AbstractVariableScope sourceScope)
void
VariableListenerInvocationListener. onCreate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
void
VariableOnPartListener. onCreate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
void
CmmnVariableInvocationListener. onDelete(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
void
VariableInstanceLifecycleListener. onDelete(T variableInstance, AbstractVariableScope sourceScope)
void
VariableListenerInvocationListener. onDelete(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
void
VariableOnPartListener. onDelete(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
void
CmmnVariableInvocationListener. onUpdate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
void
VariableInstanceLifecycleListener. onUpdate(T variableInstance, AbstractVariableScope sourceScope)
void
VariableListenerInvocationListener. onUpdate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
void
VariableOnPartListener. onUpdate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
protected void
AbstractVariableScope. removeVariable(java.lang.String variableName, AbstractVariableScope sourceActivityExecution)
protected void
AbstractVariableScope. removeVariableLocal(java.lang.String variableName, AbstractVariableScope sourceActivityExecution)
protected void
AbstractVariableScope. setVariable(java.lang.String variableName, TypedValue value, AbstractVariableScope sourceActivityVariableScope)
protected void
AbstractVariableScope. setVariable(java.lang.String variableName, TypedValue value, AbstractVariableScope sourceActivityVariableScope, boolean skipJavaSerializationFormatCheck)
void
AbstractVariableScope. setVariableLocal(java.lang.String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution, boolean skipJavaSerializationFormatCheck)
Constructors in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type AbstractVariableScope Constructor Description VariableListenerInvocationListener(AbstractVariableScope targetScope)
-
Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.persistence.entity
Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.persistence.entity Modifier and Type Class Description class
ExecutionEntity
class
TaskEntity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return AbstractVariableScope Modifier and Type Method Description AbstractVariableScope
TaskEntity. getParentVariableScope()
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type AbstractVariableScope Modifier and Type Method Description void
VariableInstanceConcurrentLocalInitializer. onCreate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
void
VariableInstanceEntityPersistenceListener. onCreate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
void
VariableInstanceHistoryListener. onCreate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
void
VariableInstanceSequenceCounterListener. onCreate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
void
VariableInstanceConcurrentLocalInitializer. onDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
void
VariableInstanceEntityPersistenceListener. onDelete(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
void
VariableInstanceHistoryListener. onDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
void
VariableInstanceSequenceCounterListener. onDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
void
VariableInstanceConcurrentLocalInitializer. onUpdate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
void
VariableInstanceEntityPersistenceListener. onUpdate(VariableInstanceEntity variable, AbstractVariableScope sourceScope)
void
VariableInstanceHistoryListener. onUpdate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
void
VariableInstanceSequenceCounterListener. onUpdate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope)
-
Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.pvm.runtime
Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.pvm.runtime Modifier and Type Class Description class
ExecutionImpl
class
PvmExecutionImpl
Methods in org.camunda.bpm.engine.impl.pvm.runtime that return AbstractVariableScope Modifier and Type Method Description AbstractVariableScope
PvmExecutionImpl. getParentVariableScope()
-
Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type AbstractVariableScope Modifier and Type Method Description protected static DecisionInvocation
DecisionEvaluationUtil. createInvocation(DecisionDefinition decisionDefinition, AbstractVariableScope variableScope)
static void
DecisionEvaluationUtil. evaluateDecision(AbstractVariableScope execution, java.lang.String defaultTenantId, BaseCallableElement callableElement, java.lang.String resultVariable, DecisionResultMapper decisionResultMapper)
protected static DecisionDefinition
DecisionEvaluationUtil. resolveDecisionDefinition(BaseCallableElement callableElement, AbstractVariableScope execution, java.lang.String defaultTenantId)
-
Uses of AbstractVariableScope in org.camunda.connect.plugin.impl
Subclasses of AbstractVariableScope in org.camunda.connect.plugin.impl Modifier and Type Class Description class
ConnectorVariableScope
Exposes a connector request as variableScope.Fields in org.camunda.connect.plugin.impl declared as AbstractVariableScope Modifier and Type Field Description protected AbstractVariableScope
ConnectorVariableScope. parent
Methods in org.camunda.connect.plugin.impl that return AbstractVariableScope Modifier and Type Method Description AbstractVariableScope
ConnectorVariableScope. getParentVariableScope()
Constructors in org.camunda.connect.plugin.impl with parameters of type AbstractVariableScope Constructor Description ConnectorVariableScope(AbstractVariableScope parent)
-