Class BatchPartCollectionResource
java.lang.Object
org.flowable.rest.service.api.management.BatchPartCollectionResource
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ManagementService
protected BpmnRestApiInterceptor
protected RestResponseFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBatches
(String batchId, Map<String, String> allRequestParams)
-
Field Details
-
restResponseFactory
-
managementService
-
restApiInterceptor
-
-
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)
-