org.camunda.bpm.extension.osgi.application
Class OSGiProcessApplication

java.lang.Object
  extended by org.camunda.bpm.application.AbstractProcessApplication
      extended by org.camunda.bpm.extension.osgi.application.OSGiProcessApplication
All Implemented Interfaces:
org.camunda.bpm.application.ProcessApplicationInterface

public class OSGiProcessApplication
extends org.camunda.bpm.application.AbstractProcessApplication


Field Summary
 
Fields inherited from class org.camunda.bpm.application.AbstractProcessApplication
isDeployed, processApplicationBeanElResolver, processApplicationElResolver
 
Constructor Summary
OSGiProcessApplication(org.osgi.framework.Bundle bundle, org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
           
 
Method Summary
protected  String autodetectProcessApplicationName()
           
 org.osgi.framework.Bundle getBundle()
           
 ClassLoader getProcessApplicationClassloader()
           
 org.camunda.bpm.application.ProcessApplicationReference getReference()
           
protected  org.camunda.bpm.engine.impl.javax.el.ELResolver initProcessApplicationElResolver()
           
 
Methods inherited from class org.camunda.bpm.application.AbstractProcessApplication
createDeployment, deploy, execute, getBeanElResolver, getElResolver, getExecutionListener, getName, getProperties, getRawObject, getTaskListener, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiProcessApplication

public OSGiProcessApplication(org.osgi.framework.Bundle bundle,
                              org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
Method Detail

getReference

public org.camunda.bpm.application.ProcessApplicationReference getReference()

autodetectProcessApplicationName

protected String autodetectProcessApplicationName()
Specified by:
autodetectProcessApplicationName in class org.camunda.bpm.application.AbstractProcessApplication

getProcessApplicationClassloader

public ClassLoader getProcessApplicationClassloader()
Specified by:
getProcessApplicationClassloader in interface org.camunda.bpm.application.ProcessApplicationInterface
Overrides:
getProcessApplicationClassloader in class org.camunda.bpm.application.AbstractProcessApplication

initProcessApplicationElResolver

protected org.camunda.bpm.engine.impl.javax.el.ELResolver initProcessApplicationElResolver()
Overrides:
initProcessApplicationElResolver in class org.camunda.bpm.application.AbstractProcessApplication

getBundle

public org.osgi.framework.Bundle getBundle()


Copyright © 2015 camunda services GmbH. All rights reserved.