Class WorkflowBpmnPointRef.FlowNodeRef

java.lang.Object
de.xima.fc.common.workflow.bpmn.WorkflowBpmnPointRef
de.xima.fc.common.workflow.bpmn.WorkflowBpmnPointRef.FlowNodeRef
Direct Known Subclasses:
WorkflowBpmnPointRef.FlowNodeIncomingRef, WorkflowBpmnPointRef.FlowNodeOutgoingRef
Enclosing class:
WorkflowBpmnPointRef

public abstract static class WorkflowBpmnPointRef.FlowNodeRef extends WorkflowBpmnPointRef
A WorkflowBpmnPointRef to a FlowNode.
Since:
8.4.0
  • Field Details

    • qId

      protected final QName qId
  • Method Details

    • qId

      public final QName qId()
      The ID of the FlowNode this reference points to.
      Returns:
      The ID of the flow node.