Class VariableScopeResolver
java.lang.Object
org.flowable.engine.impl.scripting.VariableScopeResolver
- All Implemented Interfaces:
Resolver
- Author:
- Tom Baeyens, Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final String
protected static final String
protected ProcessEngineConfigurationImpl
protected static final String
protected static final String
protected static final String
protected static final String
protected VariableScope
protected String
-
Constructor Summary
ConstructorsConstructorDescriptionVariableScopeResolver
(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope) -
Method Summary
-
Field Details
-
processEngineConfiguration
-
variableScope
-
variableScopeKey
-
processEngineConfigurationKey
- See Also:
-
runtimeServiceKey
- See Also:
-
taskServiceKey
- See Also:
-
repositoryServiceKey
- See Also:
-
managementServiceKey
- See Also:
-
historyServiceKey
- See Also:
-
formServiceKey
- See Also:
-
identityServiceKey
- See Also:
-
KEYS
-
-
Constructor Details
-
VariableScopeResolver
public VariableScopeResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)
-
-
Method Details
-
containsKey
- Specified by:
containsKey
in interfaceResolver
-
get
-