Interface HistoricTaskLogEntryEntityManager
- All Superinterfaces:
EntityManager<HistoricTaskLogEntryEntity>
- All Known Implementing Classes:
HistoricTaskLogEntryEntityManagerImpl
public interface HistoricTaskLogEntryEntityManager
extends EntityManager<HistoricTaskLogEntryEntity>
- Author:
- martin.grofcik
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcreateHistoricTaskLogEntry(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder) voidvoidvoiddeleteHistoricTaskLogEntriesForProcessDefinition(String processDefinitionId) voiddeleteHistoricTaskLogEntriesForScopeDefinition(String scopeType, String scopeDefinitionId) voidvoiddeleteHistoricTaskLogEntry(long logNr) findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String, Object> nativeHistoricTaskLogEntryQuery) findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) longfindHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String, Object> nativeHistoricTaskLogEntryQuery) longfindHistoricTaskLogEntriesCountByQueryCriteria(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()
-