public class DynamicEmbeddedSubProcessBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
counter |
protected String |
dynamicSubProcessId |
protected String |
id |
protected String |
processDefinitionId |
| Constructor and Description |
|---|
DynamicEmbeddedSubProcessBuilder() |
DynamicEmbeddedSubProcessBuilder(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDynamicSubProcessId() |
String |
getId() |
String |
getProcessDefinitionId() |
DynamicEmbeddedSubProcessBuilder |
id(String id) |
String |
nextEndEventId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap) |
String |
nextFlowId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap) |
String |
nextForkGatewayId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap) |
protected String |
nextId(String prefix,
Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap) |
String |
nextJoinGatewayId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap) |
String |
nextStartEventId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap) |
String |
nextSubProcessId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap) |
String |
nextTaskId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap) |
DynamicEmbeddedSubProcessBuilder |
processDefinitionId(String processDefinitionId) |
void |
setDynamicSubProcessId(String dynamicSubProcessId) |
void |
setId(String id) |
void |
setProcessDefinitionId(String processDefinitionId) |
protected String id
protected String processDefinitionId
protected String dynamicSubProcessId
protected int counter
public DynamicEmbeddedSubProcessBuilder()
public DynamicEmbeddedSubProcessBuilder(String id)
public String getId()
public void setId(String id)
public DynamicEmbeddedSubProcessBuilder id(String id)
public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public DynamicEmbeddedSubProcessBuilder processDefinitionId(String processDefinitionId)
public String getDynamicSubProcessId()
public void setDynamicSubProcessId(String dynamicSubProcessId)
public String nextSubProcessId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap)
public String nextForkGatewayId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap)
public String nextJoinGatewayId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap)
public String nextStartEventId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap)
public String nextEndEventId(Map<String,org.flowable.bpmn.model.FlowElement> flowElementMap)
Copyright © 2020 Flowable. All rights reserved.