@RestController public class FormDefinitionCollectionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FormRepositoryService |
formRepositoryService |
protected FormRestResponseFactory |
formRestResponseFactory |
protected FormRestApiInterceptor |
restApiInterceptor |
| Constructor and Description |
|---|
FormDefinitionCollectionResource() |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<FormDefinitionResponse> |
getForms(Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request) |
@Autowired protected FormRestResponseFactory formRestResponseFactory
@Autowired protected FormRepositoryService formRepositoryService
@Autowired(required=false) protected FormRestApiInterceptor restApiInterceptor
@GetMapping(value="/form-repository/form-definitions",
produces="application/json")
public DataResponse<FormDefinitionResponse> getForms(@RequestParam
Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request)
Copyright © 2019 Flowable. All rights reserved.