public interface HistoricTaskLogEntryEntityManager extends EntityManager<HistoricTaskLogEntryEntity>
void deleteHistoricTaskLogEntry(long logNr)
void createHistoricTaskLogEntry(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder)
List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
long findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery)
long findHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery)
void deleteHistoricTaskLogEntriesForProcessDefinition(String processDefinitionId)
void deleteHistoricTaskLogEntriesForScopeDefinition(String scopeType, String scopeDefinitionId)
void deleteHistoricTaskLogEntriesForTaskId(String taskId)
void deleteHistoricTaskLogEntriesForNonExistingProcessInstances()
void deleteHistoricTaskLogEntriesForNonExistingCaseInstances()
Copyright © 2021 Flowable. All rights reserved.