Class VariableScopeResolver
- java.lang.Object
-
- org.flowable.engine.impl.scripting.VariableScopeResolver
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringformServiceKeyprotected static StringhistoryServiceKeyprotected static StringidentityServiceKeyprotected static Set<String>KEYSprotected static StringmanagementServiceKeyprotected ProcessEngineConfigurationImplprocessEngineConfigurationprotected static StringprocessEngineConfigurationKeyprotected static StringrepositoryServiceKeyprotected static StringruntimeServiceKeyprotected static StringtaskServiceKeyprotected org.flowable.variable.api.delegate.VariableScopevariableScopeprotected StringvariableScopeKey
-
Constructor Summary
Constructors Constructor Description VariableScopeResolver(ProcessEngineConfigurationImpl processEngineConfiguration, org.flowable.variable.api.delegate.VariableScope variableScope)
-
-
-
Field Detail
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
variableScope
protected org.flowable.variable.api.delegate.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
-
identityServiceKey
protected static final String identityServiceKey
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
VariableScopeResolver
public VariableScopeResolver(ProcessEngineConfigurationImpl processEngineConfiguration, org.flowable.variable.api.delegate.VariableScope variableScope)
-
-