Uses of Interface
org.camunda.bpm.model.bpmn.instance.SequenceFlow

Packages that use SequenceFlow
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
 BpmnEdge AbstractBaseElementBuilder.createBpmnEdge(SequenceFlow sequenceFlow)
          Deprecated. use AbstractBaseElementBuilder.createEdge(BaseElement) instead
 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.
 B AbstractComplexGatewayBuilder.defaultFlow(SequenceFlow sequenceFlow)
          Sets the default sequence flow for the build complex gateway.
 

Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type SequenceFlow
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
 class SequenceFlowImpl
          The BPMN sequenceFlow element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type SequenceFlow
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<SequenceFlow> ComplexGatewayImpl.defaultAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<SequenceFlow> InclusiveGatewayImpl.defaultAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<SequenceFlow> ExclusiveGatewayImpl.defaultAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<SequenceFlow> ActivityImpl.defaultAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<SequenceFlow,Incoming> FlowNodeImpl.incomingCollection
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<SequenceFlow,Outgoing> FlowNodeImpl.outgoingCollection
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return SequenceFlow
 SequenceFlow ComplexGatewayImpl.getDefault()
           
 SequenceFlow InclusiveGatewayImpl.getDefault()
           
 SequenceFlow ExclusiveGatewayImpl.getDefault()
           
 SequenceFlow ActivityImpl.getDefault()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type SequenceFlow
 Collection<SequenceFlow> FlowNodeImpl.getIncoming()
           
 Collection<SequenceFlow> FlowNodeImpl.getOutgoing()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type SequenceFlow
 void ComplexGatewayImpl.setDefault(SequenceFlow defaultFlow)
           
 void InclusiveGatewayImpl.setDefault(SequenceFlow defaultFlow)
           
 void ExclusiveGatewayImpl.setDefault(SequenceFlow defaultFlow)
           
 void ActivityImpl.setDefault(SequenceFlow defaultFlow)
           
 

Uses of SequenceFlow in org.camunda.bpm.model.bpmn.instance
 

Methods in org.camunda.bpm.model.bpmn.instance that return SequenceFlow
 SequenceFlow ExclusiveGateway.getDefault()
           
 SequenceFlow InclusiveGateway.getDefault()
           
 SequenceFlow ComplexGateway.getDefault()
           
 SequenceFlow Activity.getDefault()
           
 

Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type SequenceFlow
 Collection<SequenceFlow> FlowNode.getIncoming()
           
 Collection<SequenceFlow> FlowNode.getOutgoing()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type SequenceFlow
 void ExclusiveGateway.setDefault(SequenceFlow defaultFlow)
           
 void InclusiveGateway.setDefault(SequenceFlow defaultFlow)
           
 void ComplexGateway.setDefault(SequenceFlow defaultFlow)
           
 void Activity.setDefault(SequenceFlow defaultFlow)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.