Class SpringBootProcessApplication
java.lang.Object
org.camunda.bpm.application.AbstractProcessApplication
org.camunda.bpm.engine.spring.application.SpringProcessApplication
org.camunda.bpm.spring.boot.starter.SpringBootProcessApplication
- All Implemented Interfaces:
EventListener,ProcessApplicationInterface,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<org.springframework.context.event.ApplicationContextEvent>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CamundaBpmPropertiesprotected Stringprotected org.springframework.context.ApplicationEventPublisherprotected ProcessEngineFields inherited from class org.camunda.bpm.engine.spring.application.SpringProcessApplication
applicationContext, beanName, propertiesFields inherited from class org.camunda.bpm.application.AbstractProcessApplication
defaultDeployToEngineName, isDeployed, processApplicationBeanElResolver, processApplicationElResolver, processApplicationScriptEnvironment, variableSerializers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()voidonPostDeploy(ProcessEngine processEngine) voidonPreUndeploy(ProcessEngine processEngine) Methods inherited from class org.camunda.bpm.engine.spring.application.SpringProcessApplication
autodetectProcessApplicationName, getApplicationContext, getProperties, getReference, onApplicationEvent, setApplicationContext, setBeanName, setProperties, start, stopMethods inherited from class org.camunda.bpm.application.AbstractProcessApplication
createDeployment, deploy, execute, execute, getBeanElResolver, getDefaultDeployToEngineName, getElResolver, getEnvironmentScripts, getExecutionListener, getName, getProcessApplicationClassloader, getProcessApplicationScriptEnvironment, getRawObject, getScriptEngineForName, getTaskListener, getVariableSerializers, initProcessApplicationElResolver, setDefaultDeployToEngineName, setVariableSerializers, undeploy
-
Field Details
-
springApplicationName
-
contextPath
-
camundaBpmProperties
-
processEngine
-
eventPublisher
@Autowired protected org.springframework.context.ApplicationEventPublisher eventPublisher
-
-
Constructor Details
-
SpringBootProcessApplication
public SpringBootProcessApplication()
-
-
Method Details
-
deploymentConfiguration
-
afterPropertiesSet
- Overrides:
afterPropertiesSetin classSpringProcessApplication- Throws:
Exception
-
destroy
- Overrides:
destroyin classSpringProcessApplication- Throws:
Exception
-
onPostDeploy
-
onPreUndeploy
-