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 HistoricIdentityLinkLogQueryImplHistoryServiceImpl. 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 voidAuthorizationManager. configureHistoricIdentityLinkQuery(HistoricIdentityLinkLogQueryImpl query)protected voidHistoricIdentityLinkLogManager. configureQuery(HistoricIdentityLinkLogQueryImpl query)java.util.List<HistoricIdentityLinkLog>HistoricIdentityLinkLogManager. findHistoricIdentityLinkLogByQueryCriteria(HistoricIdentityLinkLogQueryImpl query, Page page)longHistoricIdentityLinkLogManager. findHistoricIdentityLinkLogCountByQueryCriteria(HistoricIdentityLinkLogQueryImpl query)
-