@RestController public class BatchPartCollectionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ManagementService |
managementService |
protected BpmnRestApiInterceptor |
restApiInterceptor |
protected RestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
BatchPartCollectionResource() |
| Modifier and Type | Method and Description |
|---|---|
List<BatchPartResponse> |
getBatches(String batchId,
Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request) |
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected ManagementService managementService
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
Copyright © 2020 Flowable. All rights reserved.