jBPM Console NG - Human Tasks Client 6.0.0.Beta3

org.jbpm.console.ng.ht.client.editors.taskgrid
Class InboxPersonalPresenter

java.lang.Object
  extended by org.jbpm.console.ng.ht.client.editors.taskgrid.InboxPersonalPresenter

@Dependent
public class InboxPersonalPresenter
extends Object


Nested Class Summary
static interface InboxPersonalPresenter.InboxView
           
 
Field Summary
static com.google.gwt.view.client.ProvidesKey<TaskSummary> KEY_PROVIDER
           
 
Constructor Summary
InboxPersonalPresenter()
           
 
Method Summary
 void addDataDisplay(com.google.gwt.view.client.HasData<TaskSummary> display)
           
 void claimTasks(Set<TaskSummary> selectedTasks, String userId)
           
 void completeTasks(Set<TaskSummary> selectedTasks, String userId)
           
 void formClosed(org.uberfire.workbench.events.BeforeClosePlaceEvent closed)
           
 com.google.gwt.view.client.ListDataProvider<TaskSummary> getDataProvider()
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<InboxPersonalPresenter> getView()
           
 void init()
           
 void onReveal()
           
 void refreshActiveTasks()
           
 void refreshAllTasks()
           
 void refreshData()
           
 void refreshGroupTasks()
           
 void refreshPersonalTasks()
           
 void releaseTasks(Set<TaskSummary> selectedTasks, String userId)
           
 void startTasks(Set<TaskSummary> selectedTasks, String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_PROVIDER

public static final com.google.gwt.view.client.ProvidesKey<TaskSummary> KEY_PROVIDER
Constructor Detail

InboxPersonalPresenter

public InboxPersonalPresenter()
Method Detail

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.workbench.events.BeforeClosePlaceEvent closed)

jBPM Console NG - Human Tasks Client 6.0.0.Beta3

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