Class RootResource

java.lang.Object
org.nuxeo.targetplatforms.rest.RootResource

@Path("target-platforms") public class RootResource extends Object
Since:
5.9.3
  • Constructor Details

    • RootResource

      public RootResource()
  • Method Details

    • doGet

      @GET public TargetPlatforms doGet(@QueryParam("filterDisabled") boolean filterDisabled, @QueryParam("filterRestricted") boolean filterRestricted, @QueryParam("filterDeprecated") boolean filterDeprecated, @QueryParam("filterDefault") Boolean filterDefault, @QueryParam("filterType") String filterType) throws Exception
      Throws:
      Exception
    • getPlatform

      @GET @Path("platform/{id}") public jakarta.ws.rs.core.Response getPlatform(@PathParam("id") String id) throws Exception
      Throws:
      Exception
    • getPlatforms

      @GET @Path("platforms") public TargetPlatforms getPlatforms(@QueryParam("filterDisabled") boolean filterDisabled, @QueryParam("filterRestricted") boolean filterRestricted, @QueryParam("filterDeprecated") boolean filterDeprecated, @QueryParam("filterDefault") Boolean filterDefault, @QueryParam("filterType") String filterType) throws Exception
      Throws:
      Exception
    • getPlatformInfo

      @GET @Path("platform-info/{id}") public jakarta.ws.rs.core.Response getPlatformInfo(@PathParam("id") String id) throws Exception
      Throws:
      Exception
    • getPlatformInfos

      @GET @Path("platforms-info") public TargetPlatformsInfo getPlatformInfos(@QueryParam("filterDisabled") boolean filterDisabled, @QueryParam("filterRestricted") boolean filterRestricted, @QueryParam("filterDeprecated") boolean filterDeprecated, @QueryParam("filterDefault") Boolean filterDefault, @QueryParam("filterType") String filterType) throws Exception
      Throws:
      Exception
    • getPlatformInstance

      @GET @Path("platform-instance/{id}") public jakarta.ws.rs.core.Response getPlatformInstance(@PathParam("id") String id, @QueryParam("packages") String packages) throws Exception
      Throws:
      Exception
    • getPackage

      @GET @Path("package/{id}") public jakarta.ws.rs.core.Response getPackage(@PathParam("id") String id) throws Exception
      Throws:
      Exception
    • getPackageInfo

      @GET @Path("package-info/{id}") public jakarta.ws.rs.core.Response getPackageInfo(@PathParam("id") String id) throws Exception
      Throws:
      Exception