Package com.flowable.app.engine.impl.el
Class FlowAppELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.app.engine.impl.el.FlowAppELResolver
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 AppEngineConfiguration
protected CaseInstanceEntity
getCaseInstance
(String caseInstanceId) protected CmmnEngineConfiguration
Class<?>
getCommonPropertyType
(ELContext elContext, Object object) protected EntityLinkService
getEntityLinkService
(CmmnEngineConfiguration cmmnEngineConfiguration) protected EntityLinkService
getEntityLinkService
(ProcessEngineConfigurationImpl processEngineConfiguration) getFeatureDescriptors
(ELContext elContext, Object object) protected ProcessEngineConfigurationImpl
protected ExecutionEntity
getProcessInstance
(String processInstanceId) Class<?>
protected VariableContainer
getVariableContainer
(ELContext elContext) boolean
isReadOnly
(ELContext context, Object base, Object property) protected void
processELContext
(ELContext context) protected VariableContainer
resolveCaseRoot
(CaseInstance caseInstance) protected VariableContainer
resolveFlowApp
(VariableContainer variableContainer) protected VariableContainer
resolveFlowAppWithVariableContainer
(VariableContainer possibleVariableContainer, ELContext context) protected VariableContainer
resolveRoot
(ExecutionEntity variableContainer) void
Methods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
invoke
-
Field Details
-
FLOWAPP_TOKEN
- See Also:
-
-
Constructor Details
-
FlowAppELResolver
public FlowAppELResolver()
-
-
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
-
resolveCaseRoot
-
resolveRoot
-
resolveFlowApp
-
resolveFlowAppWithVariableContainer
protected VariableContainer resolveFlowAppWithVariableContainer(VariableContainer possibleVariableContainer, ELContext context) -
getCaseInstance
-
getProcessInstance
-
getEntityLinkService
protected EntityLinkService getEntityLinkService(ProcessEngineConfigurationImpl processEngineConfiguration) -
getEntityLinkService
-
getVariableContainer
-
processELContext
-
getCmmnEngineConfiguration
-
getProcessEngineConfiguration
-
getAppEngineConfiguration
-