public class VariableScopeElResolver
extends javax.el.ELResolver
ELResolver
that resolves expressions with the process variables of a given VariableScope
as context. Modifier and Type | Field and Description |
---|---|
static String |
EXECUTION_KEY |
static String |
LOGGED_IN_USER_KEY |
static String |
TASK_KEY |
protected VariableScope |
variableScope |
Constructor and Description |
---|
VariableScopeElResolver(VariableScope variableScope) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getCommonPropertyType(javax.el.ELContext arg0,
Object arg1) |
Iterator<FeatureDescriptor> |
getFeatureDescriptors(javax.el.ELContext arg0,
Object arg1) |
Class<?> |
getType(javax.el.ELContext arg0,
Object arg1,
Object arg2) |
Object |
getValue(javax.el.ELContext context,
Object base,
Object property) |
boolean |
isReadOnly(javax.el.ELContext context,
Object base,
Object property) |
void |
setValue(javax.el.ELContext context,
Object base,
Object property,
Object value) |
public static final String EXECUTION_KEY
public static final String TASK_KEY
public static final String LOGGED_IN_USER_KEY
protected VariableScope variableScope
public VariableScopeElResolver(VariableScope variableScope)
public Object getValue(javax.el.ELContext context, Object base, Object property)
getValue
in class javax.el.ELResolver
public boolean isReadOnly(javax.el.ELContext context, Object base, Object property)
isReadOnly
in class javax.el.ELResolver
public void setValue(javax.el.ELContext context, Object base, Object property, Object value)
setValue
in class javax.el.ELResolver
public Class<?> getCommonPropertyType(javax.el.ELContext arg0, Object arg1)
getCommonPropertyType
in class javax.el.ELResolver
public Iterator<FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext arg0, Object arg1)
getFeatureDescriptors
in class javax.el.ELResolver
Copyright © 2017 Flowable. All rights reserved.