Uses of Class
de.xima.fc.common.workflow.bpmn.WorkflowBpmnPointRef.StructuredPartRef
-
Packages that use WorkflowBpmnPointRef.StructuredPartRef Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of WorkflowBpmnPointRef.StructuredPartRef in de.xima.fc.common.workflow.bpmn
Subclasses of WorkflowBpmnPointRef.StructuredPartRef in de.xima.fc.common.workflow.bpmn Modifier and Type Class Description static class
WorkflowBpmnPointRef.StructuredPartIncomingRef
AWorkflowBpmnPointRef
to the in-port aIStructuredBpmnModelPart
static class
WorkflowBpmnPointRef.StructuredPartOutgoingRef
AWorkflowBpmnPointRef
to the out-port aIStructuredBpmnModelPart
Methods in de.xima.fc.common.workflow.bpmn that return WorkflowBpmnPointRef.StructuredPartRef Modifier and Type Method Description static WorkflowBpmnPointRef.StructuredPartRef
WorkflowBpmnPointRef. partIncomingRef(IStructuredBpmnModelPart modelPart)
Creates aWorkflowBpmnPointRef
to the in port of aIStructuredBpmnModelPart
.static WorkflowBpmnPointRef.StructuredPartRef
WorkflowBpmnPointRef. partIncomingRef(IStructuredBpmnModelPartBuilder<?> modelPartBuilder)
Creates aWorkflowBpmnPointRef
to the in port of aIStructuredBpmnModelPart
.static WorkflowBpmnPointRef.StructuredPartRef
WorkflowBpmnPointRef. partOutgoingRef(IStructuredBpmnModelPart modelPart)
Creates aWorkflowBpmnPointRef
to the out port of aIStructuredBpmnModelPart
.static WorkflowBpmnPointRef.StructuredPartRef
WorkflowBpmnPointRef. partOutgoingRef(IStructuredBpmnModelPartBuilder<?> modelPartBuilder)
Creates aWorkflowBpmnPointRef
to the out port of aIStructuredBpmnModelPart
. -
Uses of WorkflowBpmnPointRef.StructuredPartRef in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type WorkflowBpmnPointRef.StructuredPartRef Modifier and Type Method Description Self
IFlowableStructuredBpmnModelPartBuilder. addInterconnection(de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?> source, WorkflowBpmnPointRef.StructuredPartRef target, de.xima.bpmn_model.api.element.bpmn.common.SequenceFlow flow, de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge, de.xima.bpmn_model.api.element.dc.Point... waypoints)
Adds an interconnection to the list of interconnections of this part, seeIStructuredBpmnModelPart.interconnections()
.Self
IFlowableStructuredBpmnModelPartBuilder. addInterconnection(de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?> source, WorkflowBpmnPointRef.StructuredPartRef target, de.xima.bpmn_model.api.element.bpmn.common.SequenceFlow flow, de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge, Iterable<de.xima.bpmn_model.api.element.dc.Point> waypoints)
Adds an interconnection to the list of interconnections of this part, seeIStructuredBpmnModelPart.interconnections()
.Self
IFlowableStructuredBpmnModelPartBuilder. addInterconnection(de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?> source, WorkflowBpmnPointRef.StructuredPartRef target, IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.SequenceFlow> flow, de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge, de.xima.bpmn_model.api.element.dc.Point... waypoints)
Adds an interconnection to the list of interconnections of this part, seeIStructuredBpmnModelPart.interconnections()
.Self
IFlowableStructuredBpmnModelPartBuilder. addInterconnection(de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?> source, WorkflowBpmnPointRef.StructuredPartRef target, IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.SequenceFlow> flow, de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge, Iterable<de.xima.bpmn_model.api.element.dc.Point> waypoints)
Adds an interconnection to the list of interconnections of this part, seeIStructuredBpmnModelPart.interconnections()
.Self
IFlowableStructuredBpmnModelPartBuilder. addInterconnection(WorkflowBpmnPointRef.StructuredPartRef source, de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?> target, de.xima.bpmn_model.api.element.dc.Point... waypoints)
Adds an interconnection to the list of interconnections of this part, seeIStructuredBpmnModelPart.interconnections()
.Self
IFlowableStructuredBpmnModelPartBuilder. addInterconnection(WorkflowBpmnPointRef.StructuredPartRef source, de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?> target, Iterable<de.xima.bpmn_model.api.element.dc.Point> waypoints)
Adds an interconnection to the list of interconnections of this part, seeIStructuredBpmnModelPart.interconnections()
.Self
IFlowableStructuredBpmnModelPartBuilder. addInterconnection(WorkflowBpmnPointRef.StructuredPartRef source, WorkflowBpmnPointRef.StructuredPartRef target, de.xima.bpmn_model.api.element.dc.Point... waypoints)
Adds an interconnection to the list of interconnections of this part, seeIStructuredBpmnModelPart.interconnections()
.Self
IFlowableStructuredBpmnModelPartBuilder. addInterconnection(WorkflowBpmnPointRef.StructuredPartRef source, WorkflowBpmnPointRef.StructuredPartRef target, Iterable<de.xima.bpmn_model.api.element.dc.Point> waypoints)
Adds an interconnection to the list of interconnections of this part, seeIStructuredBpmnModelPart.interconnections()
.Self
IFlowableStructuredBpmnModelPartBuilder. addInterconnection(WorkflowBpmnPointRef.StructuredPartRef source, IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?>> target, de.xima.bpmn_model.api.element.dc.Point... waypoints)
Adds an interconnection to the list of interconnections of this part, seeIStructuredBpmnModelPart.interconnections()
.Self
IFlowableStructuredBpmnModelPartBuilder. addInterconnection(WorkflowBpmnPointRef.StructuredPartRef source, IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?>> target, Iterable<de.xima.bpmn_model.api.element.dc.Point> waypoints)
Adds an interconnection to the list of interconnections of this part, seeIStructuredBpmnModelPart.interconnections()
.
-