Class BatchBaseResource
- java.lang.Object
-
- org.flowable.rest.service.api.management.BatchBaseResource
-
- Direct Known Subclasses:
BatchResource
public class BatchBaseResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ManagementServicemanagementServiceprotected BpmnRestApiInterceptorrestApiInterceptor
-
Constructor Summary
Constructors Constructor Description BatchBaseResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.flowable.batch.api.BatchgetBatchById(String batchId)protected voidvalidateBatch(org.flowable.batch.api.Batch batch, String batchId)
-
-
-
Field Detail
-
managementService
@Autowired protected ManagementService managementService
-
restApiInterceptor
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
-
-