Class BatchPartCollectionResource

java.lang.Object
org.flowable.rest.service.api.management.BatchPartCollectionResource

@RestController public class BatchPartCollectionResource extends Object
  • Field Details

  • Constructor Details

    • BatchPartCollectionResource

      public BatchPartCollectionResource()
  • Method Details

    • getBatches

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