Uses of Interface
org.camunda.bpm.application.ProcessApplicationElResolver
-
Packages that use ProcessApplicationElResolver Package Description org.camunda.bpm.application org.camunda.bpm.engine.cdi.impl org.camunda.bpm.engine.spring.application -
-
Uses of ProcessApplicationElResolver in org.camunda.bpm.application
Methods in org.camunda.bpm.application with parameters of type ProcessApplicationElResolver Modifier and Type Method Description int
ProcessApplicationElResolver.ProcessApplicationElResolverSorter. compare(ProcessApplicationElResolver o1, ProcessApplicationElResolver o2)
-
Uses of ProcessApplicationElResolver in org.camunda.bpm.engine.cdi.impl
Classes in org.camunda.bpm.engine.cdi.impl that implement ProcessApplicationElResolver Modifier and Type Class Description class
CdiProcessApplicationElResolver
Exposes the CdiResolver in a multiple-applications, shared process engine context. -
Uses of ProcessApplicationElResolver in org.camunda.bpm.engine.spring.application
Classes in org.camunda.bpm.engine.spring.application that implement ProcessApplicationElResolver Modifier and Type Class Description class
SpringProcessApplicationElResolver
ProcessApplicationElResolver implementation providing support for the Spring Framework.
-