Uses of Class
org.camunda.bpm.application.AbstractProcessApplication
Packages that use AbstractProcessApplication
Package
Description
-
Uses of AbstractProcessApplication in org.camunda.bpm.application
Methods in org.camunda.bpm.application with parameters of type AbstractProcessApplicationModifier and TypeMethodDescriptionELResolver
ProcessApplicationElResolver.getElResolver
(AbstractProcessApplication processApplication) return the Resolver. -
Uses of AbstractProcessApplication in org.camunda.bpm.application.impl
Subclasses of AbstractProcessApplication in org.camunda.bpm.application.implModifier and TypeClassDescriptionclass
class
class
Common base class for writing EJB process applications.class
An embedded process application is a ProcessApplication that uses an embedded process engine.class
Common base class for writing Jakarta Enterprise Bean process applications.class
AAbstractProcessApplication
Implementation to be used in a Servlet container environment.class
AAbstractProcessApplication
Implementation to be used in a Servlet container environment.Fields in org.camunda.bpm.application.impl with type parameters of type AbstractProcessApplicationModifier and TypeFieldDescriptionprotected WeakReference<AbstractProcessApplication>
ProcessApplicationReferenceImpl.processApplication
the weak reference to the process applicationMethods in org.camunda.bpm.application.impl that return AbstractProcessApplicationMethods in org.camunda.bpm.application.impl with parameters of type AbstractProcessApplicationModifier and TypeMethodDescriptionstatic final ELResolver
DefaultElResolverLookup.lookupResolver
(AbstractProcessApplication processApplication) Constructors in org.camunda.bpm.application.impl with parameters of type AbstractProcessApplicationModifierConstructorDescriptionProcessApplicationReferenceImpl
(AbstractProcessApplication processApplication) -
Uses of AbstractProcessApplication in org.camunda.bpm.application.impl.ejb
Subclasses of AbstractProcessApplication in org.camunda.bpm.application.impl.ejb -
Uses of AbstractProcessApplication in org.camunda.bpm.container
Methods in org.camunda.bpm.container with parameters of type AbstractProcessApplicationModifier and TypeMethodDescriptionvoid
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 AbstractProcessApplicationModifier and TypeMethodDescriptionvoid
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 AbstractProcessApplicationModifier and TypeMethodDescriptionprotected ProcessApplicationInfoImpl
StartProcessApplicationServiceStep.createProcessApplicationInfo
(AbstractProcessApplication processApplication, Map<String, DeployedProcessArchive> processArchiveDeploymentMap) protected String[]
ParseProcessesXmlStep.getDeploymentDescriptorLocations
(AbstractProcessApplication processApplication) 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 AbstractProcessApplicationModifier and TypeMethodDescriptionvoid
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 AbstractProcessApplicationModifier and TypeMethodDescriptionELResolver
CdiProcessApplicationElResolver.getElResolver
(AbstractProcessApplication processApplication) -
Uses of AbstractProcessApplication in org.camunda.bpm.engine.spring.application
Subclasses of AbstractProcessApplication in org.camunda.bpm.engine.spring.applicationModifier and TypeClassDescriptionclass
Process Application implementation to be used in a Spring Application.class
Process Application to be used in a Spring Web Application.Methods in org.camunda.bpm.engine.spring.application with parameters of type AbstractProcessApplicationModifier and TypeMethodDescriptionELResolver
SpringProcessApplicationElResolver.getElResolver
(AbstractProcessApplication processApplication) -
Uses of AbstractProcessApplication in org.camunda.bpm.example.invoice
Subclasses of AbstractProcessApplication in org.camunda.bpm.example.invoiceModifier and TypeClassDescriptionclass
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 -
Uses of AbstractProcessApplication in org.camunda.qa
Subclasses of AbstractProcessApplication in org.camunda.qa -
Uses of AbstractProcessApplication in org.camunda.spin.plugin.impl
Methods in org.camunda.spin.plugin.impl with parameters of type AbstractProcessApplicationModifier and TypeMethodDescriptionprotected void
SpinBpmPlatformPlugin.initializeVariableSerializers
(AbstractProcessApplication abstractProcessApplication)