Class HistoricTaskLogEntryEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<EntityImpl,DM>
org.flowable.common.engine.impl.persistence.entity.AbstractServiceEngineEntityManager<TaskServiceConfiguration,EntityImpl,DM>
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 org.flowable.common.engine.impl.persistence.entity.AbstractServiceEngineEntityManager
serviceConfiguration
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
dataManager, engineType
-
Constructor Summary
ConstructorsConstructorDescriptionHistoricTaskLogEntryEntityManagerImpl
(TaskServiceConfiguration taskServiceConfiguration, HistoricTaskLogEntryDataManager taskLogDataManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
createHistoricTaskLogEntry
(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder) void
void
void
deleteHistoricTaskLogEntriesForProcessDefinition
(String processDefinitionId) void
deleteHistoricTaskLogEntriesForScopeDefinition
(String scopeType, String scopeDefinitionId) void
void
deleteHistoricTaskLogEntry
(long logNr) findHistoricTaskLogEntriesByNativeQueryCriteria
(Map<String, Object> nativeHistoricTaskLogEntryQuery) findHistoricTaskLogEntriesByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) long
findHistoricTaskLogEntriesCountByNativeQueryCriteria
(Map<String, Object> nativeHistoricTaskLogEntryQuery) long
findHistoricTaskLogEntriesCountByQueryCriteria
(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) Methods inherited from class org.flowable.task.service.impl.persistence.entity.AbstractTaskServiceEntityManager
createEntityEvent
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractServiceEngineEntityManager
getClock, getEventDispatcher, getServiceConfiguration
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.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:
findHistoricTaskLogEntriesByQueryCriteria
in interfaceHistoricTaskLogEntryEntityManager
-
findHistoricTaskLogEntriesCountByQueryCriteria
public long findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery) - Specified by:
findHistoricTaskLogEntriesCountByQueryCriteria
in interfaceHistoricTaskLogEntryEntityManager
-
findHistoricTaskLogEntriesByNativeQueryCriteria
public List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String, Object> nativeHistoricTaskLogEntryQuery) - Specified by:
findHistoricTaskLogEntriesByNativeQueryCriteria
in interfaceHistoricTaskLogEntryEntityManager
-
findHistoricTaskLogEntriesCountByNativeQueryCriteria
public long findHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String, Object> nativeHistoricTaskLogEntryQuery) - Specified by:
findHistoricTaskLogEntriesCountByNativeQueryCriteria
in interfaceHistoricTaskLogEntryEntityManager
-
deleteHistoricTaskLogEntry
public void deleteHistoricTaskLogEntry(long logNr) - Specified by:
deleteHistoricTaskLogEntry
in interfaceHistoricTaskLogEntryEntityManager
-
deleteHistoricTaskLogEntriesForProcessDefinition
- Specified by:
deleteHistoricTaskLogEntriesForProcessDefinition
in interfaceHistoricTaskLogEntryEntityManager
-
deleteHistoricTaskLogEntriesForScopeDefinition
public void deleteHistoricTaskLogEntriesForScopeDefinition(String scopeType, String scopeDefinitionId) - Specified by:
deleteHistoricTaskLogEntriesForScopeDefinition
in interfaceHistoricTaskLogEntryEntityManager
-
deleteHistoricTaskLogEntriesForTaskId
- Specified by:
deleteHistoricTaskLogEntriesForTaskId
in interfaceHistoricTaskLogEntryEntityManager
-
bulkDeleteHistoricTaskLogEntriesForTaskIds
- Specified by:
bulkDeleteHistoricTaskLogEntriesForTaskIds
in interfaceHistoricTaskLogEntryEntityManager
-
deleteHistoricTaskLogEntriesForNonExistingProcessInstances
public void deleteHistoricTaskLogEntriesForNonExistingProcessInstances()- Specified by:
deleteHistoricTaskLogEntriesForNonExistingProcessInstances
in interfaceHistoricTaskLogEntryEntityManager
-
deleteHistoricTaskLogEntriesForNonExistingCaseInstances
public void deleteHistoricTaskLogEntriesForNonExistingCaseInstances()- Specified by:
deleteHistoricTaskLogEntriesForNonExistingCaseInstances
in interfaceHistoricTaskLogEntryEntityManager
-
createHistoricTaskLogEntry
- Specified by:
createHistoricTaskLogEntry
in interfaceHistoricTaskLogEntryEntityManager
-