Uses of Interface
org.activiti.engine.delegate.VariableScope
-
-
Uses of VariableScope in org.activiti.engine.delegate
Subinterfaces of VariableScope in org.activiti.engine.delegate Modifier and Type Interface Description interfaceDelegateExecutionExecution used inJavaDelegates andExecutionListeners.interfaceDelegateTaskMethods in org.activiti.engine.delegate with parameters of type VariableScope Modifier and Type Method Description ObjectExpression. 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 VariableScope Modifier and Type Method Description protected 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 VariableScope Modifier and Type Method Description static 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 VariableScope Modifier and Type Class Description classNoExecutionVariableScopeVariable-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 VariableScope Modifier and Type Field Description protected VariableScopeVariableScopeElResolver. variableScopeMethods in org.activiti.engine.impl.el with parameters of type VariableScope Modifier and Type Method Description protected ActivitiElContextExpressionManager. createElContext(VariableScope variableScope)protected javax.el.ELResolverExpressionManager. createElResolver(VariableScope variableScope)javax.el.ELContextExpressionManager. getElContext(VariableScope variableScope)ObjectFixedValue. getValue(VariableScope variableScope)ObjectJuelExpression. 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 Constructor Description VariableScopeElResolver(VariableScope variableScope) -
Uses of VariableScope in org.activiti.engine.impl.el.variable
Methods in org.activiti.engine.impl.el.variable with parameters of type VariableScope Modifier and Type Method Description booleanAssigneeUserELResolver. canResolve(String property, VariableScope variableScope)booleanAuthenticatedUserELResolver. 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)ObjectAssigneeUserELResolver. resolve(String property, VariableScope variableScope)ObjectAuthenticatedUserELResolver. resolve(String property, VariableScope variableScope)ObjectExecutionElResolver. resolve(String property, VariableScope variableScope)ObjectProcessInitiatorELResolver. resolve(String property, VariableScope variableScope)ObjectTaskElResolver. resolve(String property, VariableScope variableScope)ObjectVariableElResolver. resolve(String property, VariableScope variableScope)ObjectVariableScopeItemELResolver. resolve(String property, VariableScope variableScope) -
Uses of VariableScope in org.activiti.engine.impl.persistence.entity
Subinterfaces of VariableScope in org.activiti.engine.impl.persistence.entity Modifier and Type Interface Description interfaceExecutionEntityinterfaceTaskEntityClasses in org.activiti.engine.impl.persistence.entity that implement VariableScope Modifier and Type Class Description classExecutionEntityImplclassTaskEntityImplclassVariableScopeImplMethods in org.activiti.engine.impl.persistence.entity with parameters of type VariableScope Modifier and Type Method Description protected DateTimerJobEntityManagerImpl. calculateNextTimer(JobEntity timerEntity, VariableScope variableScope)TimerJobEntityTimerJobEntityManager. createAndCalculateNextTimer(JobEntity timerEntity, VariableScope variableScope)Creates a newTimerJobEntity, typically when a timer is used in a repeating way.TimerJobEntityTimerJobEntityManagerImpl. 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 VariableScope Modifier and Type Field Description protected VariableScopeScriptBindings. variableScopeprotected VariableScopeVariableScopeResolver. variableScopeMethods in org.activiti.engine.impl.scripting with parameters of type VariableScope Modifier and Type Method Description BindingsScriptBindingsFactory. createBindings(VariableScope variableScope)BindingsScriptBindingsFactory. 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 ScriptingEnginesResolverBeansResolverFactory. createResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)ResolverResolverFactory. createResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)ResolverVariableScopeResolverFactory. createResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)protected List<Resolver>ScriptBindingsFactory. createResolvers(VariableScope variableScope)ObjectScriptingEngines. evaluate(String script, String language, VariableScope variableScope)ObjectScriptingEngines. evaluate(String script, String language, VariableScope variableScope, boolean storeScriptVariables)Constructors in org.activiti.engine.impl.scripting with parameters of type VariableScope Constructor Description ScriptBindings(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 VariableScope Modifier and Type Method Description protected javax.el.ELResolverMockExpressionManager. createElResolver(VariableScope variableScope)ResolverMockResolverFactory. createResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)
-