@RestController public class FormDefinitionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FormRepositoryService |
formRepositoryService |
protected FormRestResponseFactory |
formRestResponseFactory |
protected FormRestApiInterceptor |
restApiInterceptor |
| Constructor and Description |
|---|
FormDefinitionResource() |
| Modifier and Type | Method and Description |
|---|---|
FormDefinitionResponse |
getForm(String formDefinitionId,
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/{formDefinitionId}",
produces="application/json")
public FormDefinitionResponse getForm(@PathVariable
String formDefinitionId,
javax.servlet.http.HttpServletRequest request)
Copyright © 2019 Flowable. All rights reserved.