@RestController public class FormModelResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FormRepositoryService |
formRepositoryService |
protected FormRestResponseFactory |
formRestResponseFactory |
protected FormService |
formService |
protected FormRestApiInterceptor |
restApiInterceptor |
| Constructor and Description |
|---|
FormModelResource() |
| Modifier and Type | Method and Description |
|---|---|
FormModelResponse |
getModelResource(String formDefinitionId) |
@Autowired protected FormRestResponseFactory formRestResponseFactory
@Autowired protected FormService formService
@Autowired protected FormRepositoryService formRepositoryService
@Autowired(required=false) protected FormRestApiInterceptor restApiInterceptor
@GetMapping(value="/form-repository/form-definitions/{formDefinitionId}/model",
produces="application/json")
public FormModelResponse getModelResource(@PathVariable
String formDefinitionId)
Copyright © 2019 Flowable. All rights reserved.