| Package | Description |
|---|---|
| org.flowable.dmn.rest.service.api | |
| org.flowable.dmn.rest.service.api.history |
| Modifier and Type | Method and Description |
|---|---|
HistoricDecisionExecutionResponse |
DmnRestResponseFactory.createHistoryDecisionExecutionResponse(org.flowable.dmn.api.DmnHistoricDecisionExecution execution) |
HistoricDecisionExecutionResponse |
DmnRestResponseFactory.createHistoryDecisionExecutionResponse(org.flowable.dmn.api.DmnHistoricDecisionExecution execution,
DmnRestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricDecisionExecutionResponse> |
DmnRestResponseFactory.createHistoricDecisionExecutionResponseList(List<org.flowable.dmn.api.DmnHistoricDecisionExecution> historicDecisionExecutions) |
| Modifier and Type | Method and Description |
|---|---|
HistoricDecisionExecutionResponse |
HistoricDecisionExecutionResource.getHistoricDecisionExecution(String historicDecisionExecutionId,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<HistoricDecisionExecutionResponse> |
HistoryDecisionExecutionCollectionResource.getDecisionTables(Map<String,String> allRequestParams,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2019 Flowable. All rights reserved.