Package org.kie.bc.backend
Class AppSetup
- java.lang.Object
-
- org.kie.workbench.screens.workbench.backend.BaseAppSetup
-
- org.kie.bc.backend.AppSetup
-
@Startup(BOOTSTRAP) @ApplicationScoped public class AppSetup extends org.kie.workbench.screens.workbench.backend.BaseAppSetup
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppSetup()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, org.drools.workbench.screens.workitems.backend.server.WorkbenchConfigurationHelper workbenchConfigurationHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.guvnor.structure.server.config.ConfigGroupgetGlobalConfiguration()voidinit()
-
-
-
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, org.drools.workbench.screens.workitems.backend.server.WorkbenchConfigurationHelper workbenchConfigurationHelper)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getGlobalConfiguration
protected org.guvnor.structure.server.config.ConfigGroup getGlobalConfiguration()
-
-