@RestController public class DecisionTableHistoricExecutionsClientResource extends AbstractClientResource
| Modifier and Type | Field and Description |
|---|---|
protected DecisionHistoricExecutionService |
clientService |
configRepository| Constructor and Description |
|---|
DecisionTableHistoricExecutionsClientResource() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getDecisionTableHistoricExecution(javax.servlet.http.HttpServletRequest request) |
getRequestParametersWithoutServerId, retrieveServerConfig@Autowired protected DecisionHistoricExecutionService clientService
public DecisionTableHistoricExecutionsClientResource()
@GetMapping(value="/rest/admin/decision-tables/history",
produces="application/json")
public com.fasterxml.jackson.databind.JsonNode getDecisionTableHistoricExecution(javax.servlet.http.HttpServletRequest request)
throws org.flowable.ui.common.service.exception.BadRequestException
org.flowable.ui.common.service.exception.BadRequestExceptionCopyright © 2022 Flowable. All rights reserved.