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 ELResolver
ProcessApplicationElResolver. 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 class
EjbProcessApplication
Common base class for writing EJB process applications.class
EmbeddedProcessApplication
An embedded process application is a ProcessApplication that uses an embedded process engine.class
ServletProcessApplication
AAbstractProcessApplication
Implementation 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 WeakReference<AbstractProcessApplication>
ProcessApplicationReferenceImpl. processApplication
the weak reference to the process applicationMethods in org.camunda.bpm.application.impl that return AbstractProcessApplication Modifier and Type Method Description AbstractProcessApplication
ProcessApplicationReferenceImpl. getProcessApplication()
Methods in org.camunda.bpm.application.impl with parameters of type AbstractProcessApplication Modifier and Type Method Description static ELResolver
DefaultElResolverLookup. 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 class
DefaultEjbProcessApplication
-
Uses of AbstractProcessApplication in org.camunda.bpm.container
Methods in org.camunda.bpm.container with parameters of type AbstractProcessApplication Modifier and Type Method Description void
RuntimeContainerDelegate. deployProcessApplication(AbstractProcessApplication processApplication)
Deploy aAbstractProcessApplication
into the runtime container.void
RuntimeContainerDelegate. undeployProcessApplication(AbstractProcessApplication processApplication)
Undeploy aAbstractProcessApplication
from 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 void
RuntimeContainerDelegateImpl. deployProcessApplication(AbstractProcessApplication processApplication)
void
RuntimeContainerDelegateImpl. 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 ProcessApplicationInfoImpl
StartProcessApplicationServiceStep. createProcessApplicationInfo(AbstractProcessApplication processApplication, Map<String,DeployedProcessArchive> processArchiveDeploymentMap)
protected String[]
ParseProcessesXmlStep. getDeploymentDescriptorLocations(AbstractProcessApplication processApplication)
protected List<URL>
ParseProcessesXmlStep. getProcessesXmlUrls(String[] deploymentDescriptors, AbstractProcessApplication processApplication)
protected void
StartProcessApplicationServiceStep. notifyBpmPlatformPlugins(PlatformServiceContainer serviceContainer, AbstractProcessApplication processApplication)
protected Map<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 void
MscRuntimeContainerDelegate. deployProcessApplication(AbstractProcessApplication processApplication)
void
MscRuntimeContainerDelegate. 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 ELResolver
CdiProcessApplicationElResolver. 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 class
SpringProcessApplication
Process Application implementation to be used in a Spring Application.class
SpringServletProcessApplication
Process 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 ELResolver
SpringProcessApplicationElResolver. 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 class
InvoiceProcessApplication
Process 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 class
SpringBootProcessApplication
-
Uses of AbstractProcessApplication in org.camunda.qa
Subclasses of AbstractProcessApplication in org.camunda.qa Modifier and Type Class Description class
Application
-
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 void
SpinBpmPlatformPlugin. initializeVariableSerializers(AbstractProcessApplication abstractProcessApplication)
-