Uses of Class
org.camunda.bpm.engine.impl.application.ProcessApplicationManager
-
Packages that use ProcessApplicationManager Package Description org.camunda.bpm.application.impl org.camunda.bpm.engine.impl.cfg -
-
Uses of ProcessApplicationManager in org.camunda.bpm.application.impl
Methods in org.camunda.bpm.application.impl with parameters of type ProcessApplicationManager Modifier and Type Method Description void
ProcessApplicationLogger. debugNoTargetProcessApplicationFound(ExecutionEntity execution, ProcessApplicationManager processApplicationManager)
void
ProcessApplicationLogger. debugNoTargetProcessApplicationFoundForCaseExecution(CaseExecutionEntity execution, ProcessApplicationManager processApplicationManager)
-
Uses of ProcessApplicationManager in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as ProcessApplicationManager Modifier and Type Field Description protected ProcessApplicationManager
ProcessEngineConfigurationImpl. processApplicationManager
Methods in org.camunda.bpm.engine.impl.cfg that return ProcessApplicationManager Modifier and Type Method Description ProcessApplicationManager
ProcessEngineConfigurationImpl. getProcessApplicationManager()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type ProcessApplicationManager Modifier and Type Method Description void
ProcessEngineConfigurationImpl. setProcessApplicationManager(ProcessApplicationManager processApplicationManager)
-