@RestController public class BatchPartResource extends BatchPartBaseResource
| Modifier and Type | Field and Description |
|---|---|
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
protected RestResponseFactory |
restResponseFactory |
managementService, restApiInterceptor| Constructor and Description |
|---|
BatchPartResource() |
| Modifier and Type | Method and Description |
|---|---|
BatchPartResponse |
getBatchPart(String batchPartId,
javax.servlet.http.HttpServletRequest request) |
String |
getBatchPartDocument(String batchPartId,
javax.servlet.http.HttpServletResponse response) |
getBatchPartById, validateBatchPart@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected ProcessEngineConfigurationImpl processEngineConfiguration
@GetMapping(value="/management/batch-parts/{batchPartId}",
produces="application/json")
public BatchPartResponse getBatchPart(@PathVariable
String batchPartId,
javax.servlet.http.HttpServletRequest request)
Copyright © 2021 Flowable. All rights reserved.