public class MyBatisHistoricTaskLogEntryDataManager extends AbstractDataManager<HistoricTaskLogEntryEntity> implements HistoricTaskLogEntryDataManager
| Constructor and Description |
|---|
MyBatisHistoricTaskLogEntryDataManager() |
bulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updatepublic MyBatisHistoricTaskLogEntryDataManager()
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 HistoricTaskLogEntryDataManagerCopyright © 2020 Flowable. All rights reserved.