Class CdiProcessApplicationElResolver

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

public class CdiProcessApplicationElResolver extends Object implements org.camunda.bpm.application.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

    org.camunda.bpm.application.ProcessApplicationElResolver.ProcessApplicationElResolverSorter
  • Field Summary

    Fields inherited from interface org.camunda.bpm.application.ProcessApplicationElResolver

    CDI_RESOLVER, SPRING_RESOLVER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.camunda.bpm.impl.juel.jakarta.el.ELResolver
    getElResolver(org.camunda.bpm.application.AbstractProcessApplication processApplication)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CdiProcessApplicationElResolver

      public CdiProcessApplicationElResolver()
  • Method Details

    • getPrecedence

      public Integer getPrecedence()
      Specified by:
      getPrecedence in interface org.camunda.bpm.application.ProcessApplicationElResolver
    • getElResolver

      public org.camunda.bpm.impl.juel.jakarta.el.ELResolver getElResolver(org.camunda.bpm.application.AbstractProcessApplication processApplication)
      Specified by:
      getElResolver in interface org.camunda.bpm.application.ProcessApplicationElResolver