Uses of Class
org.camunda.bpm.application.AbstractProcessApplication
Package
Description
-
Uses of AbstractProcessApplication in org.camunda.bpm.application
Modifier and TypeMethodDescriptionELResolver
ProcessApplicationElResolver.getElResolver
(AbstractProcessApplication processApplication) return the Resolver. -
Uses of AbstractProcessApplication in org.camunda.bpm.application.impl
Modifier 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.Modifier and TypeFieldDescriptionprotected WeakReference<AbstractProcessApplication>
ProcessApplicationReferenceImpl.processApplication
the weak reference to the process applicationModifier and TypeMethodDescriptionstatic final ELResolver
DefaultElResolverLookup.lookupResolver
(AbstractProcessApplication processApplication) ModifierConstructorDescriptionProcessApplicationReferenceImpl
(AbstractProcessApplication processApplication) -
Uses of AbstractProcessApplication in org.camunda.bpm.application.impl.ejb
-
Uses of AbstractProcessApplication in org.camunda.bpm.container
Modifier 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
Modifier and TypeMethodDescriptionvoid
RuntimeContainerDelegateImpl.deployProcessApplication
(AbstractProcessApplication processApplication) void
RuntimeContainerDelegateImpl.undeployProcessApplication
(AbstractProcessApplication processApplication) -
Uses of AbstractProcessApplication in org.camunda.bpm.container.impl.deployment
Modifier 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
Modifier and TypeMethodDescriptionvoid
MscRuntimeContainerDelegate.deployProcessApplication
(AbstractProcessApplication processApplication) void
MscRuntimeContainerDelegate.undeployProcessApplication
(AbstractProcessApplication processApplication) -
Uses of AbstractProcessApplication in org.camunda.bpm.engine.cdi.impl
Modifier and TypeMethodDescriptionELResolver
CdiProcessApplicationElResolver.getElResolver
(AbstractProcessApplication processApplication) -
Uses of AbstractProcessApplication in org.camunda.bpm.engine.spring.application
Modifier and TypeClassDescriptionclass
Process Application implementation to be used in a Spring Application.class
Process Application to be used in a Spring Web Application.Modifier and TypeMethodDescriptionELResolver
SpringProcessApplicationElResolver.getElResolver
(AbstractProcessApplication processApplication) -
Uses of AbstractProcessApplication in org.camunda.bpm.example.invoice
Modifier and TypeClassDescriptionclass
Process Application exposing this application's resources the process engine. -
Uses of AbstractProcessApplication in org.camunda.bpm.spring.boot.starter
-
Uses of AbstractProcessApplication in org.camunda.qa
-
Uses of AbstractProcessApplication in org.camunda.spin.plugin.impl
Modifier and TypeMethodDescriptionprotected void
SpinBpmPlatformPlugin.initializeVariableSerializers
(AbstractProcessApplication abstractProcessApplication)