jBPM Console NG - Human Tasks Client 6.0.0.CR4-Pre1

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

java.lang.Object
  extended by org.jbpm.console.ng.ht.client.editors.taskdetails.popup.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 onOpen()
           
 void onStartup(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

onStartup

public void onStartup(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)

onOpen

public void onOpen()

close

public void close()

jBPM Console NG - Human Tasks Client 6.0.0.CR4-Pre1

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