Uses of Interface
org.activiti.engine.delegate.VariableScope
Packages that use VariableScope
Package
Description
-
Uses of VariableScope in org.activiti.engine.delegate
Subinterfaces of VariableScope in org.activiti.engine.delegateModifier and TypeInterfaceDescriptioninterfaceExecution used inJavaDelegates andExecutionListeners.interfaceMethods in org.activiti.engine.delegate with parameters of type VariableScopeModifier and TypeMethodDescriptionExpression.getValue(VariableScope variableScope) voidExpression.setValue(Object value, VariableScope variableScope) -
Uses of VariableScope in org.activiti.engine.impl.asyncexecutor
Methods in org.activiti.engine.impl.asyncexecutor with parameters of type VariableScopeModifier and TypeMethodDescriptionprotected StringDefaultJobManager.getBusinessCalendarName(String calendarName, VariableScope variableScope) protected booleanDefaultJobManager.isValidTime(JobEntity timerEntity, Date newTimerDate, VariableScope variableScope) protected voidDefaultJobManager.restoreExtraData(JobEntity timerEntity, VariableScope variableScope) -
Uses of VariableScope in org.activiti.engine.impl.bpmn.helper
Methods in org.activiti.engine.impl.bpmn.helper with parameters of type VariableScopeModifier and TypeMethodDescriptionstatic ObjectDelegateExpressionUtil.resolveDelegateExpression(Expression expression, VariableScope variableScope) static ObjectDelegateExpressionUtil.resolveDelegateExpression(Expression expression, VariableScope variableScope, List<FieldDeclaration> fieldDeclarations) -
Uses of VariableScope in org.activiti.engine.impl.el
Classes in org.activiti.engine.impl.el that implement VariableScopeModifier and TypeClassDescriptionclassVariable-scope only used to resolve variables when NO execution is active but expression-resolving is needed.Fields in org.activiti.engine.impl.el declared as VariableScopeMethods in org.activiti.engine.impl.el with parameters of type VariableScopeModifier and TypeMethodDescriptionprotected ActivitiElContextExpressionManager.createElContext(VariableScope variableScope) protected jakarta.el.ELResolverExpressionManager.createElResolver(VariableScope variableScope) jakarta.el.ELContextExpressionManager.getElContext(VariableScope variableScope) FixedValue.getValue(VariableScope variableScope) JuelExpression.getValue(VariableScope variableScope) voidFixedValue.setValue(Object value, VariableScope variableScope) voidJuelExpression.setValue(Object value, VariableScope variableScope) Constructors in org.activiti.engine.impl.el with parameters of type VariableScope -
Uses of VariableScope in org.activiti.engine.impl.el.variable
Methods in org.activiti.engine.impl.el.variable with parameters of type VariableScopeModifier and TypeMethodDescriptionbooleanAuthenticatedUserELResolver.canResolve(String property, VariableScope variableScope) booleanExecutionElResolver.canResolve(String property, VariableScope variableScope) booleanProcessInitiatorELResolver.canResolve(String property, VariableScope variableScope) booleanTaskElResolver.canResolve(String property, VariableScope variableScope) booleanVariableElResolver.canResolve(String property, VariableScope variableScope) booleanVariableScopeItemELResolver.canResolve(String property, VariableScope variableScope) AuthenticatedUserELResolver.resolve(String property, VariableScope variableScope) ExecutionElResolver.resolve(String property, VariableScope variableScope) ProcessInitiatorELResolver.resolve(String property, VariableScope variableScope) TaskElResolver.resolve(String property, VariableScope variableScope) VariableElResolver.resolve(String property, VariableScope variableScope) VariableScopeItemELResolver.resolve(String property, VariableScope variableScope) -
Uses of VariableScope in org.activiti.engine.impl.persistence.entity
Subinterfaces of VariableScope in org.activiti.engine.impl.persistence.entityClasses in org.activiti.engine.impl.persistence.entity that implement VariableScopeModifier and TypeClassDescriptionclassclassclassMethods in org.activiti.engine.impl.persistence.entity with parameters of type VariableScopeModifier and TypeMethodDescriptionprotected DateTimerJobEntityManagerImpl.calculateNextTimer(JobEntity timerEntity, VariableScope variableScope) TimerJobEntityManager.createAndCalculateNextTimer(JobEntity timerEntity, VariableScope variableScope) Creates a newTimerJobEntity, typically when a timer is used in a repeating way.TimerJobEntityManagerImpl.createAndCalculateNextTimer(JobEntity timerEntity, VariableScope variableScope) protected StringTimerJobEntityManagerImpl.getBusinessCalendarName(String calendarName, VariableScope variableScope) protected booleanTimerJobEntityManagerImpl.isValidTime(JobEntity timerEntity, Date newTimerDate, VariableScope variableScope) -
Uses of VariableScope in org.activiti.engine.impl.scripting
Fields in org.activiti.engine.impl.scripting declared as VariableScopeModifier and TypeFieldDescriptionprotected VariableScopeScriptBindings.variableScopeprotected VariableScopeVariableScopeResolver.variableScopeMethods in org.activiti.engine.impl.scripting with parameters of type VariableScopeModifier and TypeMethodDescriptionScriptBindingsFactory.createBindings(VariableScope variableScope) ScriptBindingsFactory.createBindings(VariableScope variableScope, boolean storeScriptVariables) protected BindingsScriptingEngines.createBindings(VariableScope variableScope) override to build a spring aware ScriptingEnginesprotected BindingsScriptingEngines.createBindings(VariableScope variableScope, boolean storeScriptVariables) override to build a spring aware ScriptingEnginesBeansResolverFactory.createResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope) ResolverFactory.createResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope) VariableScopeResolverFactory.createResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope) ScriptBindingsFactory.createResolvers(VariableScope variableScope) ScriptingEngines.evaluate(String script, String language, VariableScope variableScope) ScriptingEngines.evaluate(String script, String language, VariableScope variableScope, boolean storeScriptVariables) Constructors in org.activiti.engine.impl.scripting with parameters of type VariableScopeModifierConstructorDescriptionScriptBindings(List<Resolver> scriptResolvers, VariableScope variableScope) ScriptBindings(List<Resolver> scriptResolvers, VariableScope variableScope, boolean storeScriptVariables) VariableScopeResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope) -
Uses of VariableScope in org.activiti.engine.test.mock
Methods in org.activiti.engine.test.mock with parameters of type VariableScopeModifier and TypeMethodDescriptionprotected jakarta.el.ELResolverMockExpressionManager.createElResolver(VariableScope variableScope) MockResolverFactory.createResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)