Interface ResourceRead<E>

All Known Implementing Classes:
InternalStorageResource, InternalStorageTranslationResource, PersonResource

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

    Modifier and Type
    Method
    Description
    read(String id, jakarta.ws.rs.core.UriInfo uriInfo)
    read.
  • Method Details

    • read

      @GET @Path("/{id}") E read(@PathParam("id") String id, @Context jakarta.ws.rs.core.UriInfo uriInfo)
      read.
      Parameters:
      id - a String object
      uriInfo - a UriInfo object
      Returns:
      a E object