org.jbpm.console.ng.ht.client.editors.taskdetails
Class TaskDetailsPopupPresenter
java.lang.Object
org.jbpm.console.ng.ht.client.editors.taskdetails.TaskDetailsPopupPresenter
@Dependent
public class TaskDetailsPopupPresenter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskDetailsPopupPresenter
public TaskDetailsPopupPresenter()
onStart
public void onStart(org.uberfire.mvp.PlaceRequest place)
getTitle
public String getTitle()
getView
public org.uberfire.client.mvp.UberView<TaskDetailsPopupPresenter> getView()
goToProcessInstanceDetails
public void goToProcessInstanceDetails()
updateTask
public void updateTask(long taskId,
String taskName,
String taskDescription,
String userId,
Date dueDate,
int priority)
refreshTask
public void refreshTask(long taskId)
onTaskSelected
public void onTaskSelected(@Observes
TaskSelectionEvent taskSelection)
onReveal
public void onReveal()
close
public void close()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.