Uses of Interface
org.camunda.bpm.application.ProcessApplicationInfo
-
-
Uses of ProcessApplicationInfo in org.camunda.bpm
Methods in org.camunda.bpm that return ProcessApplicationInfo Modifier and Type Method Description ProcessApplicationInfoProcessApplicationService. getProcessApplicationInfo(java.lang.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(java.lang.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) -
Uses of ProcessApplicationInfo in org.camunda.bpm.container.impl.ejb
Methods in org.camunda.bpm.container.impl.ejb that return ProcessApplicationInfo Modifier and Type Method Description ProcessApplicationInfoEjbProcessApplicationService. getProcessApplicationInfo(java.lang.String processApplicationName) -
Uses of ProcessApplicationInfo in org.camunda.bpm.container.impl.jboss.service
Fields in org.camunda.bpm.container.impl.jboss.service declared as ProcessApplicationInfo Modifier and Type Field Description protected ProcessApplicationInfoMscManagedProcessApplication. processApplicationInfoMethods in org.camunda.bpm.container.impl.jboss.service that return ProcessApplicationInfo Modifier and Type Method Description ProcessApplicationInfoMscManagedProcessApplication. getProcessApplicationInfo()ProcessApplicationInfoMscRuntimeContainerDelegate. getProcessApplicationInfo(java.lang.String processApplicationName)Constructors in org.camunda.bpm.container.impl.jboss.service with parameters of type ProcessApplicationInfo Constructor Description MscManagedProcessApplication(ProcessApplicationInfo processApplicationInfo, ProcessApplicationReference processApplicationReference)
-