public class MyBatisHistoricTaskLogEntryDataManager extends AbstractDataManager<HistoricTaskLogEntryEntity> implements HistoricTaskLogEntryDataManager
| Modifier and Type | Field and Description |
|---|---|
protected TaskServiceConfiguration |
taskServiceConfiguration |
MAX_ENTRIES_IN_CLAUSE| Constructor and Description |
|---|
MyBatisHistoricTaskLogEntryDataManager(TaskServiceConfiguration taskServiceConfiguration) |
bulkDelete, bulkDeleteEntities, bulkUpdateEntities, createSafeInValuesList, delete, delete, deleteCachedEntities, deleteCachedEntities, executeChangeWithInClause, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updateprotected TaskServiceConfiguration taskServiceConfiguration
public MyBatisHistoricTaskLogEntryDataManager(TaskServiceConfiguration taskServiceConfiguration)
public Class<? extends HistoricTaskLogEntryEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<HistoricTaskLogEntryEntity>public HistoricTaskLogEntryEntity create()
create in interface DataManager<HistoricTaskLogEntryEntity>public long findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
findHistoricTaskLogEntriesCountByQueryCriteria in interface HistoricTaskLogEntryDataManagerpublic List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
findHistoricTaskLogEntriesByQueryCriteria in interface HistoricTaskLogEntryDataManagerpublic void deleteHistoricTaskLogEntry(long logEntryNumber)
deleteHistoricTaskLogEntry in interface HistoricTaskLogEntryDataManagerpublic void deleteHistoricTaskLogEntriesByProcessDefinitionId(String processDefinitionId)
deleteHistoricTaskLogEntriesByProcessDefinitionId in interface HistoricTaskLogEntryDataManagerpublic void deleteHistoricTaskLogEntriesByScopeDefinitionId(String scopeType, String scopeDefinitionId)
deleteHistoricTaskLogEntriesByScopeDefinitionId in interface HistoricTaskLogEntryDataManagerpublic void deleteHistoricTaskLogEntriesByTaskId(String taskId)
deleteHistoricTaskLogEntriesByTaskId in interface HistoricTaskLogEntryDataManagerpublic void deleteHistoricTaskLogEntriesForNonExistingProcessInstances()
deleteHistoricTaskLogEntriesForNonExistingProcessInstances in interface HistoricTaskLogEntryDataManagerpublic void deleteHistoricTaskLogEntriesForNonExistingCaseInstances()
deleteHistoricTaskLogEntriesForNonExistingCaseInstances in interface HistoricTaskLogEntryDataManagerpublic long findHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery)
findHistoricTaskLogEntriesCountByNativeQueryCriteria in interface HistoricTaskLogEntryDataManagerpublic List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery)
findHistoricTaskLogEntriesByNativeQueryCriteria in interface HistoricTaskLogEntryDataManagerprotected IdGenerator getIdGenerator()
getIdGenerator in class AbstractDataManager<HistoricTaskLogEntryEntity>Copyright © 2021 Flowable. All rights reserved.