Uses of Class
org.flowable.task.service.impl.HistoricTaskLogEntryQueryImpl
Packages that use HistoricTaskLogEntryQueryImpl
Package
Description
-
Uses of HistoricTaskLogEntryQueryImpl in org.flowable.task.service.impl.persistence.entity
Methods in org.flowable.task.service.impl.persistence.entity with parameters of type HistoricTaskLogEntryQueryImplModifier and TypeMethodDescriptionHistoricTaskLogEntryEntityManager.findHistoricTaskLogEntriesByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) HistoricTaskLogEntryEntityManagerImpl.findHistoricTaskLogEntriesByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) long
HistoricTaskLogEntryEntityManager.findHistoricTaskLogEntriesCountByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) long
HistoricTaskLogEntryEntityManagerImpl.findHistoricTaskLogEntriesCountByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) -
Uses of HistoricTaskLogEntryQueryImpl in org.flowable.task.service.impl.persistence.entity.data
Methods in org.flowable.task.service.impl.persistence.entity.data with parameters of type HistoricTaskLogEntryQueryImplModifier and TypeMethodDescriptionHistoricTaskLogEntryDataManager.findHistoricTaskLogEntriesByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) long
HistoricTaskLogEntryDataManager.findHistoricTaskLogEntriesCountByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) -
Uses of HistoricTaskLogEntryQueryImpl in org.flowable.task.service.impl.persistence.entity.data.impl
Methods in org.flowable.task.service.impl.persistence.entity.data.impl with parameters of type HistoricTaskLogEntryQueryImplModifier and TypeMethodDescriptionMyBatisHistoricTaskLogEntryDataManager.findHistoricTaskLogEntriesByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) long
MyBatisHistoricTaskLogEntryDataManager.findHistoricTaskLogEntriesCountByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)