@RestController public class ProcessEngineInfoClientResource extends AbstractClientResource
| Modifier and Type | Field and Description |
|---|---|
protected ProcessEngineInfoService |
clientService |
configRepository| Constructor and Description |
|---|
ProcessEngineInfoClientResource() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getEngineInfo(Integer endpointTypeCode) |
getRequestParametersWithoutServerId, retrieveServerConfig@Autowired protected ProcessEngineInfoService clientService
@GetMapping(value="/rest/admin/engine-info/{endpointTypeCode}")
public com.fasterxml.jackson.databind.JsonNode getEngineInfo(@PathVariable
Integer endpointTypeCode)
throws org.flowable.ui.common.service.exception.BadRequestException
org.flowable.ui.common.service.exception.BadRequestExceptionCopyright © 2022 Flowable. All rights reserved.