Uses of Class
org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
-
Packages that use AbstractParseBpmPlatformXmlStep Package Description org.camunda.bpm.container.impl.ejb.deployment org.camunda.bpm.container.impl.tomcat.deployment -
-
Uses of AbstractParseBpmPlatformXmlStep in org.camunda.bpm.container.impl.ejb.deployment
Subclasses of AbstractParseBpmPlatformXmlStep in org.camunda.bpm.container.impl.ejb.deployment Modifier and Type Class Description class
EjbJarParsePlatformXmlStep
Deployment Step that reads the bpm-platform.xml from the classpath -
Uses of AbstractParseBpmPlatformXmlStep in org.camunda.bpm.container.impl.tomcat.deployment
Subclasses of AbstractParseBpmPlatformXmlStep in org.camunda.bpm.container.impl.tomcat.deployment Modifier and Type Class Description class
TomcatParseBpmPlatformXmlStep
This deployment operation step is responsible for parsing and attaching the bpm-platform.xml file on tomcat.
-