@RestController public class BatchPartClientResource extends AbstractClientResource
| Modifier and Type | Field and Description |
|---|---|
protected BatchService |
clientService |
configRepository| Constructor and Description |
|---|
BatchPartClientResource() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getBatchPart(String batchPartId,
javax.servlet.http.HttpServletRequest request)
GET /rest/admin/batch-parts/{batchPartId} -> return batch part data
|
String |
getBatchPartDocument(String batchPartId,
javax.servlet.http.HttpServletRequest request)
GET /rest/admin/batch-parts/{batchPartId}/batch-part-document
|
getRequestParametersWithoutServerId, retrieveServerConfig@Autowired protected BatchService clientService
@GetMapping(value="/rest/admin/batch-parts/{batchPartId}",
produces="application/json")
public com.fasterxml.jackson.databind.JsonNode getBatchPart(@PathVariable
String batchPartId,
javax.servlet.http.HttpServletRequest request)
throws org.flowable.ui.common.service.exception.BadRequestException
org.flowable.ui.common.service.exception.BadRequestException@GetMapping(value="/rest/admin/batch-parts/{batchPartId}/batch-part-document",
produces="text/plain")
public String getBatchPartDocument(@PathVariable
String batchPartId,
javax.servlet.http.HttpServletRequest request)
throws org.flowable.ui.common.service.exception.BadRequestException
org.flowable.ui.common.service.exception.BadRequestExceptionCopyright © 2022 Flowable. All rights reserved.