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 BpmnEdgeAbstractBaseElementBuilder. createBpmnEdge(SequenceFlow sequenceFlow)Deprecated.BAbstractComplexGatewayBuilder. defaultFlow(SequenceFlow sequenceFlow)Sets the default sequence flow for the build complex gateway.BAbstractExclusiveGatewayBuilder. defaultFlow(SequenceFlow sequenceFlow)Sets the default sequence flow for the build exclusive gateway.BAbstractInclusiveGatewayBuilder. 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, java.lang.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 classSequenceFlowImplThe 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. defaultAttributeprotected static AttributeReference<SequenceFlow>ComplexGatewayImpl. defaultAttributeprotected static AttributeReference<SequenceFlow>ExclusiveGatewayImpl. defaultAttributeprotected static AttributeReference<SequenceFlow>InclusiveGatewayImpl. defaultAttributeprotected static ElementReferenceCollection<SequenceFlow,Incoming>FlowNodeImpl. incomingCollectionprotected static ElementReferenceCollection<SequenceFlow,Outgoing>FlowNodeImpl. outgoingCollectionMethods in org.camunda.bpm.model.bpmn.impl.instance that return SequenceFlow Modifier and Type Method Description SequenceFlowActivityImpl. getDefault()SequenceFlowComplexGatewayImpl. getDefault()SequenceFlowExclusiveGatewayImpl. getDefault()SequenceFlowInclusiveGatewayImpl. getDefault()Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type SequenceFlow Modifier and Type Method Description java.util.Collection<SequenceFlow>FlowNodeImpl. getIncoming()java.util.Collection<SequenceFlow>FlowNodeImpl. getOutgoing()Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type SequenceFlow Modifier and Type Method Description voidActivityImpl. setDefault(SequenceFlow defaultFlow)voidComplexGatewayImpl. setDefault(SequenceFlow defaultFlow)voidExclusiveGatewayImpl. setDefault(SequenceFlow defaultFlow)voidInclusiveGatewayImpl. 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 SequenceFlowActivity. getDefault()SequenceFlowComplexGateway. getDefault()SequenceFlowExclusiveGateway. getDefault()SequenceFlowInclusiveGateway. getDefault()Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type SequenceFlow Modifier and Type Method Description java.util.Collection<SequenceFlow>FlowNode. getIncoming()java.util.Collection<SequenceFlow>FlowNode. getOutgoing()Methods in org.camunda.bpm.model.bpmn.instance with parameters of type SequenceFlow Modifier and Type Method Description voidActivity. setDefault(SequenceFlow defaultFlow)voidComplexGateway. setDefault(SequenceFlow defaultFlow)voidExclusiveGateway. setDefault(SequenceFlow defaultFlow)voidInclusiveGateway. setDefault(SequenceFlow defaultFlow)
-