Index
All Classes and Interfaces|All Packages
A
- ActivitiElContext - Class in org.activiti.core.el
- ActivitiElContext() - Constructor for class org.activiti.core.el.ActivitiElContext
- ActivitiElContext(ELResolver) - Constructor for class org.activiti.core.el.ActivitiElContext
- ActivitiFunctionMapper - Class in org.activiti.core.el
-
Default implementation of a
FunctionMapper. - ActivitiFunctionMapper() - Constructor for class org.activiti.core.el.ActivitiFunctionMapper
- ActivitiVariablesMapper - Class in org.activiti.core.el
- ActivitiVariablesMapper() - Constructor for class org.activiti.core.el.ActivitiVariablesMapper
- ActivitiVariablesMapper(Map<String, ValueExpression>) - Constructor for class org.activiti.core.el.ActivitiVariablesMapper
- addCustomFunctions(ActivitiElContext) - Method in interface org.activiti.core.el.CustomFunctionProvider
- addDateFunctions(ActivitiElContext) - Static method in class org.activiti.core.el.DateResolverHelper
- addListFunctions(ActivitiElContext) - Static method in class org.activiti.core.el.ListResolverHelper
- arrayResolver() - Static method in class org.activiti.core.el.CommonELResolversUtil
B
- beanResolver() - Static method in class org.activiti.core.el.CommonELResolversUtil
- build() - Method in class org.activiti.core.el.ELContextBuilder
- buildContext(Map<String, Object>) - Method in class org.activiti.core.el.JuelExpressionResolver
- buildWithCustomFunctions(List<CustomFunctionProvider>) - Method in class org.activiti.core.el.ELContextBuilder
C
- CommonELResolversUtil - Class in org.activiti.core.el
-
Builder of
ELContextinstances. - CustomFunctionProvider - Interface in org.activiti.core.el
D
- DateResolverHelper - Class in org.activiti.core.el
E
- ELContextBuilder - Class in org.activiti.core.el
-
Builder of
ELContextinstances. - ELContextBuilder() - Constructor for class org.activiti.core.el.ELContextBuilder
- elResolver - Variable in class org.activiti.core.el.ActivitiElContext
- ELResolverDecorator - Class in org.activiti.core.el
-
Generic Decorator for
ELResolverimplementations. - ELResolverDecorator(ELResolver) - Constructor for class org.activiti.core.el.ELResolverDecorator
- ELResolverReflectionBlockerDecorator - Class in org.activiti.core.el
-
ELResolverDecoratorthat blocks invocations using reflection or native calls. - ELResolverReflectionBlockerDecorator(ELResolver) - Constructor for class org.activiti.core.el.ELResolverReflectionBlockerDecorator
- ExpressionResolver - Interface in org.activiti.core.el
G
- getCommonPropertyType(ELContext, Object) - Method in class org.activiti.core.el.ELResolverDecorator
- getCommonPropertyType(ELContext, Object) - Method in class org.activiti.core.el.JsonNodeELResolver
-
If the base object is not null, returns the most general type that this resolver accepts for the property argument.
- getCommonPropertyType(ELContext, Object) - Method in class org.activiti.core.el.ReadOnlyMapELResolver
- getELResolver() - Method in class org.activiti.core.el.ActivitiElContext
- getFeatureDescriptors(ELContext, Object) - Method in class org.activiti.core.el.ELResolverDecorator
- getFeatureDescriptors(ELContext, Object) - Method in class org.activiti.core.el.JsonNodeELResolver
-
If the base object is not null, returns an Iterator containing the set of JavaBeans properties available on the given object.
- getFeatureDescriptors(ELContext, Object) - Method in class org.activiti.core.el.ReadOnlyMapELResolver
- getFunctionMapper() - Method in class org.activiti.core.el.ActivitiElContext
- getObjectMapper() - Method in class org.activiti.core.el.JsonNodeELResolver
-
Returns the
ObjectMapperused internally to convertListproperties. - getType(ELContext, Object, Object) - Method in class org.activiti.core.el.ELResolverDecorator
- getType(ELContext, Object, Object) - Method in class org.activiti.core.el.JsonNodeELResolver
-
If the base object is a map, returns the most general acceptable type for a value in this map.
- getType(ELContext, Object, Object) - Method in class org.activiti.core.el.ReadOnlyMapELResolver
- getValue(ELContext, Object, Object) - Method in class org.activiti.core.el.ELResolverDecorator
- getValue(ELContext, Object, Object) - Method in class org.activiti.core.el.JsonNodeELResolver
-
If the base object is a map, returns the value associated with the given key, as specified by the property argument.
- getValue(ELContext, Object, Object) - Method in class org.activiti.core.el.ReadOnlyMapELResolver
- getVariableMapper() - Method in class org.activiti.core.el.ActivitiElContext
I
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.activiti.core.el.ELResolverDecorator
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.activiti.core.el.ELResolverReflectionBlockerDecorator
- isReadOnly(ELContext, Object, Object) - Method in class org.activiti.core.el.ELResolverDecorator
- isReadOnly(ELContext, Object, Object) - Method in class org.activiti.core.el.JsonNodeELResolver
-
If the base object is a map, returns whether a call to
JsonNodeELResolver.setValue(ELContext, Object, Object, Object)will always fail. - isReadOnly(ELContext, Object, Object) - Method in class org.activiti.core.el.ReadOnlyMapELResolver
J
- JsonNodeELResolver - Class in org.activiti.core.el
-
Defines property resolution behavior on JsonNodes.
- JsonNodeELResolver() - Constructor for class org.activiti.core.el.JsonNodeELResolver
-
Creates a new read/write BeanELResolver.
- JsonNodeELResolver(boolean) - Constructor for class org.activiti.core.el.JsonNodeELResolver
-
Creates a new BeanELResolver whose read-only status is determined by the given parameter.
- jsonNodeResolver() - Static method in class org.activiti.core.el.CommonELResolversUtil
- JuelExpressionResolver - Class in org.activiti.core.el
- JuelExpressionResolver() - Constructor for class org.activiti.core.el.JuelExpressionResolver
- JuelExpressionResolver(ExpressionFactory) - Constructor for class org.activiti.core.el.JuelExpressionResolver
- JuelExpressionResolver(ExpressionFactory, List<CustomFunctionProvider>) - Constructor for class org.activiti.core.el.JuelExpressionResolver
L
- list(Object...) - Static method in class org.activiti.core.el.ListResolverHelper
- listResolver() - Static method in class org.activiti.core.el.CommonELResolversUtil
- ListResolverHelper - Class in org.activiti.core.el
M
- mapResolver() - Static method in class org.activiti.core.el.CommonELResolversUtil
N
- now() - Static method in class org.activiti.core.el.DateResolverHelper
O
- org.activiti.core.el - package org.activiti.core.el
R
- ReadOnlyMapELResolver - Class in org.activiti.core.el
-
An
ELResolverthat exposed object values in the map, under the name of the entry's key. - ReadOnlyMapELResolver(Map<Object, Object>) - Constructor for class org.activiti.core.el.ReadOnlyMapELResolver
- resolveExpression(String, Map<String, Object>, Class<T>) - Method in interface org.activiti.core.el.ExpressionResolver
- resolveExpression(String, Map<String, Object>, Class<T>) - Method in class org.activiti.core.el.JuelExpressionResolver
- resolveFunction(String, String) - Method in class org.activiti.core.el.ActivitiFunctionMapper
- resolveVariable(String) - Method in class org.activiti.core.el.ActivitiVariablesMapper
S
- setFunction(String, String, Method) - Method in class org.activiti.core.el.ActivitiElContext
- setFunction(String, String, Method) - Method in class org.activiti.core.el.ActivitiFunctionMapper
- setValue(ELContext, Object, Object, Object) - Method in class org.activiti.core.el.ELResolverDecorator
- setValue(ELContext, Object, Object, Object) - Method in class org.activiti.core.el.JsonNodeELResolver
-
If the base object is a map, attempts to set the value associated with the given key, as specified by the property argument.
- setValue(ELContext, Object, Object, Object) - Method in class org.activiti.core.el.ReadOnlyMapELResolver
- setVariable(String, ValueExpression) - Method in class org.activiti.core.el.ActivitiElContext
- setVariable(String, ValueExpression) - Method in class org.activiti.core.el.ActivitiVariablesMapper
W
- withResolvers(ELResolver...) - Method in class org.activiti.core.el.ELContextBuilder
- withVariables(Map<String, Object>) - Method in class org.activiti.core.el.ELContextBuilder
- wrappedMap - Variable in class org.activiti.core.el.ReadOnlyMapELResolver
All Classes and Interfaces|All Packages