Class TasksReassignmentPresenter
- java.lang.Object
-
- org.jbpm.workbench.ht.client.editors.taskslist.popup.TasksReassignmentPresenter
-
@Dependent public class TasksReassignmentPresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TasksReassignmentPresenter.TasksReassignmentView
-
Field Summary
Fields Modifier and Type Field Description static String
TASKS_REASSIGNMENT_POPUP
-
Constructor Summary
Constructors Constructor Description TasksReassignmentPresenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
displayNotification(String text)
void
displayUnsuccessfulNotification(String text)
String
getTitle()
org.uberfire.client.mvp.UberView<TasksReassignmentPresenter>
getView()
void
onOpen()
void
onStartup(org.uberfire.mvp.PlaceRequest place)
void
reassignTasksToUser(String userId)
void
setDeselectAllItemsEvent(javax.enterprise.event.Event<org.jbpm.workbench.common.client.list.event.DeselectAllItemsEvent> deselectAllItemsEvent)
void
setNotificationEvent(javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent)
void
setTaskRefreshedEvent(javax.enterprise.event.Event<org.jbpm.workbench.ht.model.events.TaskRefreshedEvent> taskRefreshedEvent)
void
setTaskService(org.jboss.errai.common.client.api.Caller<org.jbpm.workbench.ht.service.TaskService> taskService)
-
-
-
Field Detail
-
TASKS_REASSIGNMENT_POPUP
public static final String TASKS_REASSIGNMENT_POPUP
- See Also:
- Constant Field Values
-
-
Method Detail
-
setTaskService
@Inject public void setTaskService(org.jboss.errai.common.client.api.Caller<org.jbpm.workbench.ht.service.TaskService> taskService)
-
onStartup
public void onStartup(org.uberfire.mvp.PlaceRequest place)
-
getTitle
public String getTitle()
-
getView
public org.uberfire.client.mvp.UberView<TasksReassignmentPresenter> getView()
-
setNotificationEvent
@Inject public void setNotificationEvent(javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> notificationEvent)
-
setDeselectAllItemsEvent
@Inject public void setDeselectAllItemsEvent(javax.enterprise.event.Event<org.jbpm.workbench.common.client.list.event.DeselectAllItemsEvent> deselectAllItemsEvent)
-
setTaskRefreshedEvent
@Inject public void setTaskRefreshedEvent(javax.enterprise.event.Event<org.jbpm.workbench.ht.model.events.TaskRefreshedEvent> taskRefreshedEvent)
-
reassignTasksToUser
public void reassignTasksToUser(String userId)
-
displayNotification
public void displayNotification(String text)
-
displayUnsuccessfulNotification
public void displayUnsuccessfulNotification(String text)
-
onOpen
public void onOpen()
-
-