Interface FlowNode

    • Method Detail

      • getIncoming

        java.util.Collection<SequenceFlow> getIncoming()
      • getOutgoing

        java.util.Collection<SequenceFlow> getOutgoing()
      • isCamundaAsyncBefore

        boolean isCamundaAsyncBefore()
      • setCamundaAsyncBefore

        void setCamundaAsyncBefore​(boolean isCamundaAsyncBefore)
      • isCamundaAsyncAfter

        boolean isCamundaAsyncAfter()
      • setCamundaAsyncAfter

        void setCamundaAsyncAfter​(boolean isCamundaAsyncAfter)
      • isCamundaExclusive

        boolean isCamundaExclusive()
      • setCamundaExclusive

        void setCamundaExclusive​(boolean isCamundaExclusive)
      • getCamundaJobPriority

        java.lang.String getCamundaJobPriority()
      • setCamundaJobPriority

        void setCamundaJobPriority​(java.lang.String jobPriority)