Uses of Interface
org.camunda.bpm.model.bpmn.instance.SequenceFlow
Package
Description
-
Uses of SequenceFlow in org.camunda.bpm.model.bpmn.builder
Modifier and TypeMethodDescriptionAbstractBaseElementBuilder.createBpmnEdge
(SequenceFlow sequenceFlow) Deprecated.AbstractComplexGatewayBuilder.defaultFlow
(SequenceFlow sequenceFlow) Sets the default sequence flow for the build complex gateway.AbstractExclusiveGatewayBuilder.defaultFlow
(SequenceFlow sequenceFlow) Sets the default sequence flow for the build exclusive gateway.AbstractInclusiveGatewayBuilder.defaultFlow
(SequenceFlow sequenceFlow) Sets the default sequence flow for the build inclusive gateway.ModifierConstructorDescriptionprotected
AbstractSequenceFlowBuilder
(BpmnModelInstance modelInstance, SequenceFlow element, Class<?> selfType) SequenceFlowBuilder
(BpmnModelInstance modelInstance, SequenceFlow element) -
Uses of SequenceFlow in org.camunda.bpm.model.bpmn.impl.instance
Modifier and TypeFieldDescriptionprotected static AttributeReference<SequenceFlow>
ActivityImpl.defaultAttribute
protected static AttributeReference<SequenceFlow>
ComplexGatewayImpl.defaultAttribute
protected static AttributeReference<SequenceFlow>
ExclusiveGatewayImpl.defaultAttribute
protected static AttributeReference<SequenceFlow>
InclusiveGatewayImpl.defaultAttribute
protected static ElementReferenceCollection<SequenceFlow,
Incoming> FlowNodeImpl.incomingCollection
protected static ElementReferenceCollection<SequenceFlow,
Outgoing> FlowNodeImpl.outgoingCollection
Modifier and TypeMethodDescriptionActivityImpl.getDefault()
ComplexGatewayImpl.getDefault()
ExclusiveGatewayImpl.getDefault()
InclusiveGatewayImpl.getDefault()
Modifier and TypeMethodDescriptionvoid
ActivityImpl.setDefault
(SequenceFlow defaultFlow) void
ComplexGatewayImpl.setDefault
(SequenceFlow defaultFlow) void
ExclusiveGatewayImpl.setDefault
(SequenceFlow defaultFlow) void
InclusiveGatewayImpl.setDefault
(SequenceFlow defaultFlow) -
Uses of SequenceFlow in org.camunda.bpm.model.bpmn.instance
Modifier and TypeMethodDescriptionActivity.getDefault()
ComplexGateway.getDefault()
ExclusiveGateway.getDefault()
InclusiveGateway.getDefault()
Modifier and TypeMethodDescriptionvoid
Activity.setDefault
(SequenceFlow defaultFlow) void
ComplexGateway.setDefault
(SequenceFlow defaultFlow) void
ExclusiveGateway.setDefault
(SequenceFlow defaultFlow) void
InclusiveGateway.setDefault
(SequenceFlow defaultFlow)
AbstractBaseElementBuilder.createEdge(BaseElement)
instead