Class ChildRelationship


  • public final class ChildRelationship
    extends java.lang.Object

    The ChildRelationshipType determines how order should be linked.

    The common execution types can be accessed as public constants.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String IF_DONE
      The If-Done relationship
      static java.lang.String IF_TIMEOUT
      The Timeout relationship
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • IF_DONE

        public static final java.lang.String IF_DONE
        The If-Done relationship
        See Also:
        Constant Field Values
      • IF_TIMEOUT

        public static final java.lang.String IF_TIMEOUT
        The Timeout relationship
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChildRelationship

        public ChildRelationship()