Class ProcessVariableScopeELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
org.flowable.common.engine.impl.el.VariableContainerELResolver
org.flowable.engine.impl.el.ProcessVariableScopeELResolver
- Author:
- Joram Barrez
-
Field Summary
FieldsFields inherited from class VariableContainerELResolver
CURRENT_TENANT_ID_KEY, LOGGED_IN_USER_KEY, VARIABLE_CONTAINER_KEY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class VariableContainerELResolver
getCommonPropertyType, getType, getVariableContainer, isReadOnly, setValueMethods inherited from class ELResolver
convertToType, invoke
-
Field Details
-
EXECUTION_KEY
- See Also:
-
TASK_KEY
- See Also:
-
-
Constructor Details
-
ProcessVariableScopeELResolver
public ProcessVariableScopeELResolver()
-
-
Method Details
-
getValue
Description copied from class:ELResolverObtain the value of the given property on the given object using the given context.- Overrides:
getValuein classVariableContainerELResolver- Parameters:
context- The EL context for this evaluationbase- The base object on which the property is to be foundproperty- The property whose value is to be returned- Returns:
- the value of the provided property
-