Class PagedResult

java.lang.Object
org.springframework.ldap.control.PagedResult

public class PagedResult extends Object
Deprecated.
Bean to encapsulate a result List and a PagedResultsCookie to use for returning the results when using PagedResultsRequestControl.
  • Constructor Details

    • PagedResult

      public PagedResult(List<?> resultList, PagedResultsCookie cookie)
      Deprecated.
      Constructs a PagedResults using the supplied List and PagedResultsCookie.
      Parameters:
      resultList - the result list.
      cookie - the cookie.
  • Method Details

    • getCookie

      public PagedResultsCookie getCookie()
      Deprecated.
      Get the cookie.
      Returns:
      the cookie.
    • getResultList

      public List<?> getResultList()
      Deprecated.
      Get the result list.
      Returns:
      the result list.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object