Uses of Class
org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
-
Packages that use DeployedProcessArchive Package Description org.camunda.bpm.container.impl.deployment org.camunda.bpm.container.impl.jmx.services -
-
Uses of DeployedProcessArchive in org.camunda.bpm.container.impl.deployment
Method parameters in org.camunda.bpm.container.impl.deployment with type arguments of type DeployedProcessArchive Modifier and Type Method Description protected ProcessApplicationInfoImpl
StartProcessApplicationServiceStep. createProcessApplicationInfo(AbstractProcessApplication processApplication, Map<String,DeployedProcessArchive> processArchiveDeploymentMap)
-
Uses of DeployedProcessArchive in org.camunda.bpm.container.impl.jmx.services
Fields in org.camunda.bpm.container.impl.jmx.services with type parameters of type DeployedProcessArchive Modifier and Type Field Description protected Map<String,DeployedProcessArchive>
JmxManagedProcessApplication. deploymentMap
Methods in org.camunda.bpm.container.impl.jmx.services that return types with arguments of type DeployedProcessArchive Modifier and Type Method Description Map<String,DeployedProcessArchive>
JmxManagedProcessApplication. getProcessArchiveDeploymentMap()
Method parameters in org.camunda.bpm.container.impl.jmx.services with type arguments of type DeployedProcessArchive Modifier and Type Method Description void
JmxManagedProcessApplication. setDeploymentMap(Map<String,DeployedProcessArchive> processArchiveDeploymentMap)
-