Class DefaultLivingApplicationImporter
java.lang.Object
org.bonitasoft.engine.business.application.importer.LivingApplicationImporter
org.bonitasoft.engine.business.application.importer.DefaultLivingApplicationImporter
Service used to import default provided living applications at startup, such as:
- Bonita Admin Application
- Bonita User Application
-
Field Summary
Fields inherited from class org.bonitasoft.engine.business.application.importer.LivingApplicationImporter
applicationImporter, pageService -
Constructor Summary
ConstructorsConstructorDescriptionDefaultLivingApplicationImporter(PageService pageService, ApplicationImporter applicationImporter) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Main function to import default living applications with their associated pages.Methods inherited from class org.bonitasoft.engine.business.application.importer.LivingApplicationImporter
getNonSkippedImportedResources, importProvidedApplications, importProvidedApplicationsFromClasspath, importProvidedPage, importProvidedPagesFromClasspath
-
Constructor Details
-
DefaultLivingApplicationImporter
public DefaultLivingApplicationImporter(PageService pageService, ApplicationImporter applicationImporter)
-
-
Method Details
-
execute
public void execute()Main function to import default living applications with their associated pages.
-