Class ProcessFormScreenCreator.CreationContext

java.lang.Object
io.jmix.bpmui.processform.screencreator.ProcessFormScreenCreator.CreationContext
Enclosing interface:
ProcessFormScreenCreator

public static class ProcessFormScreenCreator.CreationContext extends Object
  • Field Details

    • processDefinition

      protected org.flowable.engine.repository.ProcessDefinition processDefinition
    • task

      protected org.flowable.task.api.Task task
    • formData

      protected FormData formData
    • frameOwner

      protected FrameOwner 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

      @Nullable public FormData getFormData()
    • getFrameOwner

      public FrameOwner getFrameOwner()