Package org.jbpm.workbench.server.impl
Class AppSetup
- java.lang.Object
-
- org.kie.workbench.screens.workbench.backend.BaseAppSetup
-
- org.jbpm.workbench.server.impl.AppSetup
-
@ApplicationScoped @Startup(BOOTSTRAP) public class AppSetup extends org.kie.workbench.screens.workbench.backend.BaseAppSetup
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AppSetup()
AppSetup(org.uberfire.io.IOService ioService, org.guvnor.structure.repositories.RepositoryService repositoryService, org.guvnor.structure.organizationalunit.OrganizationalUnitService organizationalUnitService, org.kie.workbench.common.services.shared.project.KieModuleService moduleService, org.guvnor.structure.server.config.ConfigurationService configurationService, org.guvnor.structure.server.config.ConfigurationFactory configurationFactory, javax.enterprise.event.Event<org.uberfire.commons.services.cdi.ApplicationStarted> applicationStartedEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onStartup()
-
-
-
Constructor Detail
-
AppSetup
protected AppSetup()
-
AppSetup
@Inject public AppSetup(@Named("ioStrategy") org.uberfire.io.IOService ioService, org.guvnor.structure.repositories.RepositoryService repositoryService, org.guvnor.structure.organizationalunit.OrganizationalUnitService organizationalUnitService, org.kie.workbench.common.services.shared.project.KieModuleService moduleService, org.guvnor.structure.server.config.ConfigurationService configurationService, org.guvnor.structure.server.config.ConfigurationFactory configurationFactory, javax.enterprise.event.Event<org.uberfire.commons.services.cdi.ApplicationStarted> applicationStartedEvent)
-
-
Method Detail
-
onStartup
@PostConstruct public void onStartup()
-
-