Package com.flowable.platform.common.el
Class ScopeELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.platform.common.el.ScopeELResolver
Resolves the scope token to either some ProcessInstance or CaseInstance
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected CaseInstanceEntity
getCaseInstance
(String caseInstanceId) protected CmmnEngineConfiguration
Class<?>
getCommonPropertyType
(ELContext elContext, Object o) getFeatureDescriptors
(ELContext elContext, Object o) Class<?>
protected VariableContainer
getVariableContainer
(ELContext elContext) boolean
isReadOnly
(ELContext elContext, Object o, Object o1) void
Methods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
invoke
-
Field Details
-
SCOPE_TOKEN
- See Also:
-
-
Constructor Details
-
ScopeELResolver
public ScopeELResolver()
-
-
Method Details
-
getCommonPropertyType
- Specified by:
getCommonPropertyType
in classELResolver
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptors
in classELResolver
-
getType
- Specified by:
getType
in classELResolver
-
getValue
- Specified by:
getValue
in classELResolver
-
isReadOnly
- Specified by:
isReadOnly
in classELResolver
-
setValue
- Specified by:
setValue
in classELResolver
-
getCmmnEngineConfiguration
-
getCaseInstance
-
getVariableContainer
-