Class BatchPartCollectionResource


  • @RestController
    public class BatchPartCollectionResource
    extends Object
    • Constructor Detail

      • BatchPartCollectionResource

        public BatchPartCollectionResource()
    • Method Detail

      • getBatches

        @GetMapping(value="/management/batches/{batchId}/batch-parts",
                    produces="application/json")
        public List<BatchPartResponse> getBatches​(@PathVariable
                                                  String batchId,
                                                  @RequestParam
                                                  Map<String,​String> allRequestParams,
                                                  javax.servlet.http.HttpServletRequest request)