Uses of Class
org.camunda.bpm.application.AbstractProcessApplication

Packages that use AbstractProcessApplication
org.camunda.bpm.application   
org.camunda.bpm.application.impl   
org.camunda.bpm.container   
org.camunda.bpm.container.impl   
org.camunda.bpm.container.impl.deployment   
 

Uses of AbstractProcessApplication in org.camunda.bpm.application
 

Methods in org.camunda.bpm.application with parameters of type AbstractProcessApplication
 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
 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
          A AbstractProcessApplication Implementation to be used in a Servlet container environment.
 

Fields in org.camunda.bpm.application.impl with type parameters of type AbstractProcessApplication
protected  WeakReference<AbstractProcessApplication> ProcessApplicationReferenceImpl.processApplication
          the weak reference to the process application
 

Methods in org.camunda.bpm.application.impl that return AbstractProcessApplication
 AbstractProcessApplication ProcessApplicationReferenceImpl.getProcessApplication()
           
 

Methods in org.camunda.bpm.application.impl with parameters of type AbstractProcessApplication
static ELResolver DefaultElResolverLookup.lookupResolver(AbstractProcessApplication processApplication)
           
 

Constructors in org.camunda.bpm.application.impl with parameters of type AbstractProcessApplication
ProcessApplicationReferenceImpl(AbstractProcessApplication processApplication)
           
 

Uses of AbstractProcessApplication in org.camunda.bpm.container
 

Methods in org.camunda.bpm.container with parameters of type AbstractProcessApplication
 void RuntimeContainerDelegate.deployProcessApplication(AbstractProcessApplication processApplication)
          Deploy a AbstractProcessApplication into the runtime container.
 void RuntimeContainerDelegate.undeployProcessApplication(AbstractProcessApplication processApplication)
          Undeploy a AbstractProcessApplication 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
 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
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)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.