jBPM Console NG - Human Tasks Client 6.0.0.CR1

org.jbpm.console.ng.ht.client.editors.taskdetails
Class TaskDetailsPopupPresenter

java.lang.Object
  extended by org.jbpm.console.ng.ht.client.editors.taskdetails.TaskDetailsPopupPresenter

@Dependent
public class TaskDetailsPopupPresenter
extends Object


Nested Class Summary
static interface TaskDetailsPopupPresenter.TaskDetailsPopupView
           
 
Constructor Summary
TaskDetailsPopupPresenter()
           
 
Method Summary
 void close()
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<TaskDetailsPopupPresenter> getView()
           
 void goToProcessInstanceDetails()
           
 void onReveal()
           
 void onStart(org.uberfire.mvp.PlaceRequest place)
           
 void onTaskSelected(TaskSelectionEvent taskSelection)
           
 void refreshTask(long taskId)
           
 void updateTask(long taskId, String taskName, String taskDescription, String userId, Date dueDate, int priority)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskDetailsPopupPresenter

public TaskDetailsPopupPresenter()
Method Detail

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()

jBPM Console NG - Human Tasks Client 6.0.0.CR1

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