Class BatchCollectionResource
java.lang.Object
org.flowable.rest.service.api.management.BatchCollectionResource
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ManagementService
protected BpmnRestApiInterceptor
protected RestResponseFactory
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
restResponseFactory
-
managementService
-
restApiInterceptor
-
-
Constructor Details
-
BatchCollectionResource
public BatchCollectionResource()
-
-
Method Details
-
getBatches
@GetMapping(value="/management/batches", produces="application/json") public DataResponse<BatchResponse> getBatches(@RequestParam Map<String, String> allRequestParams)
-