Class BaseModelResource
- java.lang.Object
-
- org.flowable.rest.service.api.repository.BaseModelResource
-
- Direct Known Subclasses:
BaseModelSourceResource,ModelCollectionResource,ModelResource
public class BaseModelResource extends Object
- Author:
- Frederik Heremans
-
-
Field Summary
Fields Modifier and Type Field Description protected RepositoryServicerepositoryServiceprotected BpmnRestApiInterceptorrestApiInterceptorprotected RestResponseFactoryrestResponseFactory
-
Constructor Summary
Constructors Constructor Description BaseModelResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ModelgetModelFromRequest(String modelId)Returns theModelthat is requested.
-
-
-
Field Detail
-
restResponseFactory
@Autowired protected RestResponseFactory restResponseFactory
-
repositoryService
@Autowired protected RepositoryService repositoryService
-
restApiInterceptor
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
-
-