Class MyBatisHistoricTaskLogEntryDataManager
java.lang.Object
org.flowable.common.engine.impl.db.AbstractDataManager<HistoricTaskLogEntryEntity>
org.flowable.task.service.impl.persistence.entity.data.impl.MyBatisHistoricTaskLogEntryDataManager
- All Implemented Interfaces:
DataManager<HistoricTaskLogEntryEntity>,HistoricTaskLogEntryDataManager
public class MyBatisHistoricTaskLogEntryDataManager
extends AbstractDataManager<HistoricTaskLogEntryEntity>
implements HistoricTaskLogEntryDataManager
- Author:
- martin.grofcik
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
MAX_ENTRIES_IN_CLAUSE -
Constructor Summary
ConstructorsConstructorDescriptionMyBatisHistoricTaskLogEntryDataManager(TaskServiceConfiguration taskServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate()voiddeleteHistoricTaskLogEntriesByProcessDefinitionId(String processDefinitionId) voiddeleteHistoricTaskLogEntriesByScopeDefinitionId(String scopeType, String scopeDefinitionId) voidvoidvoidvoiddeleteHistoricTaskLogEntry(long logEntryNumber) findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String, Object> nativeHistoricTaskLogEntryQuery) findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) longfindHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String, Object> nativeHistoricTaskLogEntryQuery) longfindHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) protected IdGeneratorClass<? extends HistoricTaskLogEntryEntity> Methods inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
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, update
-
Field Details
-
taskServiceConfiguration
-
-
Constructor Details
-
MyBatisHistoricTaskLogEntryDataManager
-
-
Method Details
-
getManagedEntityClass
- Specified by:
getManagedEntityClassin classAbstractDataManager<HistoricTaskLogEntryEntity>
-
create
- Specified by:
createin interfaceDataManager<HistoricTaskLogEntryEntity>
-
findHistoricTaskLogEntriesCountByQueryCriteria
public long findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) - Specified by:
findHistoricTaskLogEntriesCountByQueryCriteriain interfaceHistoricTaskLogEntryDataManager
-
findHistoricTaskLogEntriesByQueryCriteria
public List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) - Specified by:
findHistoricTaskLogEntriesByQueryCriteriain interfaceHistoricTaskLogEntryDataManager
-
deleteHistoricTaskLogEntry
public void deleteHistoricTaskLogEntry(long logEntryNumber) - Specified by:
deleteHistoricTaskLogEntryin interfaceHistoricTaskLogEntryDataManager
-
deleteHistoricTaskLogEntriesByProcessDefinitionId
- Specified by:
deleteHistoricTaskLogEntriesByProcessDefinitionIdin interfaceHistoricTaskLogEntryDataManager
-
deleteHistoricTaskLogEntriesByScopeDefinitionId
public void deleteHistoricTaskLogEntriesByScopeDefinitionId(String scopeType, String scopeDefinitionId) - Specified by:
deleteHistoricTaskLogEntriesByScopeDefinitionIdin interfaceHistoricTaskLogEntryDataManager
-
deleteHistoricTaskLogEntriesByTaskId
- Specified by:
deleteHistoricTaskLogEntriesByTaskIdin interfaceHistoricTaskLogEntryDataManager
-
bulkDeleteHistoricTaskLogEntriesForTaskIds
- Specified by:
bulkDeleteHistoricTaskLogEntriesForTaskIdsin interfaceHistoricTaskLogEntryDataManager
-
deleteHistoricTaskLogEntriesForNonExistingProcessInstances
public void deleteHistoricTaskLogEntriesForNonExistingProcessInstances()- Specified by:
deleteHistoricTaskLogEntriesForNonExistingProcessInstancesin interfaceHistoricTaskLogEntryDataManager
-
deleteHistoricTaskLogEntriesForNonExistingCaseInstances
public void deleteHistoricTaskLogEntriesForNonExistingCaseInstances()- Specified by:
deleteHistoricTaskLogEntriesForNonExistingCaseInstancesin interfaceHistoricTaskLogEntryDataManager
-
findHistoricTaskLogEntriesCountByNativeQueryCriteria
public long findHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String, Object> nativeHistoricTaskLogEntryQuery) - Specified by:
findHistoricTaskLogEntriesCountByNativeQueryCriteriain interfaceHistoricTaskLogEntryDataManager
-
findHistoricTaskLogEntriesByNativeQueryCriteria
public List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String, Object> nativeHistoricTaskLogEntryQuery) - Specified by:
findHistoricTaskLogEntriesByNativeQueryCriteriain interfaceHistoricTaskLogEntryDataManager
-
getIdGenerator
- Specified by:
getIdGeneratorin classAbstractDataManager<HistoricTaskLogEntryEntity>
-