| Modifier and Type | Method and Description |
|---|---|
protected void |
SequenceFlowParseHandler.executeParse(BpmnParse bpmnParse,
SequenceFlow sequenceFlow) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,SequenceFlow> |
BpmnAutoLayout.sequenceFlows |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BpmnAutoLayout.ensureSequenceFlowIdSet(SequenceFlow sequenceFlow) |
protected void |
BpmnAutoLayout.handleSequenceFlow(SequenceFlow sequenceFlow) |
| Modifier and Type | Field and Description |
|---|---|
protected List<SequenceFlow> |
FlowNode.incomingFlows |
protected List<SequenceFlow> |
FlowNode.outgoingFlows |
| Modifier and Type | Method and Description |
|---|---|
SequenceFlow |
SequenceFlow.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<SequenceFlow> |
FlowNode.getIncomingFlows() |
List<SequenceFlow> |
FlowNode.getOutgoingFlows() |
| Modifier and Type | Method and Description |
|---|---|
void |
SequenceFlow.setValues(SequenceFlow otherFlow) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowNode.setIncomingFlows(List<SequenceFlow> incomingFlows) |
void |
FlowNode.setOutgoingFlows(List<SequenceFlow> outgoingFlows) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SequenceFlowJsonConverter.addExtensionElement(String name,
String value,
SequenceFlow flow) |
protected void |
SequenceFlowJsonConverter.setFieldConditionExpression(SequenceFlow flow,
com.fasterxml.jackson.databind.JsonNode expressionNode) |
protected void |
SequenceFlowJsonConverter.setOutcomeConditionExpression(SequenceFlow flow,
com.fasterxml.jackson.databind.JsonNode expressionNode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ContinueProcessOperation.continueThroughSequenceFlow(SequenceFlow sequenceFlow) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,SequenceFlow> |
BpmnParse.sequenceFlows
A map for storing sequence flow based on their id during parsing.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SequenceFlow> |
BpmnParse.getSequenceFlows() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SequenceFlowParseHandler.executeParse(BpmnParse bpmnParse,
SequenceFlow sequenceFlow) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ActivityInstanceEntityManagerImpl.getArtificialSequenceFlowId(SequenceFlow sequenceFlow) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ConditionUtil.hasTrueCondition(SequenceFlow sequenceFlow,
DelegateExecution execution) |
Copyright © 2023 Flowable. All rights reserved.