Package org.camunda.bpm.engine.impl.el
Class VariableScopeElResolver
java.lang.Object
ELResolver
org.camunda.bpm.engine.impl.el.VariableScopeElResolver
public class VariableScopeElResolver
extends 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getCommonPropertyType
(ELContext arg0, Object arg1) getFeatureDescriptors
(ELContext arg0, Object arg1) Class<?>
boolean
isReadOnly
(ELContext context, Object base, Object property) void
-
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
-
isReadOnly
-
setValue
-
getCommonPropertyType
-
getFeatureDescriptors
-
getType
-