Class SimpleSearchResults<T extends ScimResource>

  • All Implemented Interfaces:
    jakarta.ws.rs.core.StreamingOutput

    public class SimpleSearchResults<T extends ScimResource>
    extends ListResponseStreamingOutput<T>
    A utility ListResponseStreamingOutput that will filter, sort, and paginate the search results for simple search implementations that always returns the entire result set.