Uses of Class
de.xima.fc.common.workflow.bpmn.WorkflowBpmnPointRef.FlowNodeRef
-
Packages that use WorkflowBpmnPointRef.FlowNodeRef Package Description de.xima.fc.common.workflow.bpmn -
-
Uses of WorkflowBpmnPointRef.FlowNodeRef in de.xima.fc.common.workflow.bpmn
Subclasses of WorkflowBpmnPointRef.FlowNodeRef in de.xima.fc.common.workflow.bpmn Modifier and Type Class Description static class
WorkflowBpmnPointRef.FlowNodeIncomingRef
AWorkflowBpmnPointRef
to the in port of aFlowNode
.static class
WorkflowBpmnPointRef.FlowNodeOutgoingRef
AWorkflowBpmnPointRef
to the out port of aFlowNode
.Methods in de.xima.fc.common.workflow.bpmn that return WorkflowBpmnPointRef.FlowNodeRef Modifier and Type Method Description static WorkflowBpmnPointRef.FlowNodeRef
WorkflowBpmnPointRef. flowNodeIncomingRef(de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?> flowNode)
Creates aWorkflowBpmnPointRef
to the in port of aFlowNode
.static WorkflowBpmnPointRef.FlowNodeRef
WorkflowBpmnPointRef. flowNodeOutgoingRef(de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?> flowNode)
Creates aWorkflowBpmnPointRef
to the out port of aFlowNode
.
-