Uses of Interface
org.camunda.bpm.model.bpmn.instance.SequenceFlow
Packages that use SequenceFlow
Package
Description
-
Uses of SequenceFlow in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder with parameters of type SequenceFlowModifier 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.Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type SequenceFlowModifierConstructorDescriptionprotected
AbstractSequenceFlowBuilder
(BpmnModelInstance modelInstance, SequenceFlow element, Class<?> selfType) SequenceFlowBuilder
(BpmnModelInstance modelInstance, SequenceFlow element) -
Uses of SequenceFlow in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement SequenceFlowFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type SequenceFlowModifier 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
Methods in org.camunda.bpm.model.bpmn.impl.instance that return SequenceFlowModifier and TypeMethodDescriptionActivityImpl.getDefault()
ComplexGatewayImpl.getDefault()
ExclusiveGatewayImpl.getDefault()
InclusiveGatewayImpl.getDefault()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type SequenceFlowMethods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type SequenceFlowModifier 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
Methods in org.camunda.bpm.model.bpmn.instance that return SequenceFlowModifier and TypeMethodDescriptionActivity.getDefault()
ComplexGateway.getDefault()
ExclusiveGateway.getDefault()
InclusiveGateway.getDefault()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type SequenceFlowMethods in org.camunda.bpm.model.bpmn.instance with parameters of type SequenceFlowModifier 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