Interface ResourceSearch<E>

All Known Implementing Classes:
InternalStorageResource, PersonResource, ProjectResource

public interface ResourceSearch<E>
ResourceSearch interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    search(jakarta.ws.rs.core.UriInfo uriInfo)
    search.
  • Method Details

    • search

      @GET @Path("") ResultList<E> search(@Context jakarta.ws.rs.core.UriInfo uriInfo)
      search.
      Parameters:
      uriInfo - a UriInfo object
      Returns:
      a ResultList object