Class PropertiesCollectionResource
- java.lang.Object
-
- org.flowable.rest.service.api.management.PropertiesCollectionResource
-
@RestController public class PropertiesCollectionResource extends Object
- Author:
- Frederik Heremans
-
-
Field Summary
Fields Modifier and Type Field Description protected ManagementServicemanagementServiceprotected BpmnRestApiInterceptorrestApiInterceptor
-
Constructor Summary
Constructors Constructor Description PropertiesCollectionResource()
-
-
-
Field Detail
-
managementService
@Autowired protected ManagementService managementService
-
restApiInterceptor
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
-
-