Package com.flowable.platform.common.el
Class DefinitionELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.platform.common.el.DefinitionELResolver
Resolves the definition of a case instance or process instance
-
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 CmmnEngineConfiguration
Class<?>
getCommonPropertyType
(ELContext elContext, Object object) getFeatureDescriptors
(ELContext elContext, Object object) protected ProcessEngineConfigurationImpl
Class<?>
protected boolean
isCaseInstance
(Object base) protected boolean
protected boolean
isProcessInstance
(Object base) boolean
isReadOnly
(ELContext context, Object base, Object property) void
Methods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
invoke
-
Field Details
-
DEFINITION_TOKEN
- See Also:
-
-
Constructor Details
-
DefinitionELResolver
public DefinitionELResolver()
-
-
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
-
isCaseInstanceOrProcessInstance
-
isCaseInstance
-
isProcessInstance
-
setValue
- Specified by:
setValue
in classELResolver
-
getCmmnEngineConfiguration
-
getProcessEngineConfiguration
-