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
 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.
 B AbstractExclusiveGatewayBuilder.defaultFlow(SequenceFlow sequenceFlow)
          Sets the default sequence flow for the build exclusive 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> ActivityImpl.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> ComplexGatewayImpl.defaultAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<SequenceFlow> InclusiveGatewayImpl.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 ActivityImpl.getDefault()
           
 SequenceFlow ExclusiveGatewayImpl.getDefault()
           
 SequenceFlow ComplexGatewayImpl.getDefault()
           
 SequenceFlow InclusiveGatewayImpl.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 ActivityImpl.setDefault(SequenceFlow defaultFlow)
           
 void ExclusiveGatewayImpl.setDefault(SequenceFlow defaultFlow)
           
 void ComplexGatewayImpl.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
 SequenceFlow InclusiveGateway.getDefault()
           
 SequenceFlow ExclusiveGateway.getDefault()
           
 SequenceFlow Activity.getDefault()
           
 SequenceFlow ComplexGateway.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 InclusiveGateway.setDefault(SequenceFlow defaultFlow)
           
 void ExclusiveGateway.setDefault(SequenceFlow defaultFlow)
           
 void Activity.setDefault(SequenceFlow defaultFlow)
           
 void ComplexGateway.setDefault(SequenceFlow defaultFlow)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.