Uses of Interface
org.camunda.bpm.model.bpmn.instance.SequenceFlow
-
Packages that use SequenceFlow Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of SequenceFlow in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder with parameters of type SequenceFlow Modifier and Type Method Description BpmnEdge
AbstractBaseElementBuilder. createBpmnEdge(SequenceFlow sequenceFlow)
Deprecated.B
AbstractComplexGatewayBuilder. defaultFlow(SequenceFlow sequenceFlow)
Sets the default sequence flow for the build complex gateway.B
AbstractExclusiveGatewayBuilder. defaultFlow(SequenceFlow sequenceFlow)
Sets the default sequence flow for the build exclusive gateway.B
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 SequenceFlow Constructor Description 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 SequenceFlow Modifier and Type Class Description class
SequenceFlowImpl
The BPMN sequenceFlow elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type SequenceFlow Modifier and Type Field Description protected 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 SequenceFlow Modifier and Type Method Description SequenceFlow
ActivityImpl. getDefault()
SequenceFlow
ComplexGatewayImpl. getDefault()
SequenceFlow
ExclusiveGatewayImpl. getDefault()
SequenceFlow
InclusiveGatewayImpl. getDefault()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type SequenceFlow Modifier and Type Method Description Collection<SequenceFlow>
FlowNodeImpl. getIncoming()
Collection<SequenceFlow>
FlowNodeImpl. getOutgoing()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type SequenceFlow Modifier and Type Method Description void
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 SequenceFlow Modifier and Type Method Description SequenceFlow
Activity. getDefault()
SequenceFlow
ComplexGateway. getDefault()
SequenceFlow
ExclusiveGateway. getDefault()
SequenceFlow
InclusiveGateway. getDefault()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type SequenceFlow Modifier and Type Method Description Collection<SequenceFlow>
FlowNode. getIncoming()
Collection<SequenceFlow>
FlowNode. getOutgoing()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type SequenceFlow Modifier and Type Method Description void
Activity. setDefault(SequenceFlow defaultFlow)
void
ComplexGateway. setDefault(SequenceFlow defaultFlow)
void
ExclusiveGateway. setDefault(SequenceFlow defaultFlow)
void
InclusiveGateway. setDefault(SequenceFlow defaultFlow)
-