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

Packages that use FlowNode
org.camunda.bpm.model.bpmn.builder   
org.camunda.bpm.model.bpmn.impl.instance   
org.camunda.bpm.model.bpmn.instance   
 

Uses of FlowNode in org.camunda.bpm.model.bpmn.builder
 

Classes in org.camunda.bpm.model.bpmn.builder with type parameters of type FlowNode
 class AbstractFlowNodeBuilder<B extends AbstractFlowNodeBuilder<B,E>,E extends FlowNode>
           
 

Methods in org.camunda.bpm.model.bpmn.builder with type parameters of type FlowNode
protected
<T extends FlowNode>
T
AbstractFlowNodeBuilder.createTarget(Class<T> typeClass, String identifier)
           
protected
<T extends AbstractFlowNodeBuilder,F extends FlowNode>
T
AbstractFlowNodeBuilder.createTargetBuilder(Class<F> typeClass)
           
protected
<T extends AbstractFlowNodeBuilder,F extends FlowNode>
T
AbstractFlowNodeBuilder.createTargetBuilder(Class<F> typeClass, String id)
           
 

Methods in org.camunda.bpm.model.bpmn.builder with parameters of type FlowNode
protected  void AbstractFlowNodeBuilder.connectTarget(FlowNode target)
           
protected  void AbstractFlowNodeBuilder.connectTargetWithAssociation(FlowNode target)
           
protected  void AbstractFlowNodeBuilder.connectTargetWithSequenceFlow(FlowNode target)
           
 BpmnShape AbstractBaseElementBuilder.createBpmnShape(FlowNode node)
           
 B AbstractSequenceFlowBuilder.from(FlowNode source)
          Sets the source flow node of this sequence flow.
protected  void AbstractBoundaryEventBuilder.setWaypointsWithSourceAndTarget(BpmnEdge edge, FlowNode edgeSource, FlowNode edgeTarget)
           
protected  void AbstractBaseElementBuilder.setWaypointsWithSourceAndTarget(BpmnEdge edge, FlowNode edgeSource, FlowNode edgeTarget)
           
 B AbstractSequenceFlowBuilder.to(FlowNode target)
          Sets the target flow node of this sequence flow.
 

Uses of FlowNode in org.camunda.bpm.model.bpmn.impl.instance
 

Classes in org.camunda.bpm.model.bpmn.impl.instance that implement FlowNode
 class ActivityImpl
          The BPMN activity element
 class BoundaryEventImpl
          The BPMN boundaryEvent element
 class BusinessRuleTaskImpl
          The BPMN businessRuleTask element
 class CallActivityImpl
          The BPMN callActivity element
 class CatchEventImpl
          The BPMN catchEvent element
 class ComplexGatewayImpl
          The BPMN complexGateway element
 class EndEventImpl
          The BPMN endEvent element
 class EventBasedGatewayImpl
          The BPMN eventBasedGateway element
 class EventImpl
          The BPMN event element
 class ExclusiveGatewayImpl
          The BPMN exclusiveGateway element
 class FlowNodeImpl
          The BPMN flowNode element
 class GatewayImpl
          The BPMN gateway element
 class InclusiveGatewayImpl
          The BPMN inclusiveGateway element
 class IntermediateCatchEventImpl
          The BPMN intermediateCatchEvent element
 class IntermediateThrowEventImpl
          The BPMN intermediateThrowEvent element
 class ManualTaskImpl
          The BPMN manualTask element
 class ParallelGatewayImpl
          The BPMN parallelGateway element
 class ReceiveTaskImpl
          The BPMN receiveTask element
 class ScriptTaskImpl
          The BPMN scriptTask element
 class SendTaskImpl
          The BPMN sendTask element
 class ServiceTaskImpl
          The BPMN serviceTask element
 class StartEventImpl
          The BPMN startEvent element
 class SubProcessImpl
          The BPMN subProcess element
 class TaskImpl
          The BPMN task element
 class ThrowEventImpl
          The BPMN throwEvent element
 class TransactionImpl
           
 class UserTaskImpl
          The BPMN userTask element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type FlowNode
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<FlowNode,FlowNodeRef> LaneImpl.flowNodeRefCollection
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<FlowNode> SequenceFlowImpl.sourceRefAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<FlowNode> SequenceFlowImpl.targetRefAttribute
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return FlowNode
 FlowNode SequenceFlowImpl.getSource()
           
 FlowNode SequenceFlowImpl.getTarget()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type FlowNode
 Collection<FlowNode> LaneImpl.getFlowNodeRefs()
           
 Query<FlowNode> FlowNodeImpl.getPreviousNodes()
           
 Query<FlowNode> FlowNodeImpl.getSucceedingNodes()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type FlowNode
 void SequenceFlowImpl.setSource(FlowNode source)
           
 void SequenceFlowImpl.setTarget(FlowNode target)
           
 

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

Subinterfaces of FlowNode in org.camunda.bpm.model.bpmn.instance
 interface Activity
          The BPMN activity element
 interface BoundaryEvent
          The BPMN boundaryEvent element
 interface BusinessRuleTask
          The BPMN businessRuleTask element
 interface CallActivity
          The BPMN callActivity element
 interface CatchEvent
          The BPMN catchEvent element
 interface ComplexGateway
          The BPMN complexGateway element
 interface EndEvent
          The BPMN endEvent element
 interface Event
          The BPMN event element
 interface EventBasedGateway
          The BPMN eventBasedGateway element
 interface ExclusiveGateway
          The BPMN exclusiveGateway element
 interface Gateway
          The BPMN gateway element
 interface InclusiveGateway
          The BPMN inclusiveGateway element
 interface IntermediateCatchEvent
          The BPMN intermediateCatchEvent element
 interface IntermediateThrowEvent
          The BPMN intermediateThrowEvent element
 interface ManualTask
          The BPMN manualTask element
 interface ParallelGateway
          The BPMN parallelGateway element
 interface ReceiveTask
          The BPMN receiveTask element
 interface ScriptTask
          The BPMN scriptTask element
 interface SendTask
          The BPMN sendTask element
 interface ServiceTask
          The BPMN serviceTask element
 interface StartEvent
          The BPMN startEvent element
 interface SubProcess
          The BPMN subProcess element
 interface Task
          The BPMN task element
 interface ThrowEvent
          The BPMN throwEvent element
 interface Transaction
           
 interface UserTask
          The BPMN userTask element
 

Methods in org.camunda.bpm.model.bpmn.instance that return FlowNode
 FlowNode SequenceFlow.getSource()
           
 FlowNode SequenceFlow.getTarget()
           
 

Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type FlowNode
 Collection<FlowNode> Lane.getFlowNodeRefs()
           
 Query<FlowNode> FlowNode.getPreviousNodes()
           
 Query<FlowNode> FlowNode.getSucceedingNodes()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type FlowNode
 void SequenceFlow.setSource(FlowNode source)
           
 void SequenceFlow.setTarget(FlowNode target)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.