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 org.camunda.bpm.engine.rest.impl.history -
-
Uses of HistoricExternalTaskLog in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricExternalTaskLog Modifier and Type Method Description List<HistoricExternalTaskLog>
HistoricExternalTaskLogQueryImpl. executeList(CommandContext commandContext, Page page)
-
Uses of HistoricExternalTaskLog in org.camunda.bpm.engine.impl.history.event
Classes in org.camunda.bpm.engine.impl.history.event that implement HistoricExternalTaskLog Modifier and Type Class Description class
HistoricExternalTaskLogEntity
-
Uses of HistoricExternalTaskLog in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricExternalTaskLog Modifier and Type Method Description List<HistoricExternalTaskLog>
HistoricExternalTaskLogManager. findHistoricExternalTaskLogsByQueryCriteria(HistoricExternalTaskLogQueryImpl query, Page page)
-
Uses of HistoricExternalTaskLog in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricExternalTaskLog Modifier and Type Method Description static HistoricExternalTaskLogDto
HistoricExternalTaskLogDto. fromHistoricExternalTaskLog(HistoricExternalTaskLog historicExternalTaskLog)
-
Uses of HistoricExternalTaskLog in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricExternalTaskLog Modifier and Type Method Description protected List<HistoricExternalTaskLog>
HistoricExternalTaskLogRestServiceImpl. executePaginatedQuery(HistoricExternalTaskLogQuery query, Integer firstResult, Integer maxResults)
-