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 ProcessApplicationInfo
ProcessApplicationService. 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 class
ProcessApplicationInfoImpl
-
Uses of ProcessApplicationInfo in org.camunda.bpm.container.impl
Methods in org.camunda.bpm.container.impl that return ProcessApplicationInfo Modifier and Type Method Description ProcessApplicationInfo
RuntimeContainerDelegateImpl. 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 ProcessApplicationInfo
InjectionUtil. 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 ProcessApplicationInfo
EjbProcessApplicationService. getProcessApplicationInfo(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 ProcessApplicationInfo
MscManagedProcessApplication. processApplicationInfo
Methods in org.camunda.bpm.container.impl.jboss.service that return ProcessApplicationInfo Modifier and Type Method Description ProcessApplicationInfo
MscManagedProcessApplication. getProcessApplicationInfo()
ProcessApplicationInfo
MscRuntimeContainerDelegate. getProcessApplicationInfo(String processApplicationName)
Constructors in org.camunda.bpm.container.impl.jboss.service with parameters of type ProcessApplicationInfo Constructor Description MscManagedProcessApplication(ProcessApplicationInfo processApplicationInfo, ProcessApplicationReference processApplicationReference)
-