public interface HistoricTaskLogEntryDataManager extends DataManager<HistoricTaskLogEntryEntity>
void deleteHistoricTaskLogEntry(long logEntryNumber)
long findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
long findHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery)
List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery)
void deleteHistoricTaskLogEntriesByProcessDefinitionId(String processDefinitionId)
void deleteHistoricTaskLogEntriesByScopeDefinitionId(String scopeType, String scopeDefinitionId)
void deleteHistoricTaskLogEntriesByTaskId(String taskId)
void bulkDeleteHistoricTaskLogEntriesForTaskIds(Collection<String> taskIds)
void deleteHistoricTaskLogEntriesForNonExistingProcessInstances()
void deleteHistoricTaskLogEntriesForNonExistingCaseInstances()
Copyright © 2022 Flowable. All rights reserved.