Class BatchPartCollectionResource
- java.lang.Object
-
- org.flowable.rest.service.api.management.BatchPartCollectionResource
-
@RestController public class BatchPartCollectionResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ManagementServicemanagementServiceprotected BpmnRestApiInterceptorrestApiInterceptorprotected RestResponseFactoryrestResponseFactory
-
Constructor Summary
Constructors Constructor Description BatchPartCollectionResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BatchPartResponse>getBatches(String batchId, Map<String,String> allRequestParams, javax.servlet.http.HttpServletRequest request)
-
-
-
Field Detail
-
restResponseFactory
@Autowired protected RestResponseFactory restResponseFactory
-
managementService
@Autowired protected ManagementService managementService
-
restApiInterceptor
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
-
-