| 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 | |
| org.camunda.bpm.engine.rest.dto.history | |
| org.camunda.bpm.engine.rest.impl.history | 
| 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
static HistoricJobLogDto | 
HistoricJobLogDto.fromHistoricJobLog(HistoricJobLog historicJobLog)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<HistoricJobLog> | 
HistoricJobLogRestServiceImpl.executePaginatedQuery(HistoricJobLogQuery query,
                     Integer firstResult,
                     Integer maxResults)  | 
Copyright © 2019. All rights reserved.