Uses of Interface
org.camunda.bpm.application.ProcessApplicationInfo
-
Packages that use ProcessApplicationInfo Package Description org.camunda.bpm org.camunda.bpm.application.impl org.camunda.bpm.container.impl org.camunda.bpm.container.impl.deployment.util -
-
Uses of ProcessApplicationInfo in org.camunda.bpm
Methods in org.camunda.bpm that return ProcessApplicationInfo Modifier and Type Method Description ProcessApplicationInfoProcessApplicationService. getProcessApplicationInfo(String processApplicationName)Provides information about a deployed process application -
Uses of ProcessApplicationInfo in org.camunda.bpm.application.impl
Classes in org.camunda.bpm.application.impl that implement ProcessApplicationInfo Modifier and Type Class Description classProcessApplicationInfoImpl -
Uses of ProcessApplicationInfo in org.camunda.bpm.container.impl
Methods in org.camunda.bpm.container.impl that return ProcessApplicationInfo Modifier and Type Method Description ProcessApplicationInfoRuntimeContainerDelegateImpl. getProcessApplicationInfo(String processApplicationName) -
Uses of ProcessApplicationInfo in org.camunda.bpm.container.impl.deployment.util
Methods in org.camunda.bpm.container.impl.deployment.util that return ProcessApplicationInfo Modifier and Type Method Description static ProcessApplicationInfoInjectionUtil. getProcessApplicationInfo(DeploymentOperation operationContext)
-