Uses of Class
org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
-
Packages that use ProcessApplicationInfoImpl Package Description org.camunda.bpm.container.impl.deployment org.camunda.bpm.container.impl.jboss.service org.camunda.bpm.container.impl.jmx.services -
-
Uses of ProcessApplicationInfoImpl in org.camunda.bpm.container.impl.deployment
Methods in org.camunda.bpm.container.impl.deployment that return ProcessApplicationInfoImpl Modifier and Type Method Description protected ProcessApplicationInfoImpl
StartProcessApplicationServiceStep. createProcessApplicationInfo(AbstractProcessApplication processApplication, Map<String,DeployedProcessArchive> processArchiveDeploymentMap)
-
Uses of ProcessApplicationInfoImpl in org.camunda.bpm.container.impl.jboss.service
Fields in org.camunda.bpm.container.impl.jboss.service declared as ProcessApplicationInfoImpl Modifier and Type Field Description protected ProcessApplicationInfoImpl
ProcessApplicationStartService. processApplicationInfo
-
Uses of ProcessApplicationInfoImpl in org.camunda.bpm.container.impl.jmx.services
Fields in org.camunda.bpm.container.impl.jmx.services declared as ProcessApplicationInfoImpl Modifier and Type Field Description protected ProcessApplicationInfoImpl
JmxManagedProcessApplication. processApplicationInfo
Methods in org.camunda.bpm.container.impl.jmx.services that return ProcessApplicationInfoImpl Modifier and Type Method Description ProcessApplicationInfoImpl
JmxManagedProcessApplication. getProcessApplicationInfo()
Constructors in org.camunda.bpm.container.impl.jmx.services with parameters of type ProcessApplicationInfoImpl Constructor Description JmxManagedProcessApplication(ProcessApplicationInfoImpl processApplicationInfo, ProcessApplicationReference processApplicationReference)
-