Uses of Class
org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl

Packages that use HistoricIdentityLinkLogQueryImpl
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
 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
 void AuthorizationManager.configureHistoricIdentityLinkQuery(HistoricIdentityLinkLogQueryImpl query)
           
protected  void HistoricIdentityLinkLogManager.configureQuery(HistoricIdentityLinkLogQueryImpl query)
           
 List<HistoricIdentityLinkLog> HistoricIdentityLinkLogManager.findHistoricIdentityLinkLogByQueryCriteria(HistoricIdentityLinkLogQueryImpl query, Page page)
           
 long HistoricIdentityLinkLogManager.findHistoricIdentityLinkLogCountByQueryCriteria(HistoricIdentityLinkLogQueryImpl query)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.