Class BatchPartResource
- java.lang.Object
-
- org.flowable.rest.service.api.management.BatchPartBaseResource
-
- org.flowable.rest.service.api.management.BatchPartResource
-
@RestController public class BatchPartResource extends BatchPartBaseResource
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessEngineConfigurationImplprocessEngineConfigurationprotected RestResponseFactoryrestResponseFactory-
Fields inherited from class org.flowable.rest.service.api.management.BatchPartBaseResource
managementService, restApiInterceptor
-
-
Constructor Summary
Constructors Constructor Description BatchPartResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchPartResponsegetBatchPart(String batchPartId, javax.servlet.http.HttpServletRequest request)StringgetBatchPartDocument(String batchPartId, javax.servlet.http.HttpServletResponse response)-
Methods inherited from class org.flowable.rest.service.api.management.BatchPartBaseResource
getBatchPartById, validateBatchPart
-
-
-
-
Field Detail
-
restResponseFactory
@Autowired protected RestResponseFactory restResponseFactory
-
processEngineConfiguration
@Autowired protected ProcessEngineConfigurationImpl processEngineConfiguration
-
-
Method Detail
-
getBatchPart
@GetMapping(value="/management/batch-parts/{batchPartId}", produces="application/json") public BatchPartResponse getBatchPart(@PathVariable String batchPartId, javax.servlet.http.HttpServletRequest request)
-
-