Class DynamicEmbeddedSubProcessBuilder

java.lang.Object
org.flowable.engine.impl.dynamic.DynamicEmbeddedSubProcessBuilder

public class DynamicEmbeddedSubProcessBuilder extends Object
  • Field Details

    • id

      protected String id
    • processDefinitionId

      protected String processDefinitionId
    • dynamicSubProcessId

      protected String dynamicSubProcessId
    • counter

      protected int counter
  • Constructor Details

    • DynamicEmbeddedSubProcessBuilder

      public DynamicEmbeddedSubProcessBuilder()
    • DynamicEmbeddedSubProcessBuilder

      public DynamicEmbeddedSubProcessBuilder(String id)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • id

    • getProcessDefinitionId

      public String getProcessDefinitionId()
    • setProcessDefinitionId

      public void setProcessDefinitionId(String processDefinitionId)
    • processDefinitionId

      public DynamicEmbeddedSubProcessBuilder processDefinitionId(String processDefinitionId)
    • getDynamicSubProcessId

      public String getDynamicSubProcessId()
    • setDynamicSubProcessId

      public void setDynamicSubProcessId(String dynamicSubProcessId)
    • nextSubProcessId

      public String nextSubProcessId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap)
    • nextTaskId

      public String nextTaskId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap)
    • nextFlowId

      public String nextFlowId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap)
    • nextForkGatewayId

      public String nextForkGatewayId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap)
    • nextJoinGatewayId

      public String nextJoinGatewayId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap)
    • nextStartEventId

      public String nextStartEventId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap)
    • nextEndEventId

      public String nextEndEventId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap)
    • nextId

      protected String nextId(String prefix, Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap)