Interface HistoricTaskLogEntryDataManager
- All Superinterfaces:
DataManager<HistoricTaskLogEntryEntity>
- All Known Implementing Classes:
MyBatisHistoricTaskLogEntryDataManager
author martin.grofcik
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteHistoricTaskLogEntriesByProcessDefinitionId
(String processDefinitionId) void
deleteHistoricTaskLogEntriesByScopeDefinitionId
(String scopeType, String scopeDefinitionId) void
void
void
void
deleteHistoricTaskLogEntry
(long logEntryNumber) findHistoricTaskLogEntriesByNativeQueryCriteria
(Map<String, Object> nativeHistoricTaskLogEntryQuery) findHistoricTaskLogEntriesByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) long
findHistoricTaskLogEntriesCountByNativeQueryCriteria
(Map<String, Object> nativeHistoricTaskLogEntryQuery) long
findHistoricTaskLogEntriesCountByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
-
Method Details
-
deleteHistoricTaskLogEntry
void deleteHistoricTaskLogEntry(long logEntryNumber) -
findHistoricTaskLogEntriesCountByQueryCriteria
long findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) -
findHistoricTaskLogEntriesByQueryCriteria
List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) -
findHistoricTaskLogEntriesCountByNativeQueryCriteria
-
findHistoricTaskLogEntriesByNativeQueryCriteria
List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String, Object> nativeHistoricTaskLogEntryQuery) -
deleteHistoricTaskLogEntriesByProcessDefinitionId
-
deleteHistoricTaskLogEntriesByScopeDefinitionId
-
deleteHistoricTaskLogEntriesByTaskId
-
bulkDeleteHistoricTaskLogEntriesForTaskIds
-
deleteHistoricTaskLogEntriesForNonExistingProcessInstances
void deleteHistoricTaskLogEntriesForNonExistingProcessInstances() -
deleteHistoricTaskLogEntriesForNonExistingCaseInstances
void deleteHistoricTaskLogEntriesForNonExistingCaseInstances()
-