jBPM Console NG - Human Tasks Client 6.0.0.Alpha9

org.jbpm.console.ng.ht.client.editors.taskslist
Class TasksListPresenter

java.lang.Object
  extended by org.jbpm.console.ng.ht.client.editors.taskslist.TasksListPresenter

@Dependent
public class TasksListPresenter
extends Object


Nested Class Summary
static interface TasksListPresenter.TaskListView
           
 
Constructor Summary
TasksListPresenter()
           
 
Method Summary
 void claimTasks(List<Long> selectedTasks, String userId)
           
 void completeTasks(List<Long> selectedTasks, String userId)
           
 void formClosed(org.uberfire.client.workbench.widgets.events.BeforeClosePlaceEvent closed)
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<TasksListPresenter> getView()
           
 void init()
           
 void onReveal()
           
 void refreshTasks(String userId, boolean showOnlyPersonal, boolean showCompleted, boolean showGroupTasks)
           
 void releaseTasks(List<Long> selectedTasks, String userId)
           
 void startTasks(List<Long> selectedTasks, String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksListPresenter

public TasksListPresenter()
Method Detail

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)

jBPM Console NG - Human Tasks Client 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.