Class CdiProcessApplicationElResolver
java.lang.Object
org.eximeebpms.bpm.engine.cdi.impl.CdiProcessApplicationElResolver
- All Implemented Interfaces:
ProcessApplicationElResolver
Exposes the CdiResolver in a multiple-applications, shared process engine context.
- Author:
- Daniel Meyer
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eximeebpms.bpm.application.ProcessApplicationElResolver
ProcessApplicationElResolver.ProcessApplicationElResolverSorter -
Field Summary
Fields inherited from interface org.eximeebpms.bpm.application.ProcessApplicationElResolver
CDI_RESOLVER, SPRING_RESOLVER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eximeebpms.bpm.impl.juel.jakarta.el.ELResolvergetElResolver(AbstractProcessApplication processApplication)
-
Constructor Details
-
CdiProcessApplicationElResolver
public CdiProcessApplicationElResolver()
-
-
Method Details
-
getPrecedence
- Specified by:
getPrecedencein interfaceProcessApplicationElResolver
-
getElResolver
public org.eximeebpms.bpm.impl.juel.jakarta.el.ELResolver getElResolver(AbstractProcessApplication processApplication) - Specified by:
getElResolverin interfaceProcessApplicationElResolver
-