Package org.flowable.cmmn.engine.impl.el
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 String
static final String
static final String
static final String
Fields inherited from class org.flowable.common.engine.impl.el.VariableContainerELResolver
CURRENT_TENANT_ID_KEY, LOGGED_IN_USER_KEY, VARIABLE_CONTAINER_KEY
Fields inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.common.engine.impl.el.VariableContainerELResolver
getCommonPropertyType, getFeatureDescriptors, getType, getVariableContainer, isReadOnly, setValue
Methods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
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:ELResolver
Attempts to resolve the given property object on the given base object. If this resolver handles the given (base, property) pair, the propertyResolved property of the ELContext object must be set to true by the resolver, before returning. If this property is not true after this method is called, the caller should ignore the return value.- Overrides:
getValue
in classVariableContainerELResolver
- Parameters:
context
- The context of this evaluation.base
- The base object whose property value is to be returned, or null to resolve a top-level variable.property
- The property or variable to be resolved.- Returns:
- If the propertyResolved property of ELContext was set to true, then the result of the variable or property resolution; otherwise undefined.
-