Uses of Interface
org.camunda.bpm.engine.history.HistoricIdentityLinkLog
Packages that use HistoricIdentityLinkLog
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricIdentityLinkLog in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricIdentityLinkLogModifier and TypeMethodDescriptionHistoricIdentityLinkLogQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of HistoricIdentityLinkLog in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricIdentityLinkLogMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricIdentityLinkLogModifier and TypeMethodDescriptionHistoricIdentityLinkLogManager.findHistoricIdentityLinkLogByQueryCriteria
(HistoricIdentityLinkLogQueryImpl query, Page page) -
Uses of HistoricIdentityLinkLog in org.camunda.bpm.engine.impl.persistence.entity.optimize
Classes in org.camunda.bpm.engine.impl.persistence.entity.optimize that implement HistoricIdentityLinkLog -
Uses of HistoricIdentityLinkLog in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricIdentityLinkLogModifier and TypeMethodDescriptionstatic HistoricIdentityLinkLogDto
HistoricIdentityLinkLogDto.fromHistoricIdentityLink
(HistoricIdentityLinkLog historicIdentityLink) static void
HistoricIdentityLinkLogDto.fromHistoricIdentityLink
(HistoricIdentityLinkLogDto dto, HistoricIdentityLinkLog historicIdentityLink)