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 Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected ProcessEngineConfigurationImplprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected org.flowable.variable.api.delegate.VariableScopeprotected String -
Constructor Summary
ConstructorsConstructorDescriptionVariableScopeResolver(ProcessEngineConfigurationImpl processEngineConfiguration, org.flowable.variable.api.delegate.VariableScope variableScope) -
Method Summary
-
Field Details
-
processEngineConfiguration
-
variableScope
protected org.flowable.variable.api.delegate.VariableScope 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, org.flowable.variable.api.delegate.VariableScope variableScope)
-
-
Method Details
-
containsKey
- Specified by:
containsKeyin interfaceResolver
-
get
-