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 ProcessApplicationInfoImplStartProcessApplicationServiceStep. 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 ProcessApplicationInfoImplProcessApplicationStartService. 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 ProcessApplicationInfoImplJmxManagedProcessApplication. processApplicationInfoMethods in org.camunda.bpm.container.impl.jmx.services that return ProcessApplicationInfoImpl Modifier and Type Method Description ProcessApplicationInfoImplJmxManagedProcessApplication. getProcessApplicationInfo()Constructors in org.camunda.bpm.container.impl.jmx.services with parameters of type ProcessApplicationInfoImpl Constructor Description JmxManagedProcessApplication(ProcessApplicationInfoImpl processApplicationInfo, ProcessApplicationReference processApplicationReference)
-