Uses of Interface
org.camunda.bpm.engine.history.HistoricIdentityLinkLog
- 
Packages that use HistoricIdentityLinkLog 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.impl.persistence.entity.optimize org.camunda.bpm.engine.rest.dto.history 
- 
- 
Uses of HistoricIdentityLinkLog in org.camunda.bpm.engine.implMethods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricIdentityLinkLog Modifier and Type Method Description java.util.List<HistoricIdentityLinkLog>HistoricIdentityLinkLogQueryImpl. executeList(CommandContext commandContext, Page page)
- 
Uses of HistoricIdentityLinkLog in org.camunda.bpm.engine.impl.persistence.entityClasses in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricIdentityLinkLog Modifier and Type Class Description classHistoricIdentityLinkLogEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricIdentityLinkLog Modifier and Type Method Description java.util.List<HistoricIdentityLinkLog>HistoricIdentityLinkLogManager. findHistoricIdentityLinkLogByQueryCriteria(HistoricIdentityLinkLogQueryImpl query, Page page)
- 
Uses of HistoricIdentityLinkLog in org.camunda.bpm.engine.impl.persistence.entity.optimizeClasses in org.camunda.bpm.engine.impl.persistence.entity.optimize that implement HistoricIdentityLinkLog Modifier and Type Class Description classOptimizeHistoricIdentityLinkLogEntity
- 
Uses of HistoricIdentityLinkLog in org.camunda.bpm.engine.rest.dto.historyMethods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricIdentityLinkLog Modifier and Type Method Description static HistoricIdentityLinkLogDtoHistoricIdentityLinkLogDto. fromHistoricIdentityLink(HistoricIdentityLinkLog historicIdentityLink)static voidHistoricIdentityLinkLogDto. fromHistoricIdentityLink(HistoricIdentityLinkLogDto dto, HistoricIdentityLinkLog historicIdentityLink)
 
-