Class MandatoryLivingApplicationImporter
java.lang.Object
org.bonitasoft.engine.business.application.importer.LivingApplicationImporter
org.bonitasoft.engine.business.application.importer.MandatoryLivingApplicationImporter
- All Implemented Interfaces:
LifecycleService,TenantLifecycleService
@Component
public class MandatoryLivingApplicationImporter
extends LivingApplicationImporter
implements TenantLifecycleService
Service used to import provided living applications that are mandatory for the platform to start, such as:
- Bonita Super Admin Application
- Bonita Application Directory
-
Field Summary
Fields inherited from class org.bonitasoft.engine.business.application.importer.LivingApplicationImporter
applicationImporter, pageService -
Constructor Summary
ConstructorsConstructorDescriptionMandatoryLivingApplicationImporter(PageService pageService, ApplicationImporter applicationImporter, DefaultLivingApplicationImporter defaultLivingApplicationImporter) -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()This method performs actions to initialize a TenantLifecycleService This method is called when creating a new tenant and when starting the platform.Methods inherited from class org.bonitasoft.engine.business.application.importer.LivingApplicationImporter
getNonSkippedImportedResources, importProvidedApplications, importProvidedApplicationsFromClasspath, importProvidedPage, importProvidedPagesFromClasspathMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.commons.LifecycleService
pause, resume, start, stop
-
Constructor Details
-
MandatoryLivingApplicationImporter
public MandatoryLivingApplicationImporter(PageService pageService, ApplicationImporter applicationImporter, DefaultLivingApplicationImporter defaultLivingApplicationImporter)
-
-
Method Details
-
init
Description copied from interface:TenantLifecycleServiceThis method performs actions to initialize a TenantLifecycleService This method is called when creating a new tenant and when starting the platform.- Specified by:
initin interfaceTenantLifecycleService- Throws:
SBonitaException
-