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 interfaceBaseDelegateExecutioninterfaceDelegateCaseExecutioninterfaceDelegateExecutionExecution used inJavaDelegates andExecutionListeners.interfaceDelegateTaskMethods in org.camunda.bpm.engine.delegate with parameters of type VariableScope Modifier and Type Method Description java.lang.ObjectExpression. getValue(VariableScope variableScope)voidDelegateVariableMapping. mapOutputVariables(DelegateExecution superExecution, VariableScope subInstance)Maps the output variables into the outer process.voidExpression. setValue(java.lang.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 booleanCondition. evaluate(VariableScope scope, DelegateExecution execution)Evaluates the condition and returns the result.booleanCondition. 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 VariableMapCallableElementActivityBehavior. getOutputVariables(VariableScope calledElementScope)protected VariableMapCallableElementActivityBehavior. getOutputVariablesLocal(VariableScope calledElementScope)voidCallableElementActivityBehavior. 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 java.lang.StringEventSubscriptionDeclaration. 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 TypedValueAbstractGetFormVariablesCmd. 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 VariableMapProcessOrCaseTaskActivityBehavior. getOutputVariables(VariableScope variableScope)voidProcessOrCaseTaskActivityBehavior. transferVariables(VariableScope sourceScope, CmmnActivityExecution caseExecution)voidTransferVariablesActivityBehavior. 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 classCaseExecutionEntity -
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 interfaceCmmnActivityExecutioninterfaceCmmnCaseInstanceClasses in org.camunda.bpm.engine.impl.cmmn.execution that implement VariableScope Modifier and Type Class Description classCaseExecutionImplclassCmmnExecution -
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 classCoreExecutionDefines 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 voidCallableElementParameter. applyTo(VariableScope variableScope, VariableMap variables)java.lang.StringCallableElement. getBusinessKey(VariableScope variableScope)java.lang.StringBaseCallableElement. getDefinitionKey(VariableScope variableScope)java.lang.StringBaseCallableElement. getDefinitionTenantId(VariableScope variableScope, java.lang.String defaultTenantId)VariableMapCallableElement. getInputVariables(VariableScope variableScope)VariableMapCallableElement. getOutputVariables(VariableScope calledElementScope)VariableMapCallableElement. getOutputVariablesLocal(VariableScope calledElementScope)java.lang.ObjectCallableElementParameter. getSource(VariableScope variableScope)protected VariableMapCallableElement. getVariables(java.util.List<CallableElementParameter> params, VariableScope variableScope)java.lang.IntegerBaseCallableElement. getVersion(VariableScope variableScope)java.lang.StringBaseCallableElement. 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 java.lang.ObjectConstantValueProvider. getValue(VariableScope scope)java.lang.ObjectListValueProvider. getValue(VariableScope variableScope)java.lang.ObjectMapValueProvider. getValue(VariableScope variableScope)java.lang.ObjectNullValueProvider. getValue(VariableScope variableScope)java.lang.ObjectParameterValueProvider. 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 classAbstractVariableScopeclassVariableScopeLocalAdapterWraps 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 VariableScopeVariableScopeLocalAdapter. wrappedScopeConstructors 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 VariableScopeScriptInvocation. scopeConstructors 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 VariableScopeVariableScopeContext. variableScopeMethods in org.camunda.bpm.engine.impl.dmn.invocation with parameters of type VariableScope Modifier and Type Method Description static VariableScopeContextVariableScopeContext. 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 classStartProcessVariableScopeVariable-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 ProcessEngineElContextJuelExpressionManager. createElContext(VariableScope variableScope)booleanUelExpressionCondition. evaluate(VariableScope scope, DelegateExecution execution)ELContextJuelExpressionManager. getElContext(VariableScope variableScope)java.lang.ObjectElValueProvider. getValue(VariableScope variableScope)java.lang.ObjectExpression. getValue(VariableScope variableScope, BaseDelegateExecution contextExecution)java.lang.ObjectFixedValue. getValue(VariableScope variableScope)java.lang.ObjectFixedValue. getValue(VariableScope variableScope, BaseDelegateExecution contextExecution)java.lang.ObjectJuelExpression. getValue(VariableScope variableScope)java.lang.ObjectJuelExpression. getValue(VariableScope variableScope, BaseDelegateExecution contextExecution)voidExpression. setValue(java.lang.Object value, VariableScope variableScope, BaseDelegateExecution contextExecution)voidFixedValue. setValue(java.lang.Object value, VariableScope variableScope)voidJuelExpression. setValue(java.lang.Object value, VariableScope variableScope)voidJuelExpression. setValue(java.lang.Object value, VariableScope variableScope, BaseDelegateExecution contextExecution)booleanUelExpressionCondition. 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 java.lang.ObjectJuelFormEngine. executeScript(java.lang.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 VariableScopeDefaultFormFieldValidatorContext. variableScopeprotected VariableScopeSubmitFormVariablesInvocation. variableScopeMethods in org.camunda.bpm.engine.impl.form.handler that return VariableScope Modifier and Type Method Description VariableScopeDefaultFormFieldValidatorContext. getVariableScope()Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type VariableScope Modifier and Type Method Description protected voidDefaultFormHandler. fireFormPropertyHistoryEvents(VariableMap properties, VariableScope variableScope)voidFormFieldHandler. handleSubmit(VariableScope variableScope, VariableMap values, VariableMap allValues)voidFormPropertyHandler. submitFormProperty(VariableScope variableScope, VariableMap variables)voidDefaultFormHandler. submitFormVariables(VariableMap properties, VariableScope variableScope)voidDelegateFormHandler. submitFormVariables(VariableMap properties, VariableScope variableScope)voidFormHandler. submitFormVariables(VariableMap properties, VariableScope variableScope)voidFormFieldValidationConstraintHandler. validate(java.lang.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, java.lang.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 VariableScopeFormFieldValidatorContext. 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 HistoryEventDefaultHistoryEventProducer. createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)HistoryEventHistoryEventProducer. createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)Creates the history event fired when a variable is created.HistoryEventDefaultHistoryEventProducer. createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)HistoryEventHistoryEventProducer. createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)Creates the history event fired when a variable is deleted.protected HistoryEventDefaultHistoryEventProducer. createHistoricVariableEvent(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope, HistoryEventType eventType)HistoryEventDefaultHistoryEventProducer. createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope)HistoryEventHistoryEventProducer. 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 classExecutionEntityclassTaskEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return VariableScope Modifier and Type Method Description protected VariableScopeVariableInstanceEntity. 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 interfaceActivityExecutionMethods in org.camunda.bpm.engine.impl.pvm.delegate with parameters of type VariableScope Modifier and Type Method Description voidSubProcessActivityBehavior. 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 classExecutionImplclassPvmExecutionImpl -
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 java.lang.ObjectCompiledExecutableScript. evaluate(javax.script.ScriptEngine scriptEngine, VariableScope variableScope, javax.script.Bindings bindings)java.lang.ObjectDynamicExecutableScript. evaluate(javax.script.ScriptEngine scriptEngine, VariableScope variableScope, javax.script.Bindings bindings)protected abstract java.lang.ObjectExecutableScript. evaluate(javax.script.ScriptEngine scriptEngine, VariableScope variableScope, javax.script.Bindings bindings)java.lang.ObjectResourceExecutableScript. evaluate(javax.script.ScriptEngine engine, VariableScope variableScope, javax.script.Bindings bindings)booleanScriptCondition. evaluate(VariableScope scope, DelegateExecution execution)java.lang.ObjectSourceExecutableScript. evaluate(javax.script.ScriptEngine engine, VariableScope variableScope, javax.script.Bindings bindings)protected java.lang.StringDynamicExecutableScript. evaluateExpression(VariableScope variableScope)java.lang.ObjectExecutableScript. execute(javax.script.ScriptEngine scriptEngine, VariableScope variableScope, javax.script.Bindings bindings)Evaluates the script using the provided engine and bindingsprotected java.lang.StringExecutableScript. getActivityIdExceptionMessage(VariableScope variableScope)abstract java.lang.StringDynamicExecutableScript. getScriptSource(VariableScope variableScope)java.lang.StringDynamicResourceExecutableScript. getScriptSource(VariableScope variableScope)java.lang.StringDynamicSourceExecutableScript. getScriptSource(VariableScope variableScope)java.lang.ObjectScriptValueProvider. getValue(VariableScope variableScope)booleanScriptCondition. 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 VariableScopeScriptBindings. variableScopeprotected VariableScopeVariableScopeResolver. variableScopeMethods in org.camunda.bpm.engine.impl.scripting.engine with parameters of type VariableScope Modifier and Type Method Description javax.script.BindingsScriptBindingsFactory. createBindings(VariableScope variableScope, javax.script.Bindings engineBindings)javax.script.BindingsScriptingEngines. createBindings(javax.script.ScriptEngine scriptEngine, VariableScope variableScope)override to build a spring aware ScriptingEnginesResolverBeansResolverFactory. createResolver(VariableScope variableScope)ResolverResolverFactory. createResolver(VariableScope variableScope)ResolverVariableScopeResolverFactory. createResolver(VariableScope variableScope)Constructors in org.camunda.bpm.engine.impl.scripting.engine with parameters of type VariableScope Constructor Description ScriptBindings(java.util.List<Resolver> scriptResolvers, VariableScope variableScope, javax.script.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 java.lang.ObjectScriptingEnvironment. execute(ExecutableScript script, VariableScope scope)execute a given script in the environmentjava.lang.ObjectScriptingEnvironment. execute(ExecutableScript script, VariableScope scope, javax.script.Bindings bindings, javax.script.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 voidTaskDecorator. decorate(TaskEntity task, VariableScope variableScope)protected voidTaskDecorator. initializeTaskAssignee(TaskEntity task, VariableScope variableScope)protected voidTaskDecorator. initializeTaskAssignments(TaskEntity task, VariableScope variableScope)protected voidTaskDecorator. initializeTaskCandidateGroups(TaskEntity task, VariableScope variableScope)protected voidTaskDecorator. initializeTaskCandidateUsers(TaskEntity task, VariableScope variableScope)protected voidTaskDecorator. initializeTaskDescription(TaskEntity task, VariableScope variableScope)protected voidTaskDecorator. initializeTaskDueDate(TaskEntity task, VariableScope variableScope)protected voidTaskDecorator. initializeTaskFollowUpDate(TaskEntity task, VariableScope variableScope)protected voidTaskDecorator. initializeTaskName(TaskEntity task, VariableScope variableScope)protected voidTaskDecorator. 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 CmmnCaseDefinitionCallableElementUtil. getCaseDefinitionToCall(VariableScope execution, java.lang.String defaultTenantId, BaseCallableElement callableElement)static DecisionDefinitionCallableElementUtil. getDecisionDefinitionToCall(VariableScope execution, java.lang.String defaultTenantId, BaseCallableElement callableElement)static ProcessDefinitionImplCallableElementUtil. getProcessDefinitionToCall(VariableScope execution, java.lang.String defaultTenantId, 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 voidVariableDeclaration. destroy(VariableScope innerScopeInstance, VariableScope outerScopeInstance)Deprecated.voidVariableDeclaration. 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 ResolverSpringBeansResolverFactory. 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 ELResolverMockExpressionManager. createElResolver(VariableScope scope)ResolverMocksResolverFactory. 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 classConnectorVariableScopeExposes a connector request as variableScope.
-