@RestController public class AppDefinitionCollectionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AppRepositoryService |
appRepositoryService |
protected AppRestResponseFactory |
appRestResponseFactory |
protected AppRestApiInterceptor |
restApiInterceptor |
| Constructor and Description |
|---|
AppDefinitionCollectionResource() |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<AppDefinitionResponse> |
getForms(Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request) |
@Autowired protected AppRestResponseFactory appRestResponseFactory
@Autowired protected AppRepositoryService appRepositoryService
@Autowired(required=false) protected AppRestApiInterceptor restApiInterceptor
@GetMapping(value="/app-repository/app-definitions",
produces="application/json")
public DataResponse<AppDefinitionResponse> getForms(@RequestParam
Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request)
Copyright © 2023 Flowable. All rights reserved.