@ApplicationScoped
@Startup(value=BOOTSTRAP)
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.KieProjectService projectService,
org.guvnor.structure.server.config.ConfigurationService configurationService,
org.guvnor.structure.server.config.ConfigurationFactory configurationFactory) |
Modifier and Type | Method and Description |
---|---|
void |
onStartup() |
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.KieProjectService projectService, org.guvnor.structure.server.config.ConfigurationService configurationService, org.guvnor.structure.server.config.ConfigurationFactory configurationFactory)
@PostConstruct public void onStartup()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.