Uses of Interface
io.camunda.zeebe.model.bpmn.instance.FlowNode
Packages that use FlowNode
Package
Description
-
Uses of FlowNode in io.camunda.zeebe.model.bpmn.builder
Classes in io.camunda.zeebe.model.bpmn.builder with type parameters of type FlowNodeModifier and TypeClassDescriptionclassAbstractFlowNodeBuilder<B extends AbstractFlowNodeBuilder<B,E>, E extends FlowNode> Methods in io.camunda.zeebe.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 io.camunda.zeebe.model.bpmn.builder with parameters of type FlowNodeModifier and TypeMethodDescriptionprotected voidAbstractFlowNodeBuilder.connectTarget(FlowNode target) protected voidAbstractFlowNodeBuilder.connectTargetWithAssociation(FlowNode target) protected voidAbstractFlowNodeBuilder.connectTargetWithSequenceFlow(FlowNode target) AbstractBaseElementBuilder.createBpmnShape(FlowNode node) Sets the source flow node of this sequence flow.protected voidAbstractBaseElementBuilder.setWaypointsWithSourceAndTarget(BpmnEdge edge, FlowNode edgeSource, FlowNode edgeTarget) protected voidAbstractBoundaryEventBuilder.setWaypointsWithSourceAndTarget(BpmnEdge edge, FlowNode edgeSource, FlowNode edgeTarget) Sets the target flow node of this sequence flow. -
Uses of FlowNode in io.camunda.zeebe.model.bpmn.impl.instance
Classes in io.camunda.zeebe.model.bpmn.impl.instance that implement FlowNodeModifier and TypeClassDescriptionclassThe BPMN activity elementclassclassThe BPMN boundaryEvent elementclassThe BPMN businessRuleTask elementclassThe BPMN callActivity elementclassThe BPMN catchEvent elementclassThe BPMN complexGateway elementclassThe BPMN endEvent elementclassThe BPMN eventBasedGateway elementclassThe BPMN event elementclassThe BPMN exclusiveGateway elementclassThe BPMN flowNode elementclassThe BPMN gateway elementclassThe BPMN inclusiveGateway elementclassThe BPMN intermediateCatchEvent elementclassThe BPMN intermediateThrowEvent elementclassThe BPMN manualTask elementclassThe BPMN parallelGateway elementclassThe BPMN receiveTask elementclassThe BPMN scriptTask elementclassThe BPMN sendTask elementclassThe BPMN serviceTask elementclassThe BPMN startEvent elementclassThe BPMN subProcess elementclassThe BPMN task elementclassThe BPMN throwEvent elementclassclassThe BPMN userTask elementFields in io.camunda.zeebe.model.bpmn.impl.instance with type parameters of type FlowNodeModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<FlowNode, FlowNodeRef> LaneImpl.flowNodeRefCollectionprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<FlowNode> SequenceFlowImpl.sourceRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<FlowNode> SequenceFlowImpl.targetRefAttributeMethods in io.camunda.zeebe.model.bpmn.impl.instance that return FlowNodeMethods in io.camunda.zeebe.model.bpmn.impl.instance that return types with arguments of type FlowNodeModifier and TypeMethodDescriptionLaneImpl.getFlowNodeRefs()FlowNodeImpl.getPreviousNodes()FlowNodeImpl.getSucceedingNodes()Methods in io.camunda.zeebe.model.bpmn.impl.instance with parameters of type FlowNode -
Uses of FlowNode in io.camunda.zeebe.model.bpmn.instance
Subinterfaces of FlowNode in io.camunda.zeebe.model.bpmn.instanceModifier and TypeInterfaceDescriptioninterfaceThe BPMN activity elementinterfaceinterfaceThe BPMN boundaryEvent elementinterfaceThe BPMN businessRuleTask elementinterfaceThe BPMN callActivity elementinterfaceThe BPMN catchEvent elementinterfaceThe BPMN complexGateway elementinterfaceThe BPMN endEvent elementinterfaceThe BPMN event elementinterfaceThe BPMN eventBasedGateway elementinterfaceThe BPMN exclusiveGateway elementinterfaceThe BPMN gateway elementinterfaceThe BPMN inclusiveGateway elementinterfaceThe BPMN intermediateCatchEvent elementinterfaceThe BPMN intermediateThrowEvent elementinterfaceThe BPMN manualTask elementinterfaceThe BPMN parallelGateway elementinterfaceThe BPMN receiveTask elementinterfaceThe BPMN scriptTask elementinterfaceThe BPMN sendTask elementinterfaceThe BPMN serviceTask elementinterfaceThe BPMN startEvent elementinterfaceThe BPMN subProcess elementinterfaceThe BPMN task elementinterfaceThe BPMN throwEvent elementinterfaceinterfaceThe BPMN userTask elementMethods in io.camunda.zeebe.model.bpmn.instance that return FlowNodeMethods in io.camunda.zeebe.model.bpmn.instance that return types with arguments of type FlowNodeModifier and TypeMethodDescriptionLane.getFlowNodeRefs()FlowNode.getPreviousNodes()FlowNode.getSucceedingNodes()Methods in io.camunda.zeebe.model.bpmn.instance with parameters of type FlowNode -
Uses of FlowNode in io.camunda.zeebe.model.bpmn.validation.zeebe
Methods in io.camunda.zeebe.model.bpmn.validation.zeebe that return types with arguments of type FlowNodeMethods in io.camunda.zeebe.model.bpmn.validation.zeebe with parameters of type FlowNode