Class TemplateCommandDeleteResource

  • All Implemented Interfaces:
    OptionsCapable

    @Produces({"text/html","application/json","application/xml"})
    public class TemplateCommandDeleteResource
    extends TemplateExecCommand
    Author:
    ludovic champenois [email protected] Code moved from generated classes to here. Gen code inherits from this template class that contains the logic for mapped commands RS Resources
    • Constructor Detail

      • TemplateCommandDeleteResource

        public TemplateCommandDeleteResource​(String resourceName,
                                             String commandName,
                                             String commandMethod,
                                             String commandAction,
                                             String commandDisplayName,
                                             boolean b)
    • Method Detail

      • processDeleteLegacyFormat

        @DELETE
        @Consumes({"application/json","application/xml","application/x-www-form-urlencoded"})
        public jakarta.ws.rs.core.Response processDeleteLegacyFormat​(ParameterMap data)
      • processDelete

        @DELETE
        @Produces("application/vnd.oracle.glassfish+json")
        public CommandResult processDelete​(ParameterMap data)
      • processDeleteSse

        @DELETE
        @Consumes({"application/json","application/xml","application/x-www-form-urlencoded"})
        @Produces("text/event-stream")
        public jakarta.ws.rs.core.Response processDeleteSse​(ParameterMap data)
      • hack

        @POST
        @Consumes({"application/json","application/xml","application/x-www-form-urlencoded"})
        public jakarta.ws.rs.core.Response hack​(ParameterMap data)
      • get

        @GET
        @Produces("application/vnd.oracle.glassfish+json")
        public String get()
                   throws jakarta.json.JsonException
        Throws:
        jakarta.json.JsonException