Package org.camunda.bpm.engine.cdi.impl
Class CdiProcessApplicationElResolver
java.lang.Object
org.camunda.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.camunda.bpm.application.ProcessApplicationElResolver
ProcessApplicationElResolver.ProcessApplicationElResolverSorter
-
Field Summary
Fields inherited from interface org.camunda.bpm.application.ProcessApplicationElResolver
CDI_RESOLVER, SPRING_RESOLVER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionELResolver
getElResolver
(AbstractProcessApplication processApplication) return the Resolver.Allows to set a precedence to the ElResolver.
-
Constructor Details
-
CdiProcessApplicationElResolver
public CdiProcessApplicationElResolver()
-
-
Method Details
-
getPrecedence
Description copied from interface:ProcessApplicationElResolver
Allows to set a precedence to the ElResolver. Resolver with a lower precedence will be invoked first.- Specified by:
getPrecedence
in interfaceProcessApplicationElResolver
-
getElResolver
Description copied from interface:ProcessApplicationElResolver
return the Resolver. May be null.- Specified by:
getElResolver
in interfaceProcessApplicationElResolver
-