Uses of Interface
org.camunda.bpm.engine.rest.spi.ProcessEngineProvider
-
Packages that use ProcessEngineProvider Package Description org.camunda.bpm.engine.rest.impl.application org.camunda.bpm.engine.rest.util -
-
Uses of ProcessEngineProvider in org.camunda.bpm.engine.rest.impl.application
Classes in org.camunda.bpm.engine.rest.impl.application that implement ProcessEngineProvider Modifier and Type Class Description classContainerManagedProcessEngineProviderUses theProcessEngineServiceand exposes the default process engine -
Uses of ProcessEngineProvider in org.camunda.bpm.engine.rest.util
Methods in org.camunda.bpm.engine.rest.util that return ProcessEngineProvider Modifier and Type Method Description static ProcessEngineProviderEngineUtil. getProcessEngineProvider()Methods in org.camunda.bpm.engine.rest.util with parameters of type ProcessEngineProvider Modifier and Type Method Description protected static org.camunda.bpm.engine.impl.telemetry.TelemetryRegistryWebApplicationUtil. getTelemetryRegistry(ProcessEngineProvider processEngineProvider, String engineName)
-