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
FieldsFields inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AppEngineConfigurationprotected CaseInstanceEntitygetCaseInstance(String caseInstanceId) protected CmmnEngineConfigurationClass<?>getCommonPropertyType(ELContext elContext, Object object) protected EntityLinkServicegetEntityLinkService(CmmnEngineConfiguration cmmnEngineConfiguration) protected EntityLinkServicegetEntityLinkService(ProcessEngineConfigurationImpl processEngineConfiguration) getFeatureDescriptors(ELContext elContext, Object object) protected ProcessEngineConfigurationImplprotected ExecutionEntitygetProcessInstance(String processInstanceId) Class<?>protected VariableContainergetVariableContainer(ELContext elContext) booleanisReadOnly(ELContext context, Object base, Object property) protected voidprocessELContext(ELContext context) protected VariableContainerresolveCaseRoot(CaseInstance caseInstance) protected VariableContainerresolveFlowApp(VariableContainer variableContainer) protected VariableContainerresolveFlowAppWithVariableContainer(VariableContainer possibleVariableContainer, ELContext context) protected VariableContainerresolveRoot(ExecutionEntity variableContainer) voidMethods 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:
getCommonPropertyTypein classELResolver
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptorsin classELResolver
-
getType
- Specified by:
getTypein classELResolver
-
getValue
- Specified by:
getValuein classELResolver
-
isReadOnly
- Specified by:
isReadOnlyin classELResolver
-
setValue
- Specified by:
setValuein 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
-