public class MyBatisHistoricTaskLogEntryDataManager extends AbstractDataManager<HistoricTaskLogEntryEntity> implements HistoricTaskLogEntryDataManager
| Constructor and Description |
|---|
MyBatisHistoricTaskLogEntryDataManager() |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryEntity |
create() |
void |
deleteHistoricTaskLogEntriesByProcessDefinitionId(String processDefinitionId) |
void |
deleteHistoricTaskLogEntriesByScopeDefinitionId(String scopeType,
String scopeDefinitionId) |
void |
deleteHistoricTaskLogEntriesByTaskId(String taskId) |
void |
deleteHistoricTaskLogEntry(long logEntryNumber) |
List<HistoricTaskLogEntry> |
findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery) |
List<HistoricTaskLogEntry> |
findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) |
long |
findHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery) |
long |
findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) |
Class<? extends HistoricTaskLogEntryEntity> |
getManagedEntityClass() |
bulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, 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 long findHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery)
findHistoricTaskLogEntriesCountByNativeQueryCriteria in interface HistoricTaskLogEntryDataManagerpublic List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery)
findHistoricTaskLogEntriesByNativeQueryCriteria in interface HistoricTaskLogEntryDataManagerCopyright © 2019 Flowable. All rights reserved.