public abstract class AbstractTaskPresenter extends Object
Constructor and Description |
---|
AbstractTaskPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
String |
getContainerId() |
String |
getServerTemplateId() |
Long |
getTaskId() |
protected Predicate<AbstractTaskEvent> |
isSameTaskFromEvent() |
void |
setNotification(javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification) |
protected void |
setSelectedTask(TaskSelectionEvent event) |
@Inject public void setNotification(javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notification)
public void displayNotification(String text)
protected Predicate<AbstractTaskEvent> isSameTaskFromEvent()
protected void setSelectedTask(TaskSelectionEvent event)
public Long getTaskId()
public String getContainerId()
public String getServerTemplateId()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.