| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.camunda.bpm.engine.impl.cmd.optimize | |
| org.camunda.bpm.engine.impl.optimize | |
| org.camunda.bpm.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIncidentEntity> |
OptimizeService.getCompletedHistoricIncidents(Date finishedAfter,
Date finishedAt,
int maxResults) |
List<HistoricIncidentEntity> |
OptimizeService.getOpenHistoricIncidents(Date createdAfter,
Date createdAt,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIncidentEntity> |
OptimizeCompletedHistoricIncidentsQueryCmd.execute(CommandContext commandContext) |
List<HistoricIncidentEntity> |
OptimizeOpenHistoricIncidentsQueryCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIncidentEntity> |
OptimizeManager.getCompletedHistoricIncidents(Date finishedAfter,
Date finishedAt,
int maxResults) |
List<HistoricIncidentEntity> |
OptimizeManager.getOpenHistoricIncidents(Date createdAfter,
Date createdAt,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
HistoricIncidentEntity |
HistoricIncidentManager.findHistoricIncidentById(String id) |
Copyright © 2013–2020 camunda services GmbH. All rights reserved.