Package org.flowable.ui.modeler.conf
Class ModelerBootstrapper
- java.lang.Object
-
- org.flowable.ui.modeler.conf.ModelerBootstrapper
-
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
@Component public class ModelerBootstrapper extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
Responsible for executing all action required after booting up the Spring container.- Author:
- Yvo Swillens
-
-
Field Summary
Fields Modifier and Type Field Description protected ModelRepositorymodelRepository
-
Constructor Summary
Constructors Constructor Description ModelerBootstrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmigrateDecisionTables()voidonApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
-
-
-
Field Detail
-
modelRepository
@Autowired protected ModelRepository modelRepository
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-
migrateDecisionTables
public void migrateDecisionTables()
-
-