Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IStructuredBpmnModelPartBuilder
Packages that use IStructuredBpmnModelPartBuilder
Package
Description
-
Uses of IStructuredBpmnModelPartBuilder in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn with parameters of type IStructuredBpmnModelPartBuilderModifier and TypeMethodDescriptionWorkflowBpmnPointRef.partIncomingRef(IStructuredBpmnModelPartBuilder<?> modelPartBuilder) Creates aWorkflowBpmnPointRefto the in port of aIStructuredBpmnModelPart.WorkflowBpmnPointRef.partOutgoingRef(IStructuredBpmnModelPartBuilder<?> modelPartBuilder) Creates aWorkflowBpmnPointRefto the out port of aIStructuredBpmnModelPart. -
Uses of IStructuredBpmnModelPartBuilder in de.xima.fc.interfaces.workflow.bpmn
Classes in de.xima.fc.interfaces.workflow.bpmn with type parameters of type IStructuredBpmnModelPartBuilderModifier and TypeInterfaceDescriptioninterfaceIModelWorkflowElementParams<Model, Element extends AWorkflowElement<Element,?>, PartBuilder extends IStructuredBpmnModelPartBuilder<?>> Parameters that are passed when modelling a workflow element, seeIWorkflowTriggerBpmnModelerandIWorkflowNodeBpmnModelerinterfaceIModelWorkflowItemParams<Element, PartBuilder extends IStructuredBpmnModelPartBuilder<?>>Parameters that are passed when modelling a workflow item, see e.g.interfaceIStructuredBpmnModelPartBuilder<Self extends IStructuredBpmnModelPartBuilder<Self>>A builder for aIStructuredBpmnModelPart, associated with a particularIWorkflowBpmnModelContext.Subinterfaces of IStructuredBpmnModelPartBuilder in de.xima.fc.interfaces.workflow.bpmnModifier and TypeInterfaceDescriptioninterfaceBuilder forIStructuredBpmnModelPartinstances created fromworkflow nodes.interfaceBuilder forIStructuredBpmnModelPartcreated fromworkflow processes.interfaceBuilder forIStructuredBpmnModelPartcreated fromworkflow tasks.interfaceBuilder forIStructuredBpmnModelPartinstances created fromworkflow triggers.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IStructuredBpmnModelPartBuilderModifier and TypeMethodDescriptionIWorkflowBpmnFlowEdgeBuilder.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(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.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(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. -
Uses of IStructuredBpmnModelPartBuilder in de.xima.fc.workflow.bpmn
Classes in de.xima.fc.workflow.bpmn with type parameters of type IStructuredBpmnModelPartBuilderModifier and TypeClassDescriptionclassAStatefulWorkflowBpmnModeler<Element, PartBuilder extends IStructuredBpmnModelPartBuilder<?>, Params extends IModelWorkflowItemParams<Element, PartBuilder>>Helper class for modeling a workflow element as astructured BPMN part.Fields in de.xima.fc.workflow.bpmn declared as IStructuredBpmnModelPartBuilderModifier and TypeFieldDescriptionprotected final PartBuilderAStatefulWorkflowBpmnModeler.builderConvenience field with thepart builderfrom theIModelWorkflowItemParams.Methods in de.xima.fc.workflow.bpmn with type parameters of type IStructuredBpmnModelPartBuilderModifier and TypeMethodDescriptionstatic <Element, PartBuilder extends IStructuredBpmnModelPartBuilder<?>, Params extends IModelWorkflowItemParams<Element, PartBuilder>, Modeler extends AStatefulWorkflowBpmnModeler<Element, PartBuilder, Params>>
voidAStatefulWorkflowBpmnModeler.modelWorkflowElementWithState(BiFunction<Params, IWorkflowBpmnModelContext, Modeler> modelerFactory, Params params, IWorkflowBpmnModelContext context) Models a workflow element as astructured BPMN part, using the given modeler.