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 classWorkflowBpmnPointRef.FlowNodeIncomingRefAWorkflowBpmnPointRefto the in port of aFlowNode.static classWorkflowBpmnPointRef.FlowNodeOutgoingRefAWorkflowBpmnPointRefto the out port of aFlowNode.Methods in de.xima.fc.common.workflow.bpmn that return WorkflowBpmnPointRef.FlowNodeRef Modifier and Type Method Description static WorkflowBpmnPointRef.FlowNodeRefWorkflowBpmnPointRef. flowNodeIncomingRef(de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?> flowNode)Creates aWorkflowBpmnPointRefto the in port of aFlowNode.static WorkflowBpmnPointRef.FlowNodeRefWorkflowBpmnPointRef. flowNodeOutgoingRef(de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?> flowNode)Creates aWorkflowBpmnPointRefto the out port of aFlowNode.
-