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 java.lang.ObjectExpression. getValue(VariableScope variableScope)voidExpression. setValue(java.lang.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 java.lang.StringDefaultJobManager. getBusinessCalendarName(java.lang.String calendarName, VariableScope variableScope)protected booleanDefaultJobManager. isValidTime(JobEntity timerEntity, java.util.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 java.lang.ObjectDelegateExpressionUtil. resolveDelegateExpression(Expression expression, VariableScope variableScope)static java.lang.ObjectDelegateExpressionUtil. resolveDelegateExpression(Expression expression, VariableScope variableScope, java.util.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)java.lang.ObjectFixedValue. getValue(VariableScope variableScope)java.lang.ObjectJuelExpression. getValue(VariableScope variableScope)voidFixedValue. setValue(java.lang.Object value, VariableScope variableScope)voidJuelExpression. setValue(java.lang.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.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 java.util.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 java.lang.StringTimerJobEntityManagerImpl. getBusinessCalendarName(java.lang.String calendarName, VariableScope variableScope)protected booleanTimerJobEntityManagerImpl. isValidTime(JobEntity timerEntity, java.util.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 javax.script.BindingsScriptBindingsFactory. createBindings(VariableScope variableScope)javax.script.BindingsScriptBindingsFactory. createBindings(VariableScope variableScope, boolean storeScriptVariables)protected javax.script.BindingsScriptingEngines. createBindings(VariableScope variableScope)override to build a spring aware ScriptingEnginesprotected javax.script.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 java.util.List<Resolver>ScriptBindingsFactory. createResolvers(VariableScope variableScope)java.lang.ObjectScriptingEngines. evaluate(java.lang.String script, java.lang.String language, VariableScope variableScope)java.lang.ObjectScriptingEngines. evaluate(java.lang.String script, java.lang.String language, VariableScope variableScope, boolean storeScriptVariables)Constructors in org.activiti.engine.impl.scripting with parameters of type VariableScope Constructor Description ScriptBindings(java.util.List<Resolver> scriptResolvers, VariableScope variableScope)ScriptBindings(java.util.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)
-