Class KnimeCreateResolver


  • @Path("knime")
    public class KnimeCreateResolver
    extends Object
    The KnimeCreateResolver is able to create a KNIME URL. See more at https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#KNIME_Resolver
    Author:
    Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Mar 24, 2022
    • Constructor Detail

      • KnimeCreateResolver

        public KnimeCreateResolver()
    • Method Detail

      • createKnimeURL

        @POST
        @Path("/create")
        @Consumes("text/plain")
        @Produces("text/plain")
        public javax.ws.rs.core.Response createKnimeURL​(@Context
                                                        javax.servlet.http.HttpServletRequest req)
                                                 throws javax.ws.rs.WebApplicationException
        Creates the KNIME URL. Generate a Knime URL (then resolved by the /get path) for a KNIME Model Simulation passed by query string. See more at https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#HTTP_POST:_Create_a_KNIME_URL
        Parameters:
        req - the req
        Returns:
        the response
        Throws:
        javax.ws.rs.WebApplicationException - the web application exception