Class BatchPartBaseResource
- java.lang.Object
-
- org.flowable.rest.service.api.management.BatchPartBaseResource
-
- Direct Known Subclasses:
BatchPartResource
public class BatchPartBaseResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ManagementServicemanagementServiceprotected BpmnRestApiInterceptorrestApiInterceptor
-
Constructor Summary
Constructors Constructor Description BatchPartBaseResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.flowable.batch.api.BatchPartgetBatchPartById(String batchPartId)protected voidvalidateBatchPart(org.flowable.batch.api.BatchPart batchPart, String batchPartId)
-
-
-
Field Detail
-
managementService
@Autowired protected ManagementService managementService
-
restApiInterceptor
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
-
-