Uses of Interface
org.camunda.bpm.engine.history.HistoricExternalTaskLog
Packages that use HistoricExternalTaskLog
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricExternalTaskLog in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricExternalTaskLogModifier and TypeMethodDescriptionHistoricExternalTaskLogQueryImpl.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 -
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 HistoricExternalTaskLogModifier and TypeMethodDescriptionHistoricExternalTaskLogManager.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 HistoricExternalTaskLogModifier and TypeMethodDescriptionstatic HistoricExternalTaskLogDto
HistoricExternalTaskLogDto.fromHistoricExternalTaskLog
(HistoricExternalTaskLog historicExternalTaskLog)