Interface ObjectOrdering

  • All Superinterfaces:
    Serializable

    public interface ObjectOrdering
    extends Serializable
    Describes definition of object ordering.
    • Method Detail

      • getOrderBy

        ItemPath getOrderBy()
        Item path by which to order - should not be null or empty.
      • getDirection

        @Nullable
        @Nullable OrderDirection getDirection()
        Ordering direction, can return null, which should be interpreted as ascending.
      • equals

        boolean equals​(Object o,
                       boolean exact)