类 FlowExecution

  • 所有已实现的接口:
    java.lang.Comparable<FlowExecution>

    public class FlowExecution
    extends java.lang.Object
    implements java.lang.Comparable<FlowExecution>
    从以下版本开始:
    2.0
    作者:
    Dave Syer
    • 方法详细资料

      • getName

        public java.lang.String getName()
        返回:
        the name of the end state reached
      • compareTo

        public int compareTo​(FlowExecution other)
        Create an ordering on FlowExecution instances by comparing their statuses.
        指定者:
        compareTo 在接口中 java.lang.Comparable<FlowExecution>
        参数:
        other - the FlowExecution instance to compare with this instance.
        返回:
        negative, zero or positive as per the contract
        另请参阅:
        Comparable.compareTo(Object)
      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object