| Package | Description |
|---|---|
| org.flowable.common.engine.impl.scripting |
| Modifier and Type | Class and Description |
|---|---|
class |
BeansResolverFactory |
| Modifier and Type | Field and Description |
|---|---|
protected List<Resolver> |
ScriptBindings.scriptResolvers |
| Modifier and Type | Method and Description |
|---|---|
Resolver |
ResolverFactory.createResolver(AbstractEngineConfiguration engineConfiguration,
VariableScope variableScope) |
Resolver |
BeansResolverFactory.createResolver(AbstractEngineConfiguration processEngineConfiguration,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Resolver> |
ScriptBindingsFactory.createResolvers(VariableScope variableScope) |
| Constructor and Description |
|---|
ScriptBindings(List<Resolver> scriptResolvers,
VariableScope variableScope) |
ScriptBindings(List<Resolver> scriptResolvers,
VariableScope variableScope,
boolean storeScriptVariables) |
Copyright © 2021 Flowable. All rights reserved.