| Modifier and Type | Method and Description |
|---|---|
List<DmnHistoricDecisionExecution> |
HistoricDecisionExecutionQueryImpl.executeList(CommandContext commandContext) |
List<DmnHistoricDecisionExecution> |
NativeHistoryDecisionExecutionQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HistoricDecisionExecutionEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricDecisionExecutionEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<DmnHistoricDecisionExecution> |
HistoricDecisionExecutionEntityManagerImpl.findHistoricDecisionExecutionsByNativeQuery(Map<String,Object> parameterMap) |
List<DmnHistoricDecisionExecution> |
HistoricDecisionExecutionEntityManager.findHistoricDecisionExecutionsByNativeQuery(Map<String,Object> parameterMap) |
List<DmnHistoricDecisionExecution> |
HistoricDecisionExecutionEntityManagerImpl.findHistoricDecisionExecutionsByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery) |
List<DmnHistoricDecisionExecution> |
HistoricDecisionExecutionEntityManager.findHistoricDecisionExecutionsByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<DmnHistoricDecisionExecution> |
HistoricDecisionExecutionDataManager.findHistoricDecisionExecutionsByNativeQuery(Map<String,Object> parameterMap) |
List<DmnHistoricDecisionExecution> |
HistoricDecisionExecutionDataManager.findHistoricDecisionExecutionsByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<DmnHistoricDecisionExecution> |
MybatisHistoricDecisionExecutionDataManager.findHistoricDecisionExecutionsByNativeQuery(Map<String,Object> parameterMap) |
List<DmnHistoricDecisionExecution> |
MybatisHistoricDecisionExecutionDataManager.findHistoricDecisionExecutionsByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery) |
| Modifier and Type | Method and Description |
|---|---|
void |
DmnRestApiInterceptor.accessDecisionHistoryInfoById(DmnHistoricDecisionExecution historicExecutionQuery) |
HistoricDecisionExecutionResponse |
DmnRestResponseFactory.createHistoryDecisionExecutionResponse(DmnHistoricDecisionExecution execution) |
HistoricDecisionExecutionResponse |
DmnRestResponseFactory.createHistoryDecisionExecutionResponse(DmnHistoricDecisionExecution execution,
DmnRestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricDecisionExecutionResponse> |
DmnRestResponseFactory.createHistoricDecisionExecutionResponseList(List<DmnHistoricDecisionExecution> historicDecisionExecutions) |
| Modifier and Type | Method and Description |
|---|---|
protected DmnHistoricDecisionExecution |
BaseHistoricDecisionExecutionResource.getHistoricDecisionExecutionFromRequest(String decisionExecutionId)
Returns the
DmnHistoricDecisionExecution that is requested. |
| Constructor and Description |
|---|
HistoricDecisionExecutionResponse(DmnHistoricDecisionExecution historicDecisionExecution) |
Copyright © 2023 Flowable. All rights reserved.