org.camunda.bpm.engine.cdi.impl
Class CdiProcessApplicationElResolver

java.lang.Object
  extended by org.camunda.bpm.engine.cdi.impl.CdiProcessApplicationElResolver
All Implemented Interfaces:
ProcessApplicationElResolver

public class CdiProcessApplicationElResolver
extends Object
implements 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
CdiProcessApplicationElResolver()
           
 
Method Summary
 ELResolver getElResolver(AbstractProcessApplication processApplication)
           
 Integer getPrecedence()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CdiProcessApplicationElResolver

public CdiProcessApplicationElResolver()
Method Detail

getPrecedence

public Integer getPrecedence()
Specified by:
getPrecedence in interface ProcessApplicationElResolver

getElResolver

public ELResolver getElResolver(AbstractProcessApplication processApplication)
Specified by:
getElResolver in interface ProcessApplicationElResolver


Copyright © 2017 camunda services GmbH. All rights reserved.