Class CmmnVariableScopeELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
org.flowable.common.engine.impl.el.VariableContainerELResolver
org.flowable.cmmn.engine.impl.el.CmmnVariableScopeELResolver
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields 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
-
PLAN_ITEM_INSTANCE_KEY
- See Also:
-
PLAN_ITEM_INSTANCES_KEY
- See Also:
-
CASE_INSTANCE_KEY
- See Also:
-
TASK_KEY
- See Also:
-
-
Constructor Details
-
CmmnVariableScopeELResolver
public CmmnVariableScopeELResolver()
-
-
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
-