@ApplicationScoped public class ExamplesUtils extends Object
| Constructor and Description |
|---|
ExamplesUtils(org.uberfire.rpc.SessionInfo sessionInfo,
org.jboss.errai.ui.client.local.spi.TranslationService ts,
LibraryPlaces libraryPlaces,
org.jboss.errai.common.client.api.Caller<LibraryService> libraryService,
org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent,
javax.enterprise.event.Event<org.guvnor.common.services.project.events.NewProjectEvent> newProjectEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
getExampleProjects(org.uberfire.mvp.ParameterizedCommand<Set<ExampleProject>> callback) |
void |
importProject(ExampleProject exampleProject) |
void |
refresh() |
@Inject
public ExamplesUtils(org.uberfire.rpc.SessionInfo sessionInfo,
org.jboss.errai.ui.client.local.spi.TranslationService ts,
LibraryPlaces libraryPlaces,
org.jboss.errai.common.client.api.Caller<LibraryService> libraryService,
org.uberfire.ext.widgets.common.client.common.BusyIndicatorView busyIndicatorView,
javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent,
javax.enterprise.event.Event<org.guvnor.common.services.project.events.NewProjectEvent> newProjectEvent)
public void refresh()
public void getExampleProjects(org.uberfire.mvp.ParameterizedCommand<Set<ExampleProject>> callback)
public void importProject(ExampleProject exampleProject)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.