接口 org.activiti.engine.delegate.VariableScope
的使用

使用 VariableScope 的软件包
org.activiti.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events with JavaDelegates. 
org.activiti.engine.impl.el   
org.activiti.engine.impl.persistence.entity   
org.activiti.engine.impl.pvm.delegate   
org.activiti.engine.impl.pvm.runtime   
org.activiti.engine.impl.scripting   
org.activiti.engine.test.mock   
 

org.activiti.engine.delegateVariableScope 的使用
 

org.activiti.engine.delegateVariableScope 的子接口
 interface DelegateExecution
          Execution used in JavaDelegates and ExecutionListeners.
 interface DelegateTask
           
 

参数类型为 VariableScopeorg.activiti.engine.delegate 中的方法
 Object Expression.getValue(VariableScope variableScope)
           
 void Expression.setValue(Object value, VariableScope variableScope)
           
 

org.activiti.engine.impl.elVariableScope 的使用
 

实现 VariableScopeorg.activiti.engine.impl.el 中的类
 class StartProcessVariableScope
          Variable-scope only used to resolve variables when NO execution is active but expression-resolving is needed.
 

声明为 VariableScopeorg.activiti.engine.impl.el 中的字段
protected  VariableScope VariableScopeElResolver.variableScope
           
 

参数类型为 VariableScopeorg.activiti.engine.impl.el 中的方法
protected  ActivitiElContext ExpressionManager.createElContext(VariableScope variableScope)
           
protected  ELResolver ExpressionManager.createElResolver(VariableScope variableScope)
           
 ELContext ExpressionManager.getElContext(VariableScope variableScope)
           
 Object JuelExpression.getValue(VariableScope variableScope)
           
 Object FixedValue.getValue(VariableScope variableScope)
           
 Object Expression.getValue(VariableScope variableScope)
           
 void JuelExpression.setValue(Object value, VariableScope variableScope)
           
 void FixedValue.setValue(Object value, VariableScope variableScope)
           
 void Expression.setValue(Object value, VariableScope variableScope)
           
 

参数类型为 VariableScopeorg.activiti.engine.impl.el 中的构造方法
VariableScopeElResolver(VariableScope variableScope)
           
 

org.activiti.engine.impl.persistence.entityVariableScope 的使用
 

实现 VariableScopeorg.activiti.engine.impl.persistence.entity 中的类
 class ExecutionEntity
           
 class TaskEntity
           
 class VariableScopeImpl
           
 

org.activiti.engine.impl.pvm.delegateVariableScope 的使用
 

org.activiti.engine.impl.pvm.delegateVariableScope 的子接口
 interface ActivityExecution
           
 interface ExecutionListenerExecution
           
 

org.activiti.engine.impl.pvm.runtimeVariableScope 的使用
 

org.activiti.engine.impl.pvm.runtimeVariableScope 的子接口
 interface InterpretableExecution
           
 

实现 VariableScopeorg.activiti.engine.impl.pvm.runtime 中的类
 class ExecutionImpl
           
 

org.activiti.engine.impl.scriptingVariableScope 的使用
 

声明为 VariableScopeorg.activiti.engine.impl.scripting 中的字段
protected  VariableScope VariableScopeResolver.variableScope
           
protected  VariableScope ScriptBindings.variableScope
           
 

参数类型为 VariableScopeorg.activiti.engine.impl.scripting 中的方法
protected  Bindings ScriptingEngines.createBindings(VariableScope variableScope)
          override to build a spring aware ScriptingEngines
 Bindings ScriptBindingsFactory.createBindings(VariableScope variableScope)
           
protected  Bindings ScriptingEngines.createBindings(VariableScope variableScope, boolean storeScriptVariables)
          override to build a spring aware ScriptingEngines
 Bindings ScriptBindingsFactory.createBindings(VariableScope variableScope, boolean storeScriptVariables)
           
 Resolver VariableScopeResolverFactory.createResolver(VariableScope variableScope)
           
 Resolver ResolverFactory.createResolver(VariableScope variableScope)
           
 Resolver BeansResolverFactory.createResolver(VariableScope variableScope)
           
protected  List<Resolver> ScriptBindingsFactory.createResolvers(VariableScope variableScope)
           
 Object ScriptingEngines.evaluate(String script, String language, VariableScope variableScope)
           
 Object ScriptingEngines.evaluate(String script, String language, VariableScope variableScope, boolean storeScriptVariables)
           
 

参数类型为 VariableScopeorg.activiti.engine.impl.scripting 中的构造方法
ScriptBindings(List<Resolver> scriptResolvers, VariableScope variableScope)
           
ScriptBindings(List<Resolver> scriptResolvers, VariableScope variableScope, boolean storeScriptVariables)
           
VariableScopeResolver(VariableScope variableScope)
           
 

org.activiti.engine.test.mockVariableScope 的使用
 

参数类型为 VariableScopeorg.activiti.engine.test.mock 中的方法
protected  ELResolver MockExpressionManager.createElResolver(VariableScope variableScope)
           
 



Copyright © 2013 Alfresco. All rights reserved.