Class ProcessFormScreenCreator.CreationContext
java.lang.Object
io.jmix.bpmui.processform.screencreator.ProcessFormScreenCreator.CreationContext
- Enclosing interface:
- ProcessFormScreenCreator
-
Field Summary
Modifier and TypeFieldDescriptionprotected FormData
protected FrameOwner
protected org.flowable.engine.repository.ProcessDefinition
protected org.flowable.task.api.Task
-
Constructor Summary
ConstructorDescriptionCreationContext
(org.flowable.engine.repository.ProcessDefinition processDefinition, FormData formData, FrameOwner frameOwner) CreationContext
(org.flowable.task.api.Task task, FormData formData, FrameOwner frameOwner) -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.engine.repository.ProcessDefinition
org.flowable.task.api.Task
getTask()
-
Field Details
-
processDefinition
protected org.flowable.engine.repository.ProcessDefinition processDefinition -
task
protected org.flowable.task.api.Task task -
formData
-
frameOwner
-
-
Constructor Details
-
CreationContext
public CreationContext(org.flowable.engine.repository.ProcessDefinition processDefinition, @Nullable FormData formData, FrameOwner frameOwner) -
CreationContext
public CreationContext(org.flowable.task.api.Task task, @Nullable FormData formData, FrameOwner frameOwner)
-
-
Method Details
-
getProcessDefinition
public org.flowable.engine.repository.ProcessDefinition getProcessDefinition() -
getTask
public org.flowable.task.api.Task getTask() -
getFormData
-
getFrameOwner
-