Class AppModelResource
- java.lang.Object
-
- org.flowable.app.rest.service.api.repository.AppModelResource
-
@RestController public class AppModelResource extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.app.api.AppRepositoryServiceappRepositoryServiceprotected AppRestApiInterceptorrestApiInterceptor
-
Constructor Summary
Constructors Constructor Description AppModelResource()
-
-
-
Field Detail
-
appRepositoryService
@Autowired protected org.flowable.app.api.AppRepositoryService appRepositoryService
-
restApiInterceptor
@Autowired(required=false) protected AppRestApiInterceptor restApiInterceptor
-
-