public interface HistoricTaskLogEntryDataManager extends DataManager<HistoricTaskLogEntryEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteHistoricTaskLogEntriesByProcessDefinitionId(String processDefinitionId) |
void |
deleteHistoricTaskLogEntriesByScopeDefinitionId(String scopeType,
String scopeDefinitionId) |
void |
deleteHistoricTaskLogEntriesByTaskId(String taskId) |
void |
deleteHistoricTaskLogEntriesForNonExistingCaseInstances() |
void |
deleteHistoricTaskLogEntriesForNonExistingProcessInstances() |
void |
deleteHistoricTaskLogEntry(long logEntryNumber) |
List<HistoricTaskLogEntry> |
findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery) |
List<HistoricTaskLogEntry> |
findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) |
long |
findHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery) |
long |
findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) |
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 deleteHistoricTaskLogEntriesForNonExistingProcessInstances()
void deleteHistoricTaskLogEntriesForNonExistingCaseInstances()
Copyright © 2020 Flowable. All rights reserved.