Uses of Class
org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
Packages that use HistoricExternalTaskLogQueryImpl Package Description org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of HistoricExternalTaskLogQueryImpl in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoricExternalTaskLogQueryImpl Modifier and Type Method Description void
AuthorizationManager. configureHistoricExternalTaskLogQuery(HistoricExternalTaskLogQueryImpl query)
protected void
HistoricExternalTaskLogManager. configureQuery(HistoricExternalTaskLogQueryImpl query)
List<HistoricExternalTaskLog>
HistoricExternalTaskLogManager. findHistoricExternalTaskLogsByQueryCriteria(HistoricExternalTaskLogQueryImpl query, Page page)
long
HistoricExternalTaskLogManager. findHistoricExternalTaskLogsCountByQueryCriteria(HistoricExternalTaskLogQueryImpl query)
-