@RestController public class FormEngineResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FormRestApiInterceptor |
restApiInterceptor |
| Constructor and Description |
|---|
FormEngineResource() |
| Modifier and Type | Method and Description |
|---|---|
FormEngineInfoResponse |
getEngineInfo() |
@Autowired(required=false) protected FormRestApiInterceptor restApiInterceptor
@GetMapping(value="/form-management/engine",
produces="application/json")
public FormEngineInfoResponse getEngineInfo()
Copyright © 2019 Flowable. All rights reserved.