Class PropertiesBagResource

    • Constructor Detail

      • PropertiesBagResource

        public PropertiesBagResource()
    • Method Detail

      • get

        @GET
        @Produces({"text/html","application/json","application/xml"})
        public Object get()
      • createProperties

        @POST
        @Consumes({"application/json","application/xml","application/x-www-form-urlencoded"})
        @Produces({"text/html","application/json","application/xml"})
        public ActionReportResult createProperties​(List<Map<String,​String>> data)
      • replaceProperties

        @PUT
        @Consumes({"application/json","application/xml","application/x-www-form-urlencoded"})
        @Produces({"text/html","application/json","application/xml"})
        public ActionReportResult replaceProperties​(List<Map<String,​String>> data)
      • delete

        @DELETE
        @Consumes({"application/json","application/xml","application/x-www-form-urlencoded","application/octet-stream"})
        @Produces({"text/html","application/json","application/xml"})
        public jakarta.ws.rs.core.Response delete()
      • setEntity

        public void setEntity​(List<Dom> p)
      • getEntity

        public List<Dom> getEntity()
      • setParentAndTagName

        public void setParentAndTagName​(Dom parent,
                                        String tagName)