org.jbpm.console.ng.ht.client.editors.taskgrid
Class InboxPersonalPresenter
java.lang.Object
org.jbpm.console.ng.ht.client.editors.taskgrid.InboxPersonalPresenter
@Dependent
public class InboxPersonalPresenter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_PROVIDER
public static final com.google.gwt.view.client.ProvidesKey<TaskSummary> KEY_PROVIDER
InboxPersonalPresenter
public InboxPersonalPresenter()
getTitle
public String getTitle()
getView
public org.uberfire.client.mvp.UberView<InboxPersonalPresenter> getView()
init
@PostConstruct
public void init()
refreshActiveTasks
public void refreshActiveTasks()
refreshAllTasks
public void refreshAllTasks()
refreshPersonalTasks
public void refreshPersonalTasks()
refreshGroupTasks
public void refreshGroupTasks()
startTasks
public void startTasks(Set<TaskSummary> selectedTasks,
String userId)
releaseTasks
public void releaseTasks(Set<TaskSummary> selectedTasks,
String userId)
completeTasks
public void completeTasks(Set<TaskSummary> selectedTasks,
String userId)
claimTasks
public void claimTasks(Set<TaskSummary> selectedTasks,
String userId)
addDataDisplay
public void addDataDisplay(com.google.gwt.view.client.HasData<TaskSummary> display)
getDataProvider
public com.google.gwt.view.client.ListDataProvider<TaskSummary> getDataProvider()
refreshData
public void refreshData()
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.