Uses of Class
org.camunda.bpm.application.AbstractProcessApplication
-
-
Uses of AbstractProcessApplication in org.camunda.bpm.application
Methods in org.camunda.bpm.application with parameters of type AbstractProcessApplication Modifier and Type Method Description ELResolverProcessApplicationElResolver. getElResolver(AbstractProcessApplication processApplication)return the Resolver. -
Uses of AbstractProcessApplication in org.camunda.bpm.application.impl
Subclasses of AbstractProcessApplication in org.camunda.bpm.application.impl Modifier and Type Class Description classEjbProcessApplicationCommon base class for writing EJB process applications.classEmbeddedProcessApplicationAn embedded process application is a ProcessApplication that uses an embedded process engine.classServletProcessApplicationAAbstractProcessApplicationImplementation to be used in a Servlet container environment.Fields in org.camunda.bpm.application.impl with type parameters of type AbstractProcessApplication Modifier and Type Field Description protected java.lang.ref.WeakReference<AbstractProcessApplication>ProcessApplicationReferenceImpl. processApplicationthe weak reference to the process applicationMethods in org.camunda.bpm.application.impl that return AbstractProcessApplication Modifier and Type Method Description AbstractProcessApplicationProcessApplicationReferenceImpl. getProcessApplication()Methods in org.camunda.bpm.application.impl with parameters of type AbstractProcessApplication Modifier and Type Method Description static ELResolverDefaultElResolverLookup. lookupResolver(AbstractProcessApplication processApplication)Constructors in org.camunda.bpm.application.impl with parameters of type AbstractProcessApplication Constructor Description ProcessApplicationReferenceImpl(AbstractProcessApplication processApplication) -
Uses of AbstractProcessApplication in org.camunda.bpm.application.impl.ejb
Subclasses of AbstractProcessApplication in org.camunda.bpm.application.impl.ejb Modifier and Type Class Description classDefaultEjbProcessApplication -
Uses of AbstractProcessApplication in org.camunda.bpm.container
Methods in org.camunda.bpm.container with parameters of type AbstractProcessApplication Modifier and Type Method Description voidRuntimeContainerDelegate. deployProcessApplication(AbstractProcessApplication processApplication)Deploy aAbstractProcessApplicationinto the runtime container.voidRuntimeContainerDelegate. undeployProcessApplication(AbstractProcessApplication processApplication)Undeploy aAbstractProcessApplicationfrom the runtime container. -
Uses of AbstractProcessApplication in org.camunda.bpm.container.impl
Methods in org.camunda.bpm.container.impl with parameters of type AbstractProcessApplication Modifier and Type Method Description voidRuntimeContainerDelegateImpl. deployProcessApplication(AbstractProcessApplication processApplication)voidRuntimeContainerDelegateImpl. undeployProcessApplication(AbstractProcessApplication processApplication) -
Uses of AbstractProcessApplication in org.camunda.bpm.container.impl.deployment
Methods in org.camunda.bpm.container.impl.deployment with parameters of type AbstractProcessApplication Modifier and Type Method Description protected ProcessApplicationInfoImplStartProcessApplicationServiceStep. createProcessApplicationInfo(AbstractProcessApplication processApplication, java.util.Map<java.lang.String,DeployedProcessArchive> processArchiveDeploymentMap)protected java.lang.String[]ParseProcessesXmlStep. getDeploymentDescriptorLocations(AbstractProcessApplication processApplication)protected java.util.List<java.net.URL>ParseProcessesXmlStep. getProcessesXmlUrls(java.lang.String[] deploymentDescriptors, AbstractProcessApplication processApplication)protected voidStartProcessApplicationServiceStep. notifyBpmPlatformPlugins(PlatformServiceContainer serviceContainer, AbstractProcessApplication processApplication)protected java.util.Map<java.net.URL,ProcessesXml>ParseProcessesXmlStep. parseProcessesXmlFiles(AbstractProcessApplication processApplication) -
Uses of AbstractProcessApplication in org.camunda.bpm.container.impl.jboss.service
Methods in org.camunda.bpm.container.impl.jboss.service with parameters of type AbstractProcessApplication Modifier and Type Method Description voidMscRuntimeContainerDelegate. deployProcessApplication(AbstractProcessApplication processApplication)voidMscRuntimeContainerDelegate. undeployProcessApplication(AbstractProcessApplication processApplication) -
Uses of AbstractProcessApplication in org.camunda.bpm.engine.cdi.impl
Methods in org.camunda.bpm.engine.cdi.impl with parameters of type AbstractProcessApplication Modifier and Type Method Description ELResolverCdiProcessApplicationElResolver. getElResolver(AbstractProcessApplication processApplication) -
Uses of AbstractProcessApplication in org.camunda.bpm.engine.spring.application
Subclasses of AbstractProcessApplication in org.camunda.bpm.engine.spring.application Modifier and Type Class Description classSpringProcessApplicationProcess Application implementation to be used in a Spring Application.classSpringServletProcessApplicationProcess Application to be used in a Spring Web Application.Methods in org.camunda.bpm.engine.spring.application with parameters of type AbstractProcessApplication Modifier and Type Method Description ELResolverSpringProcessApplicationElResolver. getElResolver(AbstractProcessApplication processApplication) -
Uses of AbstractProcessApplication in org.camunda.bpm.example.invoice
Subclasses of AbstractProcessApplication in org.camunda.bpm.example.invoice Modifier and Type Class Description classInvoiceProcessApplicationProcess Application exposing this application's resources the process engine. -
Uses of AbstractProcessApplication in org.camunda.bpm.spring.boot.starter
Subclasses of AbstractProcessApplication in org.camunda.bpm.spring.boot.starter Modifier and Type Class Description classSpringBootProcessApplication -
Uses of AbstractProcessApplication in org.camunda.qa
Subclasses of AbstractProcessApplication in org.camunda.qa Modifier and Type Class Description classApplication -
Uses of AbstractProcessApplication in org.camunda.spin.plugin.impl
Methods in org.camunda.spin.plugin.impl with parameters of type AbstractProcessApplication Modifier and Type Method Description protected voidSpinBpmPlatformPlugin. initializeVariableSerializers(AbstractProcessApplication abstractProcessApplication)
-