Class VariableScopeResolver
- java.lang.Object
-
- org.activiti.engine.impl.scripting.VariableScopeResolver
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringformServiceKeyprotected static java.lang.StringhistoryServiceKeyprotected static java.util.List<java.lang.String>KEYSprotected static java.lang.StringmanagementServiceKeyprotected ProcessEngineConfigurationImplprocessEngineConfigurationprotected static java.lang.StringprocessEngineConfigurationKeyprotected static java.lang.StringrepositoryServiceKeyprotected static java.lang.StringruntimeServiceKeyprotected static java.lang.StringtaskServiceKeyprotected VariableScopevariableScopeprotected java.lang.StringvariableScopeKey
-
Constructor Summary
Constructors Constructor Description VariableScopeResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(java.lang.Object key)java.lang.Objectget(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:
containsKeyin interfaceResolver
-
-