jBPM Console NG - Human Tasks Client 6.0.2-SNAPSHOT

org.jbpm.console.ng.ht.client.editors.taskassignments.popup
Class TaskAssignmentsPopupPresenter

java.lang.Object
  extended by org.jbpm.console.ng.ht.client.editors.taskassignments.popup.TaskAssignmentsPopupPresenter

@Dependent
public class TaskAssignmentsPopupPresenter
extends Object


Nested Class Summary
static interface TaskAssignmentsPopupPresenter.TaskAssignmentsPopupView
           
 
Constructor Summary
TaskAssignmentsPopupPresenter()
           
 
Method Summary
 void close()
           
 void delegateTask(long taskId, String entity)
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<TaskAssignmentsPopupPresenter> getView()
           
 void onOpen()
           
 void onStartup(org.uberfire.mvp.PlaceRequest place)
           
 void refreshTaskPotentialOwners(long taskId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskAssignmentsPopupPresenter

public TaskAssignmentsPopupPresenter()
Method Detail

onStartup

public void onStartup(org.uberfire.mvp.PlaceRequest place)

getTitle

public String getTitle()

getView

public org.uberfire.client.mvp.UberView<TaskAssignmentsPopupPresenter> getView()

delegateTask

public void delegateTask(long taskId,
                         String entity)

refreshTaskPotentialOwners

public void refreshTaskPotentialOwners(long taskId)

onOpen

public void onOpen()

close

public void close()

jBPM Console NG - Human Tasks Client 6.0.2-SNAPSHOT

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