Uses of Class
org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
Packages that use AbstractVariableScope
Package
Description
-
Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return AbstractVariableScopeModifier and TypeMethodDescriptionprotected abstract AbstractVariableScopeAbstractVariableCmd.getEntity()Methods in org.camunda.bpm.engine.impl.cmd with parameters of type AbstractVariableScopeModifier and TypeMethodDescriptionprotected voidAbstractRemoveVariableCmd.executeOperation(AbstractVariableScope scope) protected voidAbstractSetVariableCmd.executeOperation(AbstractVariableScope scope) protected abstract voidAbstractVariableCmd.executeOperation(AbstractVariableScope scope) protected abstract voidAbstractVariableCmd.logVariableOperation(AbstractVariableScope scope) protected voidRemoveExecutionVariablesCmd.logVariableOperation(AbstractVariableScope scope) protected voidRemoveTaskVariablesCmd.logVariableOperation(AbstractVariableScope scope) protected voidSetExecutionVariablesCmd.logVariableOperation(AbstractVariableScope scope) protected voidSetTaskVariablesCmd.logVariableOperation(AbstractVariableScope scope) voidSetTaskVariablesCmd.onCreate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope) voidSetTaskVariablesCmd.onDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope) protected voidAbstractVariableCmd.onSuccess(AbstractVariableScope scope) protected voidSetTaskVariablesCmd.onSuccess(AbstractVariableScope scope) voidSetTaskVariablesCmd.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 -
Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmmn.execution
Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.cmmn.executionMethods in org.camunda.bpm.engine.impl.cmmn.execution that return AbstractVariableScope -
Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.core
Methods in org.camunda.bpm.engine.impl.core with parameters of type AbstractVariableScopeModifier and TypeMethodDescriptionvoidCoreLogger.debugMappingValuefromInnerScopeToOuterScope(Object value, AbstractVariableScope innerScope, String name, AbstractVariableScope outerScope) voidCoreLogger.debugMappingValueFromOuterScopeToInnerScope(Object value, AbstractVariableScope outerScope, 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.instanceModifier and TypeClassDescriptionclassDefines 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 AbstractVariableScopeMethods in org.camunda.bpm.engine.impl.core.variable.event that return AbstractVariableScopeConstructors in org.camunda.bpm.engine.impl.core.variable.event with parameters of type AbstractVariableScopeModifierConstructorDescriptionVariableEvent(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 AbstractVariableScopeModifier and TypeMethodDescriptionprotected voidInputParameter.execute(AbstractVariableScope innerScope, AbstractVariableScope outerScope) voidIoParameter.execute(AbstractVariableScope scope) Execute the parameter in a given variable scope.protected abstract voidIoParameter.execute(AbstractVariableScope innerScope, AbstractVariableScope outerScope) protected voidOutputParameter.execute(AbstractVariableScope innerScope, AbstractVariableScope outerScope) voidIoMapping.executeInputParameters(AbstractVariableScope variableScope) voidIoMapping.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 AbstractVariableScopeModifier and TypeFieldDescriptionprotected final AbstractVariableScopeVariableListenerInvocationListener.targetScopeMethods in org.camunda.bpm.engine.impl.core.variable.scope that return AbstractVariableScopeModifier and TypeMethodDescriptionabstract AbstractVariableScopeAbstractVariableScope.getParentVariableScope()protected AbstractVariableScopeAbstractVariableScope.getSourceActivityVariableScope()Methods in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type AbstractVariableScopeModifier and TypeMethodDescriptionprotected voidAbstractVariableScope.invokeVariableLifecycleListenersCreate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope) protected voidAbstractVariableScope.invokeVariableLifecycleListenersCreate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners) protected voidAbstractVariableScope.invokeVariableLifecycleListenersDelete(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope) protected voidAbstractVariableScope.invokeVariableLifecycleListenersDelete(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners) protected voidAbstractVariableScope.invokeVariableLifecycleListenersUpdate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope) protected voidAbstractVariableScope.invokeVariableLifecycleListenersUpdate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners) voidCmmnVariableInvocationListener.onCreate(VariableInstanceEntity variable, AbstractVariableScope sourceScope) voidVariableInstanceLifecycleListener.onCreate(T variableInstance, AbstractVariableScope sourceScope) voidVariableListenerInvocationListener.onCreate(VariableInstanceEntity variable, AbstractVariableScope sourceScope) voidVariableOnPartListener.onCreate(VariableInstanceEntity variable, AbstractVariableScope sourceScope) voidCmmnVariableInvocationListener.onDelete(VariableInstanceEntity variable, AbstractVariableScope sourceScope) voidVariableInstanceLifecycleListener.onDelete(T variableInstance, AbstractVariableScope sourceScope) voidVariableListenerInvocationListener.onDelete(VariableInstanceEntity variable, AbstractVariableScope sourceScope) voidVariableOnPartListener.onDelete(VariableInstanceEntity variable, AbstractVariableScope sourceScope) voidCmmnVariableInvocationListener.onUpdate(VariableInstanceEntity variable, AbstractVariableScope sourceScope) voidVariableInstanceLifecycleListener.onUpdate(T variableInstance, AbstractVariableScope sourceScope) voidVariableListenerInvocationListener.onUpdate(VariableInstanceEntity variable, AbstractVariableScope sourceScope) voidVariableOnPartListener.onUpdate(VariableInstanceEntity variable, AbstractVariableScope sourceScope) protected voidAbstractVariableScope.removeVariable(String variableName, AbstractVariableScope sourceActivityExecution) protected voidAbstractVariableScope.removeVariableLocal(String variableName, AbstractVariableScope sourceActivityExecution) protected voidAbstractVariableScope.setVariable(String variableName, TypedValue value, AbstractVariableScope sourceActivityVariableScope) protected voidAbstractVariableScope.setVariable(String variableName, TypedValue value, AbstractVariableScope sourceActivityVariableScope, boolean skipJavaSerializationFormatCheck) voidAbstractVariableScope.setVariableLocal(String variableName, TypedValue value, AbstractVariableScope sourceActivityExecution, boolean skipJavaSerializationFormatCheck) Constructors in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type AbstractVariableScopeModifierConstructorDescriptionVariableListenerInvocationListener(AbstractVariableScope targetScope) -
Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.persistence.entity
Subclasses of AbstractVariableScope in org.camunda.bpm.engine.impl.persistence.entityMethods in org.camunda.bpm.engine.impl.persistence.entity that return AbstractVariableScopeMethods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type AbstractVariableScopeModifier and TypeMethodDescriptionvoidVariableInstanceConcurrentLocalInitializer.onCreate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope) voidVariableInstanceEntityPersistenceListener.onCreate(VariableInstanceEntity variable, AbstractVariableScope sourceScope) voidVariableInstanceHistoryListener.onCreate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope) voidVariableInstanceSequenceCounterListener.onCreate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope) voidVariableInstanceConcurrentLocalInitializer.onDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope) voidVariableInstanceEntityPersistenceListener.onDelete(VariableInstanceEntity variable, AbstractVariableScope sourceScope) voidVariableInstanceHistoryListener.onDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope) voidVariableInstanceSequenceCounterListener.onDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope) voidVariableInstanceConcurrentLocalInitializer.onUpdate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope) voidVariableInstanceEntityPersistenceListener.onUpdate(VariableInstanceEntity variable, AbstractVariableScope sourceScope) voidVariableInstanceHistoryListener.onUpdate(VariableInstanceEntity variableInstance, AbstractVariableScope sourceScope) voidVariableInstanceSequenceCounterListener.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.runtimeMethods in org.camunda.bpm.engine.impl.pvm.runtime that return AbstractVariableScope -
Uses of AbstractVariableScope in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type AbstractVariableScopeModifier and TypeMethodDescriptionprotected static DecisionInvocationDecisionEvaluationUtil.createInvocation(DecisionDefinition decisionDefinition, AbstractVariableScope variableScope) static voidDecisionEvaluationUtil.evaluateDecision(AbstractVariableScope execution, String defaultTenantId, BaseCallableElement callableElement, String resultVariable, DecisionResultMapper decisionResultMapper) protected static DecisionDefinitionDecisionEvaluationUtil.resolveDecisionDefinition(BaseCallableElement callableElement, AbstractVariableScope execution, String defaultTenantId) -
Uses of AbstractVariableScope in org.camunda.connect.plugin.impl
Subclasses of AbstractVariableScope in org.camunda.connect.plugin.implModifier and TypeClassDescriptionclassExposes a connector request as variableScope.Fields in org.camunda.connect.plugin.impl declared as AbstractVariableScopeMethods in org.camunda.connect.plugin.impl that return AbstractVariableScopeConstructors in org.camunda.connect.plugin.impl with parameters of type AbstractVariableScope