org.jbpm.console.ng.ht.client.editors.taskslist
Class TasksListPresenter
java.lang.Object
org.jbpm.console.ng.ht.client.editors.taskslist.TasksListPresenter
@Dependent
public class TasksListPresenter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TasksListPresenter
public TasksListPresenter()
getTitle
public String getTitle()
getView
public org.uberfire.client.mvp.UberView<TasksListPresenter> getView()
init
@PostConstruct
public void init()
refreshTasks
public void refreshTasks(String userId,
boolean showOnlyPersonal,
boolean showCompleted,
boolean showGroupTasks)
startTasks
public void startTasks(List<Long> selectedTasks,
String userId)
releaseTasks
public void releaseTasks(List<Long> selectedTasks,
String userId)
completeTasks
public void completeTasks(List<Long> selectedTasks,
String userId)
claimTasks
public void claimTasks(List<Long> selectedTasks,
String userId)
onReveal
public void onReveal()
formClosed
public void formClosed(@Observes
org.uberfire.client.workbench.widgets.events.BeforeClosePlaceEvent closed)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.