Package org.operaton.bpm.engine.impl.el
Class VariableScopeElResolver
java.lang.Object
jakarta.el.ELResolver
org.operaton.bpm.engine.impl.el.VariableScopeElResolver
public class VariableScopeElResolver
extends jakarta.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)
- Author:
- Joram Barrez, Frederik Heremans
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class jakarta.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> getCommonPropertyType(jakarta.el.ELContext arg0, Object arg1) Class<?> booleanisReadOnly(jakarta.el.ELContext context, Object base, Object property) voidMethods inherited from class jakarta.el.ELResolver
convertToType, getFeatureDescriptors, invoke
-
Field Details
-
EXECUTION_KEY
- See Also:
-
CASE_EXECUTION_KEY
- See Also:
-
TASK_KEY
- See Also:
-
EXTERNAL_TASK_KEY
- See Also:
-
LOGGED_IN_USER_KEY
- See Also:
-
-
Constructor Details
-
VariableScopeElResolver
public VariableScopeElResolver()
-
-
Method Details
-
getValue
- Specified by:
getValuein classjakarta.el.ELResolver
-
isReadOnly
- Specified by:
isReadOnlyin classjakarta.el.ELResolver
-
setValue
- Specified by:
setValuein classjakarta.el.ELResolver
-
getCommonPropertyType
- Specified by:
getCommonPropertyTypein classjakarta.el.ELResolver
-
getType
- Specified by:
getTypein classjakarta.el.ELResolver
-