Interface HistoricTaskLogEntryEntityManager
- All Superinterfaces:
EntityManager<HistoricTaskLogEntryEntity>
- All Known Implementing Classes:
HistoricTaskLogEntryEntityManagerImpl
public interface HistoricTaskLogEntryEntityManager
extends EntityManager<HistoricTaskLogEntryEntity>
- Author:
- martin.grofcik
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
createHistoricTaskLogEntry
(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder) void
void
void
deleteHistoricTaskLogEntriesForProcessDefinition
(String processDefinitionId) void
deleteHistoricTaskLogEntriesForScopeDefinition
(String scopeType, String scopeDefinitionId) void
void
deleteHistoricTaskLogEntry
(long logNr) findHistoricTaskLogEntriesByNativeQueryCriteria
(Map<String, Object> nativeHistoricTaskLogEntryQuery) findHistoricTaskLogEntriesByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) long
findHistoricTaskLogEntriesCountByNativeQueryCriteria
(Map<String, Object> nativeHistoricTaskLogEntryQuery) long
findHistoricTaskLogEntriesCountByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
-
Method Details
-
deleteHistoricTaskLogEntry
void deleteHistoricTaskLogEntry(long logNr) -
createHistoricTaskLogEntry
-
findHistoricTaskLogEntriesByQueryCriteria
List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) -
findHistoricTaskLogEntriesCountByQueryCriteria
long findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) -
findHistoricTaskLogEntriesByNativeQueryCriteria
List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String, Object> nativeHistoricTaskLogEntryQuery) -
findHistoricTaskLogEntriesCountByNativeQueryCriteria
-
deleteHistoricTaskLogEntriesForProcessDefinition
-
deleteHistoricTaskLogEntriesForScopeDefinition
-
deleteHistoricTaskLogEntriesForTaskId
-
bulkDeleteHistoricTaskLogEntriesForTaskIds
-
deleteHistoricTaskLogEntriesForNonExistingProcessInstances
void deleteHistoricTaskLogEntriesForNonExistingProcessInstances() -
deleteHistoricTaskLogEntriesForNonExistingCaseInstances
void deleteHistoricTaskLogEntriesForNonExistingCaseInstances()
-