@ApplicationScoped
@Startup
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,
javax.enterprise.event.Event<org.uberfire.commons.services.cdi.ApplicationStarted> applicationStartedEvent) |
| 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,
javax.enterprise.event.Event<org.uberfire.commons.services.cdi.ApplicationStarted> applicationStartedEvent)
@PostConstruct public void onStartup()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.