org.activiti.engine.impl.scripting
类 VariableScopeResolver
java.lang.Object
org.activiti.engine.impl.scripting.VariableScopeResolver
- 所有已实现的接口:
- Resolver
public class VariableScopeResolver
- extends Object
- implements Resolver
Bindings implementation using an ExecutionImpl
as 'back-end'.
- 作者:
- Tom Baeyens, Joram Barrez
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variableScope
protected VariableScope variableScope
variableScopeKey
protected String variableScopeKey
VariableScopeResolver
public VariableScopeResolver(VariableScope variableScope)
containsKey
public boolean containsKey(Object key)
- 指定者:
- 接口
Resolver
中的 containsKey
get
public Object get(Object key)
- 指定者:
- 接口
Resolver
中的 get
Copyright © 2013 Alfresco. All rights reserved.