Uses of Interface
org.camunda.bpm.engine.delegate.VariableScope
-
-
Uses of VariableScope in org.camunda.bpm.engine.delegate
Subinterfaces of VariableScope in org.camunda.bpm.engine.delegate Modifier and Type Interface Description interface
BaseDelegateExecution
interface
DelegateCaseExecution
interface
DelegateExecution
Execution used inJavaDelegate
s andExecutionListener
s.interface
DelegateTask
Methods in org.camunda.bpm.engine.delegate with parameters of type VariableScope Modifier and Type Method Description Object
Expression. getValue(VariableScope variableScope)
void
DelegateVariableMapping. mapOutputVariables(DelegateExecution superExecution, VariableScope subInstance)
Maps the output variables into the outer process.void
Expression. setValue(Object value, VariableScope variableScope)
-
Uses of VariableScope in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type VariableScope Modifier and Type Method Description boolean
Condition. evaluate(VariableScope scope, DelegateExecution execution)
Evaluates the condition and returns the result.boolean
Condition. tryEvaluate(VariableScope scope, DelegateExecution execution)
Tries to evaluate the condition. -
Uses of VariableScope in org.camunda.bpm.engine.impl.bpmn.behavior
Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type VariableScope Modifier and Type Method Description protected VariableMap
CallableElementActivityBehavior. getOutputVariables(VariableScope calledElementScope)
protected VariableMap
CallableElementActivityBehavior. getOutputVariablesLocal(VariableScope calledElementScope)
void
CallableElementActivityBehavior. passOutputVariables(ActivityExecution execution, VariableScope subInstance)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.bpmn.parser
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type VariableScope Modifier and Type Method Description String
EventSubscriptionDeclaration. resolveExpressionOfEventName(VariableScope scope)
Resolves the event name within the given scope. -
Uses of VariableScope in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type VariableScope Modifier and Type Method Description protected TypedValue
AbstractGetFormVariablesCmd. createVariable(FormField formField, VariableScope variableScope)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.cmmn.behavior
Methods in org.camunda.bpm.engine.impl.cmmn.behavior with parameters of type VariableScope Modifier and Type Method Description protected VariableMap
ProcessOrCaseTaskActivityBehavior. getOutputVariables(VariableScope variableScope)
void
ProcessOrCaseTaskActivityBehavior. transferVariables(VariableScope sourceScope, CmmnActivityExecution caseExecution)
void
TransferVariablesActivityBehavior. transferVariables(VariableScope sourceScope, CmmnActivityExecution caseExecution)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement VariableScope Modifier and Type Class Description class
CaseExecutionEntity
-
Uses of VariableScope in org.camunda.bpm.engine.impl.cmmn.execution
Subinterfaces of VariableScope in org.camunda.bpm.engine.impl.cmmn.execution Modifier and Type Interface Description interface
CmmnActivityExecution
interface
CmmnCaseInstance
Classes in org.camunda.bpm.engine.impl.cmmn.execution that implement VariableScope Modifier and Type Class Description class
CaseExecutionImpl
class
CmmnExecution
-
Uses of VariableScope in org.camunda.bpm.engine.impl.core.instance
Classes in org.camunda.bpm.engine.impl.core.instance that implement VariableScope Modifier and Type Class Description class
CoreExecution
Defines the base API for the execution of an activity. -
Uses of VariableScope in org.camunda.bpm.engine.impl.core.model
Methods in org.camunda.bpm.engine.impl.core.model with parameters of type VariableScope Modifier and Type Method Description void
CallableElementParameter. applyTo(VariableScope variableScope, VariableMap variables)
String
CallableElement. getBusinessKey(VariableScope variableScope)
String
BaseCallableElement. getDefinitionKey(VariableScope variableScope)
String
BaseCallableElement. getDefinitionTenantId(VariableScope variableScope)
VariableMap
CallableElement. getInputVariables(VariableScope variableScope)
VariableMap
CallableElement. getOutputVariables(VariableScope calledElementScope)
VariableMap
CallableElement. getOutputVariablesLocal(VariableScope calledElementScope)
Object
CallableElementParameter. getSource(VariableScope variableScope)
Object
DefaultCallableElementTenantIdProvider. getValue(VariableScope execution)
protected VariableMap
CallableElement. getVariables(List<CallableElementParameter> params, VariableScope variableScope)
Integer
BaseCallableElement. getVersion(VariableScope variableScope)
String
BaseCallableElement. getVersionTag(VariableScope variableScope)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.core.variable.mapping.value
Methods in org.camunda.bpm.engine.impl.core.variable.mapping.value with parameters of type VariableScope Modifier and Type Method Description Object
ConstantValueProvider. getValue(VariableScope scope)
Object
ListValueProvider. getValue(VariableScope variableScope)
Object
MapValueProvider. getValue(VariableScope variableScope)
Object
NullValueProvider. getValue(VariableScope variableScope)
Object
ParameterValueProvider. getValue(VariableScope variableScope)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.core.variable.scope
Classes in org.camunda.bpm.engine.impl.core.variable.scope that implement VariableScope Modifier and Type Class Description class
AbstractVariableScope
class
VariableScopeLocalAdapter
Wraps a variable scope as if it has no parent such that it is reduced to its local variables.Fields in org.camunda.bpm.engine.impl.core.variable.scope declared as VariableScope Modifier and Type Field Description protected VariableScope
VariableScopeLocalAdapter. wrappedScope
Constructors in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type VariableScope Constructor Description VariableScopeLocalAdapter(VariableScope wrappedScope)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.delegate
Fields in org.camunda.bpm.engine.impl.delegate declared as VariableScope Modifier and Type Field Description protected VariableScope
ScriptInvocation. scope
Constructors in org.camunda.bpm.engine.impl.delegate with parameters of type VariableScope Constructor Description ScriptInvocation(ExecutableScript script, VariableScope scope)
ScriptInvocation(ExecutableScript script, VariableScope scope, BaseDelegateExecution contextExecution)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.dmn.invocation
Fields in org.camunda.bpm.engine.impl.dmn.invocation declared as VariableScope Modifier and Type Field Description protected VariableScope
VariableScopeContext. variableScope
Methods in org.camunda.bpm.engine.impl.dmn.invocation with parameters of type VariableScope Modifier and Type Method Description static VariableScopeContext
VariableScopeContext. wrap(VariableScope variableScope)
Constructors in org.camunda.bpm.engine.impl.dmn.invocation with parameters of type VariableScope Constructor Description VariableScopeContext(VariableScope variableScope)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.el
Classes in org.camunda.bpm.engine.impl.el that implement VariableScope Modifier and Type Class Description class
StartProcessVariableScope
Variable-scope only used to resolve variables when NO execution is active but expression-resolving is needed.Methods in org.camunda.bpm.engine.impl.el with parameters of type VariableScope Modifier and Type Method Description protected ProcessEngineElContext
ExpressionManager. createElContext(VariableScope variableScope)
boolean
UelExpressionCondition. evaluate(VariableScope scope, DelegateExecution execution)
ELContext
ExpressionManager. getElContext(VariableScope variableScope)
Object
ElValueProvider. getValue(VariableScope variableScope)
Object
Expression. getValue(VariableScope variableScope, BaseDelegateExecution contextExecution)
Object
FixedValue. getValue(VariableScope variableScope)
Object
FixedValue. getValue(VariableScope variableScope, BaseDelegateExecution contextExecution)
Object
JuelExpression. getValue(VariableScope variableScope)
Object
JuelExpression. getValue(VariableScope variableScope, BaseDelegateExecution contextExecution)
void
Expression. setValue(Object value, VariableScope variableScope, BaseDelegateExecution contextExecution)
void
FixedValue. setValue(Object value, VariableScope variableScope)
void
JuelExpression. setValue(Object value, VariableScope variableScope)
void
JuelExpression. setValue(Object value, VariableScope variableScope, BaseDelegateExecution contextExecution)
boolean
UelExpressionCondition. tryEvaluate(VariableScope scope, DelegateExecution execution)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.form.engine
Methods in org.camunda.bpm.engine.impl.form.engine with parameters of type VariableScope Modifier and Type Method Description protected Object
JuelFormEngine. executeScript(String scriptSrc, VariableScope scope)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.form.handler
Fields in org.camunda.bpm.engine.impl.form.handler declared as VariableScope Modifier and Type Field Description protected VariableScope
DefaultFormFieldValidatorContext. variableScope
protected VariableScope
SubmitFormVariablesInvocation. variableScope
Methods in org.camunda.bpm.engine.impl.form.handler that return VariableScope Modifier and Type Method Description VariableScope
DefaultFormFieldValidatorContext. getVariableScope()
Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type VariableScope Modifier and Type Method Description protected void
DefaultFormHandler. fireFormPropertyHistoryEvents(VariableMap properties, VariableScope variableScope)
void
FormFieldHandler. handleSubmit(VariableScope variableScope, VariableMap values, VariableMap allValues)
void
FormPropertyHandler. submitFormProperty(VariableScope variableScope, VariableMap variables)
void
DefaultFormHandler. submitFormVariables(VariableMap properties, VariableScope variableScope)
void
DelegateFormHandler. submitFormVariables(VariableMap properties, VariableScope variableScope)
void
FormHandler. submitFormVariables(VariableMap properties, VariableScope variableScope)
void
FormFieldValidationConstraintHandler. validate(Object submittedValue, VariableMap submittedValues, FormFieldHandler formFieldHandler, VariableScope variableScope)
Constructors in org.camunda.bpm.engine.impl.form.handler with parameters of type VariableScope Constructor Description DefaultFormFieldValidatorContext(VariableScope variableScope, String configuration, VariableMap submittedValues, FormFieldHandler formFieldHandler)
SubmitFormVariablesInvocation(FormHandler formHandler, VariableMap properties, VariableScope variableScope)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.form.validator
Methods in org.camunda.bpm.engine.impl.form.validator that return VariableScope Modifier and Type Method Description VariableScope
FormFieldValidatorContext. getVariableScope()
-
Uses of VariableScope in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type VariableScope Modifier and Type Method Description HistoryEvent
DefaultHistoryEventProducer. createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)
HistoryEvent
HistoryEventProducer. createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)
Creates the history event fired when a variable is created.HistoryEvent
DefaultHistoryEventProducer. createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)
HistoryEvent
HistoryEventProducer. createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)
Creates the history event fired when a variable is deleted.protected HistoryEvent
DefaultHistoryEventProducer. createHistoricVariableEvent(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope, HistoryEventType eventType)
HistoryEvent
DefaultHistoryEventProducer. createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)
HistoryEvent
HistoryEventProducer. createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)
Creates the history event fired when a variable is updated. -
Uses of VariableScope in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement VariableScope Modifier and Type Class Description class
ExecutionEntity
class
TaskEntity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return VariableScope Modifier and Type Method Description protected VariableScope
VariableInstanceEntity. getVariableScope()
-
Uses of VariableScope in org.camunda.bpm.engine.impl.pvm.delegate
Subinterfaces of VariableScope in org.camunda.bpm.engine.impl.pvm.delegate Modifier and Type Interface Description interface
ActivityExecution
Methods in org.camunda.bpm.engine.impl.pvm.delegate with parameters of type VariableScope Modifier and Type Method Description void
SubProcessActivityBehavior. passOutputVariables(ActivityExecution targetExecution, VariableScope calledElementInstance)
Pass the output variables from the process instance of the subprocess to the given execution. -
Uses of VariableScope in org.camunda.bpm.engine.impl.pvm.runtime
Classes in org.camunda.bpm.engine.impl.pvm.runtime that implement VariableScope Modifier and Type Class Description class
ExecutionImpl
class
PvmExecutionImpl
-
Uses of VariableScope in org.camunda.bpm.engine.impl.scripting
Methods in org.camunda.bpm.engine.impl.scripting with parameters of type VariableScope Modifier and Type Method Description Object
CompiledExecutableScript. evaluate(ScriptEngine scriptEngine, VariableScope variableScope, Bindings bindings)
Object
DynamicExecutableScript. evaluate(ScriptEngine scriptEngine, VariableScope variableScope, Bindings bindings)
protected abstract Object
ExecutableScript. evaluate(ScriptEngine scriptEngine, VariableScope variableScope, Bindings bindings)
Object
ResourceExecutableScript. evaluate(ScriptEngine engine, VariableScope variableScope, Bindings bindings)
boolean
ScriptCondition. evaluate(VariableScope scope, DelegateExecution execution)
Object
SourceExecutableScript. evaluate(ScriptEngine engine, VariableScope variableScope, Bindings bindings)
protected String
DynamicExecutableScript. evaluateExpression(VariableScope variableScope)
Object
ExecutableScript. execute(ScriptEngine scriptEngine, VariableScope variableScope, Bindings bindings)
Evaluates the script using the provided engine and bindingsprotected String
ExecutableScript. getActivityIdExceptionMessage(VariableScope variableScope)
abstract String
DynamicExecutableScript. getScriptSource(VariableScope variableScope)
String
DynamicResourceExecutableScript. getScriptSource(VariableScope variableScope)
String
DynamicSourceExecutableScript. getScriptSource(VariableScope variableScope)
Object
ScriptValueProvider. getValue(VariableScope variableScope)
boolean
ScriptCondition. tryEvaluate(VariableScope scope, DelegateExecution execution)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.scripting.engine
Fields in org.camunda.bpm.engine.impl.scripting.engine declared as VariableScope Modifier and Type Field Description protected VariableScope
ScriptBindings. variableScope
protected VariableScope
VariableScopeResolver. variableScope
Methods in org.camunda.bpm.engine.impl.scripting.engine with parameters of type VariableScope Modifier and Type Method Description Bindings
ScriptBindingsFactory. createBindings(VariableScope variableScope, Bindings engineBindings)
Bindings
ScriptingEngines. createBindings(ScriptEngine scriptEngine, VariableScope variableScope)
override to build a spring aware ScriptingEnginesResolver
BeansResolverFactory. createResolver(VariableScope variableScope)
Resolver
ResolverFactory. createResolver(VariableScope variableScope)
Resolver
VariableScopeResolverFactory. createResolver(VariableScope variableScope)
Constructors in org.camunda.bpm.engine.impl.scripting.engine with parameters of type VariableScope Constructor Description ScriptBindings(List<Resolver> scriptResolvers, VariableScope variableScope, Bindings wrappedBindings)
VariableScopeResolver(VariableScope variableScope)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.scripting.env
Methods in org.camunda.bpm.engine.impl.scripting.env with parameters of type VariableScope Modifier and Type Method Description Object
ScriptingEnvironment. execute(ExecutableScript script, VariableScope scope)
execute a given script in the environmentObject
ScriptingEnvironment. execute(ExecutableScript script, VariableScope scope, Bindings bindings, ScriptEngine scriptEngine)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.task
Methods in org.camunda.bpm.engine.impl.task with parameters of type VariableScope Modifier and Type Method Description void
TaskDecorator. decorate(TaskEntity task, VariableScope variableScope)
protected void
TaskDecorator. initializeTaskAssignee(TaskEntity task, VariableScope variableScope)
protected void
TaskDecorator. initializeTaskAssignments(TaskEntity task, VariableScope variableScope)
protected void
TaskDecorator. initializeTaskCandidateGroups(TaskEntity task, VariableScope variableScope)
protected void
TaskDecorator. initializeTaskCandidateUsers(TaskEntity task, VariableScope variableScope)
protected void
TaskDecorator. initializeTaskDescription(TaskEntity task, VariableScope variableScope)
protected void
TaskDecorator. initializeTaskDueDate(TaskEntity task, VariableScope variableScope)
protected void
TaskDecorator. initializeTaskFollowUpDate(TaskEntity task, VariableScope variableScope)
protected void
TaskDecorator. initializeTaskName(TaskEntity task, VariableScope variableScope)
protected void
TaskDecorator. initializeTaskPriority(TaskEntity task, VariableScope variableScope)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type VariableScope Modifier and Type Method Description static CmmnCaseDefinition
CallableElementUtil. getCaseDefinitionToCall(VariableScope execution, BaseCallableElement callableElement)
static DecisionDefinition
CallableElementUtil. getDecisionDefinitionToCall(VariableScope execution, BaseCallableElement callableElement)
static ProcessDefinitionImpl
CallableElementUtil. getProcessDefinitionToCall(VariableScope execution, BaseCallableElement callableElement)
-
Uses of VariableScope in org.camunda.bpm.engine.impl.variable
Methods in org.camunda.bpm.engine.impl.variable with parameters of type VariableScope Modifier and Type Method Description void
VariableDeclaration. destroy(VariableScope innerScopeInstance, VariableScope outerScopeInstance)
Deprecated.void
VariableDeclaration. initialize(VariableScope innerScopeInstance, VariableScope outerScopeInstance)
Deprecated. -
Uses of VariableScope in org.camunda.bpm.engine.spring
Methods in org.camunda.bpm.engine.spring with parameters of type VariableScope Modifier and Type Method Description Resolver
SpringBeansResolverFactory. createResolver(VariableScope variableScope)
-
Uses of VariableScope in org.camunda.bpm.engine.test.mock
Methods in org.camunda.bpm.engine.test.mock with parameters of type VariableScope Modifier and Type Method Description protected ELResolver
MockExpressionManager. createElResolver(VariableScope scope)
Resolver
MocksResolverFactory. createResolver(VariableScope variableScope)
-
Uses of VariableScope in org.camunda.connect.plugin.impl
Classes in org.camunda.connect.plugin.impl that implement VariableScope Modifier and Type Class Description class
ConnectorVariableScope
Exposes a connector request as variableScope.
-