Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnFlowEdgeBuilder
Packages that use IWorkflowBpmnFlowEdgeBuilder
-
Uses of IWorkflowBpmnFlowEdgeBuilder in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces with type arguments of type IWorkflowBpmnFlowEdgeBuilder in de.xima.fc.interfaces.workflow.bpmnModifier and TypeInterfaceDescriptioninterfaceBuilder for creating aSequenceFlowand aBPMN edgebetween a source and a target, used byIFlattenedAlignmentItemMap.flow().Methods in de.xima.fc.interfaces.workflow.bpmn that return IWorkflowBpmnFlowEdgeBuilderModifier and TypeMethodDescriptionIWorkflowBpmnFlowEdgeBuilder.defaultFor(de.xima.bpmn_model.api.behavior.DefaultFlowAvailable<?> element) Marks the built flow as the default flow for the given BPMN element.IWorkflowBpmnFlowEdgeBuilder.defaultFor(IBpmnElementAccessor<? extends de.xima.bpmn_model.api.behavior.DefaultFlowAvailable<?>> element) Marks the built flow as the default flow for the given BPMN element.IFlattenedAlignmentItemMap.flow()Gets a builder for adding aSequenceFlowbetween elements in this map.IWorkflowBpmnFlowEdgeBuilder.fromInPort(IStructuredBpmnModelPart part) Sets the sequence flow's source to the in port of the given structured model part.IWorkflowBpmnFlowEdgeBuilder.fromInPort(IStructuredBpmnModelPartBuilder<?> part) Sets the sequence flow's source to the in port of the given structured model part.IWorkflowBpmnFlowEdgeBuilder.fromInPort(IStructuredBpmnModelPartBuilder<?> part, Point2DDouble inPortPoint) Sets the sequence flow's source to the in port of the given structured model part, using the given point as the in port point.IWorkflowBpmnFlowEdgeBuilder.fromOutPort(IStructuredBpmnModelPart part) Sets the sequence flow's source to the out port of the given structured model part.IWorkflowBpmnFlowEdgeBuilder.fromOutPort(IStructuredBpmnModelPartBuilder<?> part) Sets the sequence flow's source to the out port of the given structured model part.IWorkflowBpmnFlowEdgeBuilder.fromOutPort(IStructuredBpmnModelPartBuilder<?> part, Point2DDouble outPortPoint) Sets the sequence flow's source to the out port of the given structured model part, using the given point as the out port point.IWorkflowBpmnFlowEdgeBuilder.fromStartToEndEvent(IBoundedBpmnElementLayout<?> subProcessBody) Creates aSequenceFlowandBPMN edgebetween the start and end event of the given layout.IWorkflowBpmnFlowEdgeBuilder.name(Positioned<? extends IWorkflowBpmnAlignmentItem<StyledBpmnLabel, ?>, Point2DDouble> name) Sets the name (label) of the sequence flow.IWorkflowBpmnFlowEdgeBuilder.name(StyledBpmnLabel name) Sets the name (label) of the sequence flow.IWorkflowBpmnFlowEdgeBuilder.name(IWorkflowBpmnAlignmentItem<StyledBpmnLabel, ?> name, Point2DDouble position) Sets the name (label) of the sequence flow.IWorkflowBpmnFlowEdgeBuilder.name(IWorkflowBpmnAlignmentItem<StyledBpmnLabel, ?> name, IWorkflowBpmnFlowEdgeNameConfigurator configurator) Sets the name (label) of the sequence flow.IWorkflowBpmnFlowEdgeBuilder.toInPort(IStructuredBpmnModelPart part) Sets the sequence flow's target to the in port of the given structured model part.IWorkflowBpmnFlowEdgeBuilder.toInPort(IStructuredBpmnModelPartBuilder<?> part) Sets the sequence flow's target to the in port of the given structured model part.IWorkflowBpmnFlowEdgeBuilder.toInPort(IStructuredBpmnModelPartBuilder<?> part, Point2DDouble inPortPoint) Sets the sequence flow's target to the in port of the given structured model part, using the given point as the in port point.IWorkflowBpmnFlowEdgeBuilder.toOutPort(IStructuredBpmnModelPart part) Sets the sequence flow's target to the out port of the given structured model part.IWorkflowBpmnFlowEdgeBuilder.toOutPort(IStructuredBpmnModelPartBuilder<?> part) Sets the sequence flow's target to the out port of the given structured model part.IWorkflowBpmnFlowEdgeBuilder.toOutPort(IStructuredBpmnModelPartBuilder<?> part, Point2DDouble outPortPoint) Sets the sequence flow's target to the out port of the given structured model part, using the given point as the out port point.