Uses of Interface
org.flowable.task.api.history.HistoricTaskLogEntry
Packages that use HistoricTaskLogEntry
Package
Description
-
Uses of HistoricTaskLogEntry in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type HistoricTaskLogEntryModifier and TypeMethodDescriptionRestResponseFactory.createHistoricTaskLogEntryResponse
(HistoricTaskLogEntry logEntry, RestUrlBuilder urlBuilder) Method parameters in org.flowable.rest.service.api with type arguments of type HistoricTaskLogEntryModifier and TypeMethodDescriptionRestResponseFactory.createHistoricTaskLogEntryResponseList
(List<HistoricTaskLogEntry> logEntries) -
Uses of HistoricTaskLogEntry in org.flowable.task.service.impl
Methods in org.flowable.task.service.impl that return types with arguments of type HistoricTaskLogEntryModifier and TypeMethodDescriptionHistoricTaskLogEntryQueryImpl.executeList
(CommandContext commandContext) NativeHistoricTaskLogEntryQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) -
Uses of HistoricTaskLogEntry in org.flowable.task.service.impl.persistence.entity
Subinterfaces of HistoricTaskLogEntry in org.flowable.task.service.impl.persistence.entityClasses in org.flowable.task.service.impl.persistence.entity that implement HistoricTaskLogEntryMethods in org.flowable.task.service.impl.persistence.entity that return types with arguments of type HistoricTaskLogEntryModifier and TypeMethodDescriptionHistoricTaskLogEntryEntityManager.findHistoricTaskLogEntriesByNativeQueryCriteria
(Map<String, Object> nativeHistoricTaskLogEntryQuery) HistoricTaskLogEntryEntityManagerImpl.findHistoricTaskLogEntriesByNativeQueryCriteria
(Map<String, Object> nativeHistoricTaskLogEntryQuery) HistoricTaskLogEntryEntityManager.findHistoricTaskLogEntriesByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) HistoricTaskLogEntryEntityManagerImpl.findHistoricTaskLogEntriesByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) -
Uses of HistoricTaskLogEntry in org.flowable.task.service.impl.persistence.entity.data
Methods in org.flowable.task.service.impl.persistence.entity.data that return types with arguments of type HistoricTaskLogEntryModifier and TypeMethodDescriptionHistoricTaskLogEntryDataManager.findHistoricTaskLogEntriesByNativeQueryCriteria
(Map<String, Object> nativeHistoricTaskLogEntryQuery) HistoricTaskLogEntryDataManager.findHistoricTaskLogEntriesByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) -
Uses of HistoricTaskLogEntry in org.flowable.task.service.impl.persistence.entity.data.impl
Methods in org.flowable.task.service.impl.persistence.entity.data.impl that return types with arguments of type HistoricTaskLogEntryModifier and TypeMethodDescriptionMyBatisHistoricTaskLogEntryDataManager.findHistoricTaskLogEntriesByNativeQueryCriteria
(Map<String, Object> nativeHistoricTaskLogEntryQuery) MyBatisHistoricTaskLogEntryDataManager.findHistoricTaskLogEntriesByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)