Class BatchResource

    • Constructor Detail

      • BatchResource

        public BatchResource()
    • Method Detail

      • getBatch

        @GetMapping(value="/management/batches/{batchId}",
                    produces="application/json")
        public BatchResponse getBatch​(@PathVariable
                                      String batchId,
                                      javax.servlet.http.HttpServletRequest request)
      • getBatchDocument

        @GetMapping("/management/batches/{batchId}/batch-document")
        public String getBatchDocument​(@PathVariable
                                       String batchId,
                                       javax.servlet.http.HttpServletResponse response)
      • deleteJob

        @DeleteMapping("/management/batches/{batchId}")
        public void deleteJob​(@PathVariable
                              String batchId,
                              javax.servlet.http.HttpServletResponse response)