org.jbpm.console.ng.ht.client.editors.taskassignments.popup
@Dependent public class TaskAssignmentsPopupPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
TaskAssignmentsPopupPresenter.TaskAssignmentsPopupView |
Constructor and Description |
---|
TaskAssignmentsPopupPresenter() |
Modifier and Type | Method and Description |
---|---|
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) |
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public String getTitle()
public org.uberfire.client.mvp.UberView<TaskAssignmentsPopupPresenter> getView()
public void delegateTask(long taskId, String entity)
public void refreshTaskPotentialOwners(long taskId)
public void onOpen()
public void close()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.