Uses of Class
org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
Packages that use HistoricIdentityLinkLogQueryImpl 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 -
-
Uses of HistoricIdentityLinkLogQueryImpl in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return HistoricIdentityLinkLogQueryImpl Modifier and Type Method Description HistoricIdentityLinkLogQueryImpl
HistoryServiceImpl. createHistoricIdentityLinkLogQuery()
-
Uses of HistoricIdentityLinkLogQueryImpl in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoricIdentityLinkLogQueryImpl Modifier and Type Method Description void
AuthorizationManager. configureHistoricIdentityLinkQuery(HistoricIdentityLinkLogQueryImpl query)
protected void
HistoricIdentityLinkLogManager. configureQuery(HistoricIdentityLinkLogQueryImpl query)
List<HistoricIdentityLinkLog>
HistoricIdentityLinkLogManager. findHistoricIdentityLinkLogByQueryCriteria(HistoricIdentityLinkLogQueryImpl query, Page page)
long
HistoricIdentityLinkLogManager. findHistoricIdentityLinkLogCountByQueryCriteria(HistoricIdentityLinkLogQueryImpl query)
-