Class VariableScopeResolver
- java.lang.Object
-
- org.activiti.engine.impl.scripting.VariableScopeResolver
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringformServiceKeyprotected static StringhistoryServiceKeyprotected static List<String>KEYSprotected static StringmanagementServiceKeyprotected ProcessEngineConfigurationImplprocessEngineConfigurationprotected static StringprocessEngineConfigurationKeyprotected static StringrepositoryServiceKeyprotected static StringruntimeServiceKeyprotected static StringtaskServiceKeyprotected VariableScopevariableScopeprotected StringvariableScopeKey
-
Constructor Summary
Constructors Constructor Description VariableScopeResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)
-
-
-
Field Detail
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
variableScope
protected VariableScope variableScope
-
variableScopeKey
protected String variableScopeKey
-
processEngineConfigurationKey
protected static final String processEngineConfigurationKey
- See Also:
- Constant Field Values
-
runtimeServiceKey
protected static final String runtimeServiceKey
- See Also:
- Constant Field Values
-
taskServiceKey
protected static final String taskServiceKey
- See Also:
- Constant Field Values
-
repositoryServiceKey
protected static final String repositoryServiceKey
- See Also:
- Constant Field Values
-
managementServiceKey
protected static final String managementServiceKey
- See Also:
- Constant Field Values
-
historyServiceKey
protected static final String historyServiceKey
- See Also:
- Constant Field Values
-
formServiceKey
protected static final String formServiceKey
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
VariableScopeResolver
public VariableScopeResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)
-
-