Package org.nuxeo.targetplatforms.rest
Class RootResource
java.lang.Object
org.nuxeo.targetplatforms.rest.RootResource
- Since:
- 5.9.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoGet
(boolean filterDisabled, boolean filterRestricted, boolean filterDeprecated, Boolean filterDefault, String filterType) jakarta.ws.rs.core.Response
getPackage
(String id) jakarta.ws.rs.core.Response
getPackageInfo
(String id) jakarta.ws.rs.core.Response
getPlatform
(String id) jakarta.ws.rs.core.Response
getPlatformInfos
(boolean filterDisabled, boolean filterRestricted, boolean filterDeprecated, Boolean filterDefault, String filterType) jakarta.ws.rs.core.Response
getPlatformInstance
(String id, String packages) getPlatforms
(boolean filterDisabled, boolean filterRestricted, boolean filterDeprecated, Boolean filterDefault, String filterType)
-
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
-