Class DynamicEmbeddedSubProcessBuilder


  • public class DynamicEmbeddedSubProcessBuilder
    extends Object
    • Field Detail

      • processDefinitionId

        protected String processDefinitionId
      • dynamicSubProcessId

        protected String dynamicSubProcessId
      • counter

        protected int counter
    • Constructor Detail

      • DynamicEmbeddedSubProcessBuilder

        public DynamicEmbeddedSubProcessBuilder()
      • DynamicEmbeddedSubProcessBuilder

        public DynamicEmbeddedSubProcessBuilder​(String id)
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getProcessDefinitionId

        public String getProcessDefinitionId()
      • setProcessDefinitionId

        public void setProcessDefinitionId​(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)