Interface HistoricTaskLogEntryDataManager
- All Superinterfaces:
DataManager<HistoricTaskLogEntryEntity>
- All Known Implementing Classes:
MyBatisHistoricTaskLogEntryDataManager
author martin.grofcik
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteHistoricTaskLogEntriesByProcessDefinitionId(String processDefinitionId) voiddeleteHistoricTaskLogEntriesByScopeDefinitionId(String scopeType, String scopeDefinitionId) voidvoidvoidvoiddeleteHistoricTaskLogEntry(long logEntryNumber) findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String, Object> nativeHistoricTaskLogEntryQuery) findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) longfindHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String, Object> nativeHistoricTaskLogEntryQuery) longfindHistoricTaskLogEntriesCountByQueryCriteria(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()
-