| Modifier and Type | Class and Description |
|---|---|
class |
VariableScopeElResolver
Implementation of an
ELResolver that resolves expressions with the process variables of a given VariableScope as context. |
| Modifier and Type | Field and Description |
|---|---|
protected ELResolver |
ActivitiElContext.elResolver |
| Modifier and Type | Method and Description |
|---|---|
protected ELResolver |
ExpressionManager.createElResolver(VariableScope variableScope) |
ELResolver |
ParsingElContext.getELResolver() |
ELResolver |
ActivitiElContext.getELResolver() |
| Constructor and Description |
|---|
ActivitiElContext(ELResolver elResolver) |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationContextElResolver |
| Modifier and Type | Method and Description |
|---|---|
protected ELResolver |
SpringExpressionManager.createElResolver(VariableScope variableScope) |
| Modifier and Type | Class and Description |
|---|---|
class |
CdiResolver
Resolver wrapping an instance of javax.el.ELResolver obtained from the
BeanManager. |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<ELResolver> |
CmmnEngineConfiguration.postDefaultELResolvers |
protected Collection<ELResolver> |
CmmnEngineConfiguration.preBeanELResolvers |
protected Collection<ELResolver> |
CmmnEngineConfiguration.preDefaultELResolvers |
| Modifier and Type | Method and Description |
|---|---|
Collection<ELResolver> |
CmmnEngineConfiguration.getPostDefaultELResolvers() |
Collection<ELResolver> |
CmmnEngineConfiguration.getPreBeanELResolvers() |
Collection<ELResolver> |
CmmnEngineConfiguration.getPreDefaultELResolvers() |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngineConfiguration |
CmmnEngineConfiguration.addPostDefaultELResolver(ELResolver elResolver) |
CmmnEngineConfiguration |
CmmnEngineConfiguration.addPreBeanELResolver(ELResolver elResolver) |
CmmnEngineConfiguration |
CmmnEngineConfiguration.addPreDefaultELResolver(ELResolver elResolver) |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngineConfiguration |
CmmnEngineConfiguration.setPostDefaultELResolvers(Collection<ELResolver> postDefaultELResolvers) |
CmmnEngineConfiguration |
CmmnEngineConfiguration.setPreBeanELResolvers(Collection<ELResolver> preBeanELResolvers) |
CmmnEngineConfiguration |
CmmnEngineConfiguration.setPreDefaultELResolvers(Collection<ELResolver> preDefaultELResolvers) |
| Modifier and Type | Class and Description |
|---|---|
class |
CmmnVariableScopeELResolver |
| Modifier and Type | Method and Description |
|---|---|
protected ELResolver |
CmmnExpressionManager.createVariableElResolver() |
| Modifier and Type | Class and Description |
|---|---|
class |
RootPropertyResolver
Simple root property resolver implementation.
|
class |
SimpleResolver
Simple resolver implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ELResolver |
SimpleContext.getELResolver()
Get our resolver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleContext.setELResolver(ELResolver resolver)
Set our resolver.
|
| Constructor and Description |
|---|
SimpleContext(ELResolver resolver)
Create a context, use the specified resolver.
|
SimpleResolver(ELResolver resolver)
Create a read/write resolver capable of resolving top-level identifiers.
|
SimpleResolver(ELResolver resolver,
boolean readOnly)
Create a resolver capable of resolving top-level identifiers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicBeanPropertyELResolver
A
ELResolver for dynamic bean properties |
class |
JsonNodeELResolver
Defines property resolution behavior on JsonNodes.
|
class |
ReadOnlyMapELResolver
An
ELResolver that exposed object values in the map, under the name of the entry's key. |
class |
VariableContainerELResolver |
| Modifier and Type | Field and Description |
|---|---|
protected ELResolver |
FlowableElContext.elResolver |
protected ELResolver |
DefaultExpressionManager.staticElResolver |
| Modifier and Type | Field and Description |
|---|---|
protected List<ELResolver> |
DefaultExpressionManager.postDefaultResolvers |
protected List<ELResolver> |
DefaultExpressionManager.preBeanResolvers |
protected List<ELResolver> |
DefaultExpressionManager.preDefaultResolvers |
| Modifier and Type | Method and Description |
|---|---|
protected ELResolver |
DefaultExpressionManager.createBeanElResolver() |
protected ELResolver |
DefaultExpressionManager.createVariableElResolver() |
ELResolver |
FlowableElContext.getELResolver() |
ELResolver |
ParsingElContext.getELResolver() |
protected ELResolver |
DefaultExpressionManager.getOrCreateStaticElResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ELResolver> |
DefaultExpressionManager.createDefaultElResolvers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExpressionManager.addPostDefaultResolver(ELResolver elResolver) |
void |
DefaultExpressionManager.addPreBeanResolver(ELResolver elResolver) |
void |
DefaultExpressionManager.addPreDefaultResolver(ELResolver elResolver) |
| Constructor and Description |
|---|
FlowableElContext(ELResolver elResolver,
BiFunction<String,String,FlowableFunctionDelegate> functionResolver) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayELResolver
Defines property resolution behavior on arrays.
|
class |
BeanELResolver
Defines property resolution behavior on objects using the JavaBeans component architecture.
|
class |
CompositeELResolver
Maintains an ordered composite list of child ELResolvers.
|
class |
CouldNotResolvePropertyELResolver
Throws an exception in the case when resolver is asked to get/set value.
|
class |
ListELResolver
Defines property resolution behavior on instances of java.util.List.
|
class |
MapELResolver
Defines property resolution behavior on instances of java.util.Map.
|
class |
ResourceBundleELResolver
Defines property resolution behavior on instances of java.util.ResourceBundle.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ELResolver |
ELContext.getELResolver()
Retrieves the ELResolver associated with this context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeELResolver.add(ELResolver elResolver)
Adds the given resolver to the list of component resolvers.
|
| Constructor and Description |
|---|
CompositeELResolver(Collection<ELResolver> resolvers) |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<ELResolver> |
DmnEngineConfiguration.postDefaultELResolvers |
protected Collection<ELResolver> |
DmnEngineConfiguration.preBeanELResolvers |
protected Collection<ELResolver> |
DmnEngineConfiguration.preDefaultELResolvers |
| Modifier and Type | Method and Description |
|---|---|
Collection<ELResolver> |
DmnEngineConfiguration.getPostDefaultELResolvers() |
Collection<ELResolver> |
DmnEngineConfiguration.getPreBeanELResolvers() |
Collection<ELResolver> |
DmnEngineConfiguration.getPreDefaultELResolvers() |
| Modifier and Type | Method and Description |
|---|---|
DmnEngineConfiguration |
DmnEngineConfiguration.addPostDefaultELResolver(ELResolver elResolver) |
DmnEngineConfiguration |
DmnEngineConfiguration.addPreBeanELResolver(ELResolver elResolver) |
DmnEngineConfiguration |
DmnEngineConfiguration.addPreDefaultELResolver(ELResolver elResolver) |
| Modifier and Type | Method and Description |
|---|---|
DmnEngineConfiguration |
DmnEngineConfiguration.setPostDefaultELResolvers(Collection<ELResolver> postDefaultELResolvers) |
DmnEngineConfiguration |
DmnEngineConfiguration.setPreBeanELResolvers(Collection<ELResolver> preBeanELResolvers) |
DmnEngineConfiguration |
DmnEngineConfiguration.setPreDefaultELResolvers(Collection<ELResolver> preDefaultELResolvers) |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<ELResolver> |
ProcessEngineConfigurationImpl.postDefaultELResolvers |
protected Collection<ELResolver> |
ProcessEngineConfigurationImpl.preBeanELResolvers |
protected Collection<ELResolver> |
ProcessEngineConfigurationImpl.preDefaultELResolvers |
| Modifier and Type | Method and Description |
|---|---|
Collection<ELResolver> |
ProcessEngineConfigurationImpl.getPostDefaultELResolvers() |
Collection<ELResolver> |
ProcessEngineConfigurationImpl.getPreBeanELResolvers() |
Collection<ELResolver> |
ProcessEngineConfigurationImpl.getPreDefaultELResolvers() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.addPostDefaultELResolver(ELResolver elResolver) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.addPreBeanELResolver(ELResolver elResolver) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.addPreDefaultELResolver(ELResolver elResolver) |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setPostDefaultELResolvers(Collection<ELResolver> postDefaultELResolvers) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setPreBeanELResolvers(Collection<ELResolver> preBeanELResolvers) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setPreDefaultELResolvers(Collection<ELResolver> preDefaultELResolvers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessVariableScopeELResolver |
| Modifier and Type | Method and Description |
|---|---|
protected ELResolver |
ProcessExpressionManager.createVariableElResolver() |
| Modifier and Type | Class and Description |
|---|---|
class |
MockElResolver |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<ELResolver> |
EventRegistryEngineConfiguration.postDefaultELResolvers |
protected Collection<ELResolver> |
EventRegistryEngineConfiguration.preBeanELResolvers |
protected Collection<ELResolver> |
EventRegistryEngineConfiguration.preDefaultELResolvers |
| Modifier and Type | Method and Description |
|---|---|
Collection<ELResolver> |
EventRegistryEngineConfiguration.getPostDefaultELResolvers() |
Collection<ELResolver> |
EventRegistryEngineConfiguration.getPreBeanELResolvers() |
Collection<ELResolver> |
EventRegistryEngineConfiguration.getPreDefaultELResolvers() |
| Modifier and Type | Method and Description |
|---|---|
EventRegistryEngineConfiguration |
EventRegistryEngineConfiguration.addPostDefaultELResolver(ELResolver elResolver) |
EventRegistryEngineConfiguration |
EventRegistryEngineConfiguration.addPreBeanELResolver(ELResolver elResolver) |
EventRegistryEngineConfiguration |
EventRegistryEngineConfiguration.addPreDefaultELResolver(ELResolver elResolver) |
| Modifier and Type | Method and Description |
|---|---|
EventRegistryEngineConfiguration |
EventRegistryEngineConfiguration.setPostDefaultELResolvers(Collection<ELResolver> postDefaultELResolvers) |
EventRegistryEngineConfiguration |
EventRegistryEngineConfiguration.setPreBeanELResolvers(Collection<ELResolver> preBeanELResolvers) |
EventRegistryEngineConfiguration |
EventRegistryEngineConfiguration.setPreDefaultELResolvers(Collection<ELResolver> preDefaultELResolvers) |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<ELResolver> |
FormEngineConfiguration.postDefaultELResolvers |
protected Collection<ELResolver> |
FormEngineConfiguration.preBeanELResolvers |
protected Collection<ELResolver> |
FormEngineConfiguration.preDefaultELResolvers |
| Modifier and Type | Method and Description |
|---|---|
Collection<ELResolver> |
FormEngineConfiguration.getPostDefaultELResolvers() |
Collection<ELResolver> |
FormEngineConfiguration.getPreBeanELResolvers() |
Collection<ELResolver> |
FormEngineConfiguration.getPreDefaultELResolvers() |
| Modifier and Type | Method and Description |
|---|---|
FormEngineConfiguration |
FormEngineConfiguration.addPostDefaultELResolver(ELResolver elResolver) |
FormEngineConfiguration |
FormEngineConfiguration.addPreBeanELResolver(ELResolver elResolver) |
FormEngineConfiguration |
FormEngineConfiguration.addPreDefaultELResolver(ELResolver elResolver) |
| Modifier and Type | Method and Description |
|---|---|
FormEngineConfiguration |
FormEngineConfiguration.setPostDefaultELResolvers(Collection<ELResolver> postDefaultELResolvers) |
FormEngineConfiguration |
FormEngineConfiguration.setPreBeanELResolvers(Collection<ELResolver> preBeanELResolvers) |
FormEngineConfiguration |
FormEngineConfiguration.setPreDefaultELResolvers(Collection<ELResolver> preDefaultELResolvers) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlueprintContextELResolver
Custom ELResolver to resolve beans defined in the flowable-engine host bundle's blueprint context.
|
class |
BlueprintELResolver |
Copyright © 2023 Flowable. All rights reserved.