Package org.camunda.bpm.engine.impl.el
Class VariableScopeElResolver
- java.lang.Object
-
- org.camunda.bpm.impl.juel.jakarta.el.ELResolver
-
- org.camunda.bpm.engine.impl.el.VariableScopeElResolver
-
public class VariableScopeElResolver extends org.camunda.bpm.impl.juel.jakarta.el.ELResolverImplementation of anELResolverthat resolves expressions with the process variables of a givenVariableScopeas context.
Also exposes the currently logged in username to be used in expressions (if any)- Author:
- Joram Barrez, Frederik Heremans
-
-
Field Summary
Fields Modifier and Type Field Description static StringCASE_EXECUTION_KEYstatic StringEXECUTION_KEYstatic StringEXTERNAL_TASK_KEYstatic StringLOGGED_IN_USER_KEYstatic StringTASK_KEY
-
Constructor Summary
Constructors Constructor Description VariableScopeElResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getCommonPropertyType(org.camunda.bpm.impl.juel.jakarta.el.ELContext arg0, Object arg1)Iterator<FeatureDescriptor>getFeatureDescriptors(org.camunda.bpm.impl.juel.jakarta.el.ELContext arg0, Object arg1)Class<?>getType(org.camunda.bpm.impl.juel.jakarta.el.ELContext arg0, Object arg1, Object arg2)ObjectgetValue(org.camunda.bpm.impl.juel.jakarta.el.ELContext context, Object base, Object property)booleanisReadOnly(org.camunda.bpm.impl.juel.jakarta.el.ELContext context, Object base, Object property)voidsetValue(org.camunda.bpm.impl.juel.jakarta.el.ELContext context, Object base, Object property, Object value)
-
-
-
Field Detail
-
EXECUTION_KEY
public static final String EXECUTION_KEY
- See Also:
- Constant Field Values
-
CASE_EXECUTION_KEY
public static final String CASE_EXECUTION_KEY
- See Also:
- Constant Field Values
-
TASK_KEY
public static final String TASK_KEY
- See Also:
- Constant Field Values
-
EXTERNAL_TASK_KEY
public static final String EXTERNAL_TASK_KEY
- See Also:
- Constant Field Values
-
LOGGED_IN_USER_KEY
public static final String LOGGED_IN_USER_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValue
public Object getValue(org.camunda.bpm.impl.juel.jakarta.el.ELContext context, Object base, Object property)
- Specified by:
getValuein classorg.camunda.bpm.impl.juel.jakarta.el.ELResolver
-
isReadOnly
public boolean isReadOnly(org.camunda.bpm.impl.juel.jakarta.el.ELContext context, Object base, Object property)- Specified by:
isReadOnlyin classorg.camunda.bpm.impl.juel.jakarta.el.ELResolver
-
setValue
public void setValue(org.camunda.bpm.impl.juel.jakarta.el.ELContext context, Object base, Object property, Object value)- Specified by:
setValuein classorg.camunda.bpm.impl.juel.jakarta.el.ELResolver
-
getCommonPropertyType
public Class<?> getCommonPropertyType(org.camunda.bpm.impl.juel.jakarta.el.ELContext arg0, Object arg1)
- Specified by:
getCommonPropertyTypein classorg.camunda.bpm.impl.juel.jakarta.el.ELResolver
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(org.camunda.bpm.impl.juel.jakarta.el.ELContext arg0, Object arg1)
- Specified by:
getFeatureDescriptorsin classorg.camunda.bpm.impl.juel.jakarta.el.ELResolver
-
-