Package org.activiti.engine.impl.el
Class VariableScopeElResolver
java.lang.Object
javax.el.ELResolver
org.activiti.engine.impl.el.VariableScopeElResolver
public class VariableScopeElResolver
extends javax.el.ELResolver
Implementation of an
Also exposes the currently logged in username to be used in expressions (if any)
ELResolver that resolves expressions with the
process variables of a given VariableScope as context. Also exposes the currently logged in username to be used in expressions (if any)
-
Field Summary
FieldsFields inherited from class javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getCommonPropertyType(javax.el.ELContext arg0, Object arg1) getFeatureDescriptors(javax.el.ELContext arg0, Object arg1) Class<?>protected List<VariableScopeItemELResolver>booleanisReadOnly(javax.el.ELContext context, Object base, Object property) voidMethods inherited from class javax.el.ELResolver
invoke
-
Field Details
-
variableScope
-
-
Constructor Details
-
VariableScopeElResolver
-
-
Method Details
-
getValue
- Specified by:
getValuein classjavax.el.ELResolver
-
getVariableScopeItemELResolvers
-
isReadOnly
- Specified by:
isReadOnlyin classjavax.el.ELResolver
-
setValue
- Specified by:
setValuein classjavax.el.ELResolver
-
getCommonPropertyType
- Specified by:
getCommonPropertyTypein classjavax.el.ELResolver
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptorsin classjavax.el.ELResolver
-
getType
- Specified by:
getTypein classjavax.el.ELResolver
-