Class BatchPartResource
java.lang.Object
org.flowable.rest.service.api.management.BatchPartBaseResource
org.flowable.rest.service.api.management.BatchPartResource
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ProcessEngineConfigurationImpl
protected RestResponseFactory
Fields inherited from class org.flowable.rest.service.api.management.BatchPartBaseResource
managementService, restApiInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBatchPart
(String batchPartId) getBatchPartDocument
(String batchPartId, jakarta.servlet.http.HttpServletResponse response) Methods inherited from class org.flowable.rest.service.api.management.BatchPartBaseResource
getBatchPartById, validateBatchPart
-
Field Details
-
restResponseFactory
-
processEngineConfiguration
-
-
Constructor Details
-
BatchPartResource
public BatchPartResource()
-
-
Method Details
-
getBatchPart
@GetMapping(value="/management/batch-parts/{batchPartId}", produces="application/json") public BatchPartResponse getBatchPart(@PathVariable String batchPartId) -
getBatchPartDocument
@GetMapping("/management/batch-parts/{batchPartId}/batch-part-document") public String getBatchPartDocument(@PathVariable String batchPartId, jakarta.servlet.http.HttpServletResponse response)
-