Uses of Interface
org.camunda.bpm.model.bpmn.instance.FlowNode
Packages that use FlowNode
Package
Description
-
Uses of FlowNode in org.camunda.bpm.model.bpmn.builder
Classes in org.camunda.bpm.model.bpmn.builder with type parameters of type FlowNodeModifier and TypeClassDescriptionclass
AbstractFlowNodeBuilder<B extends AbstractFlowNodeBuilder<B,
E>, E extends FlowNode> Methods in org.camunda.bpm.model.bpmn.builder with type parameters of type FlowNodeModifier 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) Methods in org.camunda.bpm.model.bpmn.builder with parameters of type FlowNodeModifier 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
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement FlowNodeModifier 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 elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type FlowNodeModifier and TypeFieldDescriptionprotected static ElementReferenceCollection<FlowNode,
FlowNodeRef> LaneImpl.flowNodeRefCollection
protected static AttributeReference<FlowNode>
SequenceFlowImpl.sourceRefAttribute
protected static AttributeReference<FlowNode>
SequenceFlowImpl.targetRefAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return FlowNodeMethods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type FlowNodeModifier and TypeMethodDescriptionLaneImpl.getFlowNodeRefs()
FlowNodeImpl.getPreviousNodes()
FlowNodeImpl.getSucceedingNodes()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type FlowNode -
Uses of FlowNode in org.camunda.bpm.model.bpmn.instance
Subinterfaces of FlowNode in org.camunda.bpm.model.bpmn.instanceModifier 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 elementMethods in org.camunda.bpm.model.bpmn.instance that return FlowNodeMethods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type FlowNodeModifier and TypeMethodDescriptionLane.getFlowNodeRefs()
FlowNode.getPreviousNodes()
FlowNode.getSucceedingNodes()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type FlowNode