Uses of Interface
org.camunda.bpm.engine.history.HistoricExternalTaskLog
- 
Packages that use HistoricExternalTaskLog Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.history.event org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.rest.dto.history 
- 
- 
Uses of HistoricExternalTaskLog in org.camunda.bpm.engine.implMethods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricExternalTaskLog Modifier and Type Method Description java.util.List<HistoricExternalTaskLog>HistoricExternalTaskLogQueryImpl. executeList(CommandContext commandContext, Page page)
- 
Uses of HistoricExternalTaskLog in org.camunda.bpm.engine.impl.history.eventClasses in org.camunda.bpm.engine.impl.history.event that implement HistoricExternalTaskLog Modifier and Type Class Description classHistoricExternalTaskLogEntity
- 
Uses of HistoricExternalTaskLog in org.camunda.bpm.engine.impl.persistence.entityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricExternalTaskLog Modifier and Type Method Description java.util.List<HistoricExternalTaskLog>HistoricExternalTaskLogManager. findHistoricExternalTaskLogsByQueryCriteria(HistoricExternalTaskLogQueryImpl query, Page page)
- 
Uses of HistoricExternalTaskLog in org.camunda.bpm.engine.rest.dto.historyMethods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricExternalTaskLog Modifier and Type Method Description static HistoricExternalTaskLogDtoHistoricExternalTaskLogDto. fromHistoricExternalTaskLog(HistoricExternalTaskLog historicExternalTaskLog)
 
-