| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.camunda.bpm.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricJobLog> |
HistoricJobLogQueryImpl.executeList(CommandContext commandContext,
Page page) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricJobLogEventEntity |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricJobLog> |
HistoricJobLogManager.findHistoricJobLogsByDeploymentId(String deploymentId) |
List<HistoricJobLog> |
HistoricJobLogManager.findHistoricJobLogsByQueryCriteria(HistoricJobLogQueryImpl query,
Page page) |
Copyright © 2013–2020 camunda services GmbH. All rights reserved.