Class VariableScopeResolver
- java.lang.Object
-
- org.activiti.engine.impl.scripting.VariableScopeResolver
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
formServiceKey
protected static java.lang.String
historyServiceKey
protected static java.util.List<java.lang.String>
KEYS
protected static java.lang.String
managementServiceKey
protected ProcessEngineConfigurationImpl
processEngineConfiguration
protected static java.lang.String
processEngineConfigurationKey
protected static java.lang.String
repositoryServiceKey
protected static java.lang.String
runtimeServiceKey
protected static java.lang.String
taskServiceKey
protected VariableScope
variableScope
protected java.lang.String
variableScopeKey
-
Constructor Summary
Constructors Constructor Description VariableScopeResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsKey(java.lang.Object key)
java.lang.Object
get(java.lang.Object key)
-
-
-
Field Detail
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
variableScope
protected VariableScope variableScope
-
variableScopeKey
protected java.lang.String variableScopeKey
-
processEngineConfigurationKey
protected static final java.lang.String processEngineConfigurationKey
- See Also:
- Constant Field Values
-
runtimeServiceKey
protected static final java.lang.String runtimeServiceKey
- See Also:
- Constant Field Values
-
taskServiceKey
protected static final java.lang.String taskServiceKey
- See Also:
- Constant Field Values
-
repositoryServiceKey
protected static final java.lang.String repositoryServiceKey
- See Also:
- Constant Field Values
-
managementServiceKey
protected static final java.lang.String managementServiceKey
- See Also:
- Constant Field Values
-
historyServiceKey
protected static final java.lang.String historyServiceKey
- See Also:
- Constant Field Values
-
formServiceKey
protected static final java.lang.String formServiceKey
- See Also:
- Constant Field Values
-
KEYS
protected static final java.util.List<java.lang.String> KEYS
-
-
Constructor Detail
-
VariableScopeResolver
public VariableScopeResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)
-
-
Method Detail
-
containsKey
public boolean containsKey(java.lang.Object key)
- Specified by:
containsKey
in interfaceResolver
-
-