@Startup(value=BOOTSTRAP)
@ApplicationScoped
public class AppSetup
extends org.kie.workbench.screens.workbench.backend.BaseAppSetup
Modifier | Constructor and 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,
org.drools.workbench.screens.workitems.backend.server.WorkbenchConfigurationHelper workbenchConfigurationHelper) |
Modifier and Type | Method and Description |
---|---|
protected org.guvnor.structure.server.config.ConfigGroup |
getGlobalConfiguration() |
void |
init() |
protected AppSetup()
@Inject public AppSetup(@Named(value="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)
@PostConstruct public void init()
protected org.guvnor.structure.server.config.ConfigGroup getGlobalConfiguration()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.