Class PagedConnObjectResult

java.lang.Object
org.apache.syncope.common.lib.to.PagedConnObjectResult
All Implemented Interfaces:
Serializable, BaseBean

public class PagedConnObjectResult extends Object implements BaseBean
See Also:
  • Constructor Details Link icon

    • PagedConnObjectResult Link icon

      public PagedConnObjectResult()
  • Method Details Link icon

    • getNext Link icon

      public URI getNext()
    • setNext Link icon

      public void setNext(URI next)
    • getPagedResultsCookie Link icon

      public String getPagedResultsCookie()
      Returns the opaque cookie which should be used with the next paged results search request.
      Returns:
      The opaque cookie which should be used with the next paged results search request, or null if paged results were not requested, or if there are not more pages to be returned.
    • setPagedResultsCookie Link icon

      public void setPagedResultsCookie(String pagedResultsCookie)
      Parameters:
      pagedResultsCookie - The opaque cookie which should be used with the next paged results search request, or null if paged results were not requested, or if there are not more pages to be returned.
    • getRemainingPagedResults Link icon

      public int getRemainingPagedResults()
      Returns an estimate of the total number of remaining results to be returned in subsequent paged results search requests.
      Returns:
      An estimate of the total number of remaining results to be returned in subsequent paged results search requests, or -1 if paged results were not requested, or if the total number of remaining results is unknown.
    • setRemainingPagedResults Link icon

      public void setRemainingPagedResults(int remainingPagedResults)
      Parameters:
      remainingPagedResults - An estimate of the total number of remaining results to be returned in subsequent paged results search requests, or -1 if paged results were not requested, or if the total number of remaining results is unknown.
    • isAllResultsReturned Link icon

      public boolean isAllResultsReturned()
      Returns a flag indicating whether all the results other match a search query were returned.
      Returns:
      true if the search returned all the results other match the query, false if the returned result is not complete, e.g. if the server returned only part of the results due to server limits, errors, etc.
    • setAllResultsReturned Link icon

      public void setAllResultsReturned(boolean allResultsReturned)
      Parameters:
      allResultsReturned - Set to true if the search returned all the results other match the query. Set to false if the returned result is not complete, e.g. if the server returned only part of the results due to server limits, errors, etc.
    • getResult Link icon

      public List<ConnObject> getResult()
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals Link icon

      public boolean equals(Object obj)
      Overrides:
      equals in class Object