Class AppDefinitionCollectionResource
- java.lang.Object
-
- org.flowable.app.rest.service.api.repository.AppDefinitionCollectionResource
-
@RestController public class AppDefinitionCollectionResource extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.app.api.AppRepositoryServiceappRepositoryServiceprotected AppRestResponseFactoryappRestResponseFactoryprotected AppRestApiInterceptorrestApiInterceptor
-
Constructor Summary
Constructors Constructor Description AppDefinitionCollectionResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataResponse<AppDefinitionResponse>getForms(Map<String,String> allRequestParams, javax.servlet.http.HttpServletRequest request)
-
-
-
Field Detail
-
appRestResponseFactory
@Autowired protected AppRestResponseFactory appRestResponseFactory
-
appRepositoryService
@Autowired protected org.flowable.app.api.AppRepositoryService appRepositoryService
-
restApiInterceptor
@Autowired(required=false) protected AppRestApiInterceptor restApiInterceptor
-
-
Method Detail
-
getForms
@GetMapping(value="/app-repository/app-definitions", produces="application/json") public DataResponse<AppDefinitionResponse> getForms(@RequestParam Map<String,String> allRequestParams, javax.servlet.http.HttpServletRequest request)
-
-