Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IStructuredBpmnModelPartBuilder
-
Packages that use IStructuredBpmnModelPartBuilder Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn de.xima.fc.workflow.bpmn -
-
Uses of IStructuredBpmnModelPartBuilder in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn with parameters of type IStructuredBpmnModelPartBuilder Modifier and Type Method Description static WorkflowBpmnPointRef.StructuredPartRefWorkflowBpmnPointRef. partIncomingRef(IStructuredBpmnModelPartBuilder<?> modelPartBuilder)Creates aWorkflowBpmnPointRefto the in port of aIStructuredBpmnModelPart.static WorkflowBpmnPointRef.StructuredPartRefWorkflowBpmnPointRef. 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 IStructuredBpmnModelPartBuilder Modifier and Type Interface Description interfaceIModelWorkflowElementParams<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.bpmn Modifier and Type Interface Description interfaceIWorkflowNodeBpmnModelPartBuilderBuilder forIStructuredBpmnModelPartinstances created fromworkflow nodes.interfaceIWorkflowProcessBpmnModelPartBuilderBuilder forIStructuredBpmnModelPartcreated fromworkflow processes.interfaceIWorkflowTaskBpmnModelPartBuilderBuilder forIStructuredBpmnModelPartcreated fromworkflow tasks.interfaceIWorkflowTriggerBpmnModelPartBuilderBuilder forIStructuredBpmnModelPartinstances created fromworkflow triggers.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IStructuredBpmnModelPartBuilder Modifier and Type Method Description IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. fromInPort(IStructuredBpmnModelPartBuilder<?> part)Sets the sequence flow's source to the in port of the given structured model part.IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. 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.IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. fromOutPort(IStructuredBpmnModelPartBuilder<?> part)Sets the sequence flow's source to the out port of the given structured model part.IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. 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.IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. toInPort(IStructuredBpmnModelPartBuilder<?> part)Sets the sequence flow's target to the in port of the given structured model part.IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. 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.IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. toOutPort(IStructuredBpmnModelPartBuilder<?> part)Sets the sequence flow's target to the out port of the given structured model part.IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. 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 IStructuredBpmnModelPartBuilder Modifier and Type Class Description classAStatefulWorkflowBpmnModeler<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 IStructuredBpmnModelPartBuilder Modifier and Type Field Description protected PartBuilderAStatefulWorkflowBpmnModeler. builderConvenience field with thepart builderfrom theIModelWorkflowItemParams.Methods in de.xima.fc.workflow.bpmn with type parameters of type IStructuredBpmnModelPartBuilder Modifier and Type Method Description static <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.
-