@UiController(value="bpm_DynamicTaskProcessForm") @UiDescriptor(value="dynamic-task-process-form.xml") public class DynamicTaskProcessForm extends DynamicProcessForm
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.component.Button |
claimAndCloseBtn |
protected io.jmix.ui.component.Button |
claimAndResumeBtn |
protected io.jmix.core.security.CurrentAuthentication |
currentAuthentication |
protected FlowableEntitiesConverter |
entitiesConverter |
protected io.jmix.ui.component.Form |
form |
protected FormData |
formData |
protected io.jmix.ui.screen.MessageBundle |
messageBundle |
protected OutcomesPanel |
outcomesPanel |
protected ProcessFormDataExtractor |
processFormDataExtractor |
protected ProcessFormScreens |
processFormScreens |
protected io.jmix.ui.screen.ScreenValidation |
screenValidation |
protected org.flowable.task.api.Task |
task |
protected org.flowable.engine.TaskService |
taskService |
dynamicFormFieldComponentsFactory
Constructor and Description |
---|
DynamicTaskProcessForm() |
Modifier and Type | Method and Description |
---|---|
protected void |
initOutcomesPanel(org.flowable.task.api.Task task,
FormData formData) |
protected void |
onClaimAndCloseBtnClick(io.jmix.ui.component.Button.ClickEvent event) |
protected void |
onClaimAndResumeBtnClick(io.jmix.ui.component.Button.ClickEvent event) |
void |
setTask(org.flowable.task.api.Task task) |
collectProcessVariables, initForm
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 ProcessFormDataExtractor processFormDataExtractor
@Autowired protected ProcessFormScreens processFormScreens
@Autowired protected OutcomesPanel outcomesPanel
@Autowired protected io.jmix.ui.screen.MessageBundle messageBundle
@Autowired protected io.jmix.ui.component.Form form
@Autowired protected io.jmix.ui.screen.ScreenValidation screenValidation
@Autowired protected org.flowable.engine.TaskService taskService
@Autowired protected io.jmix.ui.component.Button claimAndCloseBtn
@Autowired protected io.jmix.ui.component.Button claimAndResumeBtn
@Autowired protected FlowableEntitiesConverter entitiesConverter
@Autowired protected io.jmix.core.security.CurrentAuthentication currentAuthentication
protected FormData formData
protected org.flowable.task.api.Task task
public void setTask(org.flowable.task.api.Task task)
protected void initOutcomesPanel(org.flowable.task.api.Task task, @Nullable FormData formData)
@Subscribe(value="claimAndResumeBtn") protected void onClaimAndResumeBtnClick(io.jmix.ui.component.Button.ClickEvent event)
@Subscribe(value="claimAndCloseBtn") protected void onClaimAndCloseBtnClick(io.jmix.ui.component.Button.ClickEvent event)