@RestController @RequestMapping(value="/app/rest/form-models") public class FormsResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ModelRepository |
modelRepository |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
FormsResource() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.ui.common.model.ResultListDataRepresentation |
getForms(javax.servlet.http.HttpServletRequest request) |
protected String |
makeValidFilterText(String filterText) |
@Autowired protected ModelRepository modelRepository
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
Copyright © 2020 Flowable. All rights reserved.