@UiController(value="bpm_TaskReassignScreen")
@UiDescriptor(value="task-reassign-screen.xml")
public class TaskReassignScreen
extends io.jmix.ui.screen.Screen
io.jmix.ui.screen.Screen.AfterCloseEvent, io.jmix.ui.screen.Screen.AfterDetachEvent, io.jmix.ui.screen.Screen.AfterInitEvent, io.jmix.ui.screen.Screen.AfterShowEvent, io.jmix.ui.screen.Screen.BeforeCloseEvent, io.jmix.ui.screen.Screen.BeforeShowEvent, io.jmix.ui.screen.Screen.InitEvent
Modifier and Type | Field and Description |
---|---|
protected io.jmix.ui.screen.MessageBundle |
messageBundle |
protected io.jmix.ui.component.SuggestionField<java.lang.String> |
newAssigneeSuggestionField |
protected io.jmix.ui.Notifications |
notifications |
protected java.util.List<java.lang.String> |
taskIdList |
protected org.flowable.engine.TaskService |
taskService |
protected io.jmix.core.security.UserRepository |
userRepository |
Constructor and Description |
---|
TaskReassignScreen() |
Modifier and Type | Method and Description |
---|---|
void |
onBeforeShow(io.jmix.ui.screen.Screen.BeforeShowEvent event) |
void |
onCloseAction(io.jmix.ui.action.Action.ActionPerformedEvent event) |
void |
onReassignAction(io.jmix.ui.action.Action.ActionPerformedEvent event) |
void |
setTaskDataList(java.util.Collection<TaskData> taskDataList) |
addAfterCloseListener, addAfterDetachListener, addAfterInitListener, addAfterShowListener, addBeforeCloseListener, addBeforeShowListener, addInitListener, addUrlParamsChangeListener, close, close, closeWithDefaultAction, fireEvent, getApplicationContext, getEventHub, getExtensions, getId, getScreenData, getUiEventListeners, getWindow, isMultipleOpen, isSameScreen, setApplicationContext, setExtensions, setId, setScreenData, setUiEventListeners, setWindow, show
@Autowired protected org.flowable.engine.TaskService taskService
@Autowired protected io.jmix.core.security.UserRepository userRepository
@Autowired protected io.jmix.ui.Notifications notifications
@Autowired protected io.jmix.ui.screen.MessageBundle messageBundle
@Autowired protected io.jmix.ui.component.SuggestionField<java.lang.String> newAssigneeSuggestionField
protected java.util.List<java.lang.String> taskIdList
@Subscribe public void onBeforeShow(io.jmix.ui.screen.Screen.BeforeShowEvent event)
public void setTaskDataList(java.util.Collection<TaskData> taskDataList)
@Subscribe(value="reassignAction") public void onReassignAction(io.jmix.ui.action.Action.ActionPerformedEvent event)
@Subscribe(value="closeAction") public void onCloseAction(io.jmix.ui.action.Action.ActionPerformedEvent event)