Class HistoricTaskLogEntryEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<HistoricTaskLogEntryEntity, HistoricTaskLogEntryDataManager>
org.flowable.common.engine.impl.persistence.entity.AbstractServiceEngineEntityManager<TaskServiceConfiguration, HistoricTaskLogEntryEntity, HistoricTaskLogEntryDataManager>
org.flowable.task.service.impl.persistence.entity.AbstractTaskServiceEntityManager<HistoricTaskLogEntryEntity, HistoricTaskLogEntryDataManager>
org.flowable.task.service.impl.persistence.entity.HistoricTaskLogEntryEntityManagerImpl
- All Implemented Interfaces:
EntityManager<HistoricTaskLogEntryEntity>, HistoricTaskLogEntryEntityManager
public class HistoricTaskLogEntryEntityManagerImpl
extends AbstractTaskServiceEntityManager<HistoricTaskLogEntryEntity, HistoricTaskLogEntryDataManager>
implements HistoricTaskLogEntryEntityManager
- Author:
- martin.grofcik
-
Field Summary
Fields inherited from class AbstractServiceEngineEntityManager
serviceConfigurationFields inherited from class AbstractEntityManager
dataManager, engineType -
Constructor Summary
ConstructorsConstructorDescriptionHistoricTaskLogEntryEntityManagerImpl(TaskServiceConfiguration taskServiceConfiguration, HistoricTaskLogEntryDataManager taskLogDataManager) -
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) Methods inherited from class AbstractTaskServiceEntityManager
createEntityEventMethods inherited from class AbstractServiceEngineEntityManager
getClock, getEventDispatcher, getServiceConfigurationMethods inherited from class AbstractEntityManager
create, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, update
-
Constructor Details
-
HistoricTaskLogEntryEntityManagerImpl
public HistoricTaskLogEntryEntityManagerImpl(TaskServiceConfiguration taskServiceConfiguration, HistoricTaskLogEntryDataManager taskLogDataManager)
-
-
Method Details
-
findHistoricTaskLogEntriesByQueryCriteria
public List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) - Specified by:
findHistoricTaskLogEntriesByQueryCriteriain interfaceHistoricTaskLogEntryEntityManager
-
findHistoricTaskLogEntriesCountByQueryCriteria
public long findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) - Specified by:
findHistoricTaskLogEntriesCountByQueryCriteriain interfaceHistoricTaskLogEntryEntityManager
-
findHistoricTaskLogEntriesByNativeQueryCriteria
public List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String, Object> nativeHistoricTaskLogEntryQuery) - Specified by:
findHistoricTaskLogEntriesByNativeQueryCriteriain interfaceHistoricTaskLogEntryEntityManager
-
findHistoricTaskLogEntriesCountByNativeQueryCriteria
public long findHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String, Object> nativeHistoricTaskLogEntryQuery) - Specified by:
findHistoricTaskLogEntriesCountByNativeQueryCriteriain interfaceHistoricTaskLogEntryEntityManager
-
deleteHistoricTaskLogEntry
public void deleteHistoricTaskLogEntry(long logNr) - Specified by:
deleteHistoricTaskLogEntryin interfaceHistoricTaskLogEntryEntityManager
-
deleteHistoricTaskLogEntriesForProcessDefinition
- Specified by:
deleteHistoricTaskLogEntriesForProcessDefinitionin interfaceHistoricTaskLogEntryEntityManager
-
deleteHistoricTaskLogEntriesForScopeDefinition
public void deleteHistoricTaskLogEntriesForScopeDefinition(String scopeType, String scopeDefinitionId) - Specified by:
deleteHistoricTaskLogEntriesForScopeDefinitionin interfaceHistoricTaskLogEntryEntityManager
-
deleteHistoricTaskLogEntriesForTaskId
- Specified by:
deleteHistoricTaskLogEntriesForTaskIdin interfaceHistoricTaskLogEntryEntityManager
-
bulkDeleteHistoricTaskLogEntriesForTaskIds
- Specified by:
bulkDeleteHistoricTaskLogEntriesForTaskIdsin interfaceHistoricTaskLogEntryEntityManager
-
deleteHistoricTaskLogEntriesForNonExistingProcessInstances
public void deleteHistoricTaskLogEntriesForNonExistingProcessInstances()- Specified by:
deleteHistoricTaskLogEntriesForNonExistingProcessInstancesin interfaceHistoricTaskLogEntryEntityManager
-
deleteHistoricTaskLogEntriesForNonExistingCaseInstances
public void deleteHistoricTaskLogEntriesForNonExistingCaseInstances()- Specified by:
deleteHistoricTaskLogEntriesForNonExistingCaseInstancesin interfaceHistoricTaskLogEntryEntityManager
-
createHistoricTaskLogEntry
- Specified by:
createHistoricTaskLogEntryin interfaceHistoricTaskLogEntryEntityManager
-