public static class ProcessFormScreenCreator.CreationContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected FormData |
formData |
protected io.jmix.ui.screen.FrameOwner |
frameOwner |
protected org.flowable.engine.repository.ProcessDefinition |
processDefinition |
protected org.flowable.task.api.Task |
task |
Constructor and Description |
---|
CreationContext(org.flowable.engine.repository.ProcessDefinition processDefinition,
FormData formData,
io.jmix.ui.screen.FrameOwner frameOwner) |
CreationContext(org.flowable.task.api.Task task,
FormData formData,
io.jmix.ui.screen.FrameOwner frameOwner) |
Modifier and Type | Method and Description |
---|---|
FormData |
getFormData() |
io.jmix.ui.screen.FrameOwner |
getFrameOwner() |
org.flowable.engine.repository.ProcessDefinition |
getProcessDefinition() |
org.flowable.task.api.Task |
getTask() |
protected org.flowable.engine.repository.ProcessDefinition processDefinition
protected org.flowable.task.api.Task task
protected FormData formData
protected io.jmix.ui.screen.FrameOwner frameOwner
public CreationContext(org.flowable.engine.repository.ProcessDefinition processDefinition, @Nullable FormData formData, io.jmix.ui.screen.FrameOwner frameOwner)
public CreationContext(org.flowable.task.api.Task task, @Nullable FormData formData, io.jmix.ui.screen.FrameOwner frameOwner)
public org.flowable.engine.repository.ProcessDefinition getProcessDefinition()
public org.flowable.task.api.Task getTask()
@Nullable public FormData getFormData()
public io.jmix.ui.screen.FrameOwner getFrameOwner()