Class BatchResource
java.lang.Object
org.flowable.rest.service.api.management.BatchBaseResource
org.flowable.rest.service.api.management.BatchResource
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ProcessEngineConfigurationImpl
protected RestResponseFactory
Fields inherited from class org.flowable.rest.service.api.management.BatchBaseResource
managementService, restApiInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getBatchDocument
(String batchId, jakarta.servlet.http.HttpServletResponse response) Methods inherited from class org.flowable.rest.service.api.management.BatchBaseResource
getBatchById, validateBatch
-
Field Details
-
restResponseFactory
-
processEngineConfiguration
-
-
Constructor Details
-
BatchResource
public BatchResource()
-
-
Method Details
-
getBatch
@GetMapping(value="/management/batches/{batchId}", produces="application/json") public BatchResponse getBatch(@PathVariable String batchId) -
getBatchDocument
@GetMapping("/management/batches/{batchId}/batch-document") public String getBatchDocument(@PathVariable String batchId, jakarta.servlet.http.HttpServletResponse response) -
deleteJob
@DeleteMapping("/management/batches/{batchId}") @ResponseStatus(NO_CONTENT) public void deleteJob(@PathVariable String batchId)
-