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
Constructors Constructor Description MandatoryLivingApplicationImporter(PageService pageService, ApplicationImporter applicationImporter, DefaultLivingApplicationImporter defaultLivingApplicationImporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()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, importProvidedPagesFromClasspath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.commons.LifecycleService
pause, resume, start, stop
-
-
-
-
Constructor Detail
-
MandatoryLivingApplicationImporter
public MandatoryLivingApplicationImporter(PageService pageService, ApplicationImporter applicationImporter, DefaultLivingApplicationImporter defaultLivingApplicationImporter)
-
-
Method Detail
-
init
public void init() throws SBonitaExceptionDescription 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
-
-