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 voidAuthorizationManager. configureHistoricExternalTaskLogQuery(HistoricExternalTaskLogQueryImpl query)protected voidHistoricExternalTaskLogManager. configureQuery(HistoricExternalTaskLogQueryImpl query)java.util.List<HistoricExternalTaskLog>HistoricExternalTaskLogManager. findHistoricExternalTaskLogsByQueryCriteria(HistoricExternalTaskLogQueryImpl query, Page page)longHistoricExternalTaskLogManager. findHistoricExternalTaskLogsCountByQueryCriteria(HistoricExternalTaskLogQueryImpl query)
-