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
Modifier and TypeFieldDescriptionprotected CamundaBpmProperties
protected String
protected org.springframework.context.ApplicationEventPublisher
protected ProcessEngine
Fields inherited from class org.camunda.bpm.engine.spring.application.SpringProcessApplication
applicationContext, beanName, properties
Fields inherited from class org.camunda.bpm.application.AbstractProcessApplication
defaultDeployToEngineName, isDeployed, processApplicationBeanElResolver, processApplicationElResolver, processApplicationScriptEnvironment, variableSerializers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
destroy()
void
onPostDeploy
(ProcessEngine processEngine) void
onPreUndeploy
(ProcessEngine processEngine) Methods inherited from class org.camunda.bpm.engine.spring.application.SpringProcessApplication
autodetectProcessApplicationName, getApplicationContext, getProperties, getReference, onApplicationEvent, setApplicationContext, setBeanName, setProperties, start, stop
Methods 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:
afterPropertiesSet
in classSpringProcessApplication
- Throws:
Exception
-
destroy
- Overrides:
destroy
in classSpringProcessApplication
- Throws:
Exception
-
onPostDeploy
-
onPreUndeploy
-