Uses of Interface
org.camunda.bpm.model.bpmn.instance.FlowNode
Package
Description
-
Uses of FlowNode in org.camunda.bpm.model.bpmn.builder
Modifier and TypeClassDescriptionclass
AbstractFlowNodeBuilder<B extends AbstractFlowNodeBuilder<B,
E>, E extends FlowNode> Modifier and TypeMethodDescriptionprotected <T extends FlowNode>
TAbstractFlowNodeBuilder.createTarget
(Class<T> typeClass, String identifier) protected <T extends AbstractFlowNodeBuilder,
F extends FlowNode>
TAbstractFlowNodeBuilder.createTargetBuilder
(Class<F> typeClass) protected <T extends AbstractFlowNodeBuilder,
F extends FlowNode>
TAbstractFlowNodeBuilder.createTargetBuilder
(Class<F> typeClass, String id) Modifier and TypeMethodDescriptionprotected void
AbstractFlowNodeBuilder.connectTarget
(FlowNode target) protected void
AbstractFlowNodeBuilder.connectTargetWithAssociation
(FlowNode target) protected void
AbstractFlowNodeBuilder.connectTargetWithSequenceFlow
(FlowNode target) AbstractBaseElementBuilder.createBpmnShape
(FlowNode node) Sets the source flow node of this sequence flow.protected void
AbstractBaseElementBuilder.setWaypointsWithSourceAndTarget
(BpmnEdge edge, FlowNode edgeSource, FlowNode edgeTarget) protected void
AbstractBoundaryEventBuilder.setWaypointsWithSourceAndTarget
(BpmnEdge edge, FlowNode edgeSource, FlowNode edgeTarget) Sets the target flow node of this sequence flow. -
Uses of FlowNode in org.camunda.bpm.model.bpmn.impl.instance
Modifier and TypeClassDescriptionclass
The BPMN activity elementclass
The BPMN boundaryEvent elementclass
The BPMN businessRuleTask elementclass
The BPMN callActivity elementclass
The BPMN catchEvent elementclass
The BPMN complexGateway elementclass
The BPMN endEvent elementclass
The BPMN eventBasedGateway elementclass
The BPMN event elementclass
The BPMN exclusiveGateway elementclass
The BPMN flowNode elementclass
The BPMN gateway elementclass
The BPMN inclusiveGateway elementclass
The BPMN intermediateCatchEvent elementclass
The BPMN intermediateThrowEvent elementclass
The BPMN manualTask elementclass
The BPMN parallelGateway elementclass
The BPMN receiveTask elementclass
The BPMN scriptTask elementclass
The BPMN sendTask elementclass
The BPMN serviceTask elementclass
The BPMN startEvent elementclass
The BPMN subProcess elementclass
The BPMN task elementclass
The BPMN throwEvent elementclass
class
The BPMN userTask elementModifier and TypeFieldDescriptionprotected static ElementReferenceCollection<FlowNode,
FlowNodeRef> LaneImpl.flowNodeRefCollection
protected static AttributeReference<FlowNode>
SequenceFlowImpl.sourceRefAttribute
protected static AttributeReference<FlowNode>
SequenceFlowImpl.targetRefAttribute
Modifier and TypeMethodDescriptionLaneImpl.getFlowNodeRefs()
FlowNodeImpl.getPreviousNodes()
FlowNodeImpl.getSucceedingNodes()
-
Uses of FlowNode in org.camunda.bpm.model.bpmn.instance
Modifier and TypeInterfaceDescriptioninterface
The BPMN activity elementinterface
The BPMN boundaryEvent elementinterface
The BPMN businessRuleTask elementinterface
The BPMN callActivity elementinterface
The BPMN catchEvent elementinterface
The BPMN complexGateway elementinterface
The BPMN endEvent elementinterface
The BPMN event elementinterface
The BPMN eventBasedGateway elementinterface
The BPMN exclusiveGateway elementinterface
The BPMN gateway elementinterface
The BPMN inclusiveGateway elementinterface
The BPMN intermediateCatchEvent elementinterface
The BPMN intermediateThrowEvent elementinterface
The BPMN manualTask elementinterface
The BPMN parallelGateway elementinterface
The BPMN receiveTask elementinterface
The BPMN scriptTask elementinterface
The BPMN sendTask elementinterface
The BPMN serviceTask elementinterface
The BPMN startEvent elementinterface
The BPMN subProcess elementinterface
The BPMN task elementinterface
The BPMN throwEvent elementinterface
interface
The BPMN userTask elementModifier and TypeMethodDescriptionLane.getFlowNodeRefs()
FlowNode.getPreviousNodes()
FlowNode.getSucceedingNodes()