Package org.flowable.engine.impl.dynamic
Class DynamicEmbeddedSubProcessBuilder
java.lang.Object
org.flowable.engine.impl.dynamic.DynamicEmbeddedSubProcessBuilder
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetId()
nextEndEventId
(Map<String, FlowElement> flowElementMap) nextFlowId
(Map<String, FlowElement> flowElementMap) nextForkGatewayId
(Map<String, FlowElement> flowElementMap) protected String
nextId
(String prefix, Map<String, FlowElement> flowElementMap) nextJoinGatewayId
(Map<String, FlowElement> flowElementMap) nextStartEventId
(Map<String, FlowElement> flowElementMap) nextSubProcessId
(Map<String, FlowElement> flowElementMap) nextTaskId
(Map<String, FlowElement> flowElementMap) processDefinitionId
(String processDefinitionId) void
setDynamicSubProcessId
(String dynamicSubProcessId) void
void
setProcessDefinitionId
(String processDefinitionId)
-
Field Details
-
id
-
processDefinitionId
-
dynamicSubProcessId
-
counter
protected int counter
-
-
Constructor Details
-
DynamicEmbeddedSubProcessBuilder
public DynamicEmbeddedSubProcessBuilder() -
DynamicEmbeddedSubProcessBuilder
-
-
Method Details
-
getId
-
setId
-
id
-
getProcessDefinitionId
-
setProcessDefinitionId
-
processDefinitionId
-
getDynamicSubProcessId
-
setDynamicSubProcessId
-
nextSubProcessId
-
nextTaskId
-
nextFlowId
-
nextForkGatewayId
-
nextJoinGatewayId
-
nextStartEventId
-
nextEndEventId
-
nextId
-