public class HistoricTaskLogEntryEntityManagerImpl extends AbstractTaskServiceEntityManager<HistoricTaskLogEntryEntity,HistoricTaskLogEntryDataManager> implements HistoricTaskLogEntryEntityManager
serviceConfigurationdataManager, engineType| Constructor and Description |
|---|
HistoricTaskLogEntryEntityManagerImpl(TaskServiceConfiguration taskServiceConfiguration,
HistoricTaskLogEntryDataManager taskLogDataManager) |
createEntityEventgetClock, getEventDispatcher, getServiceConfigurationcreate, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, updatepublic HistoricTaskLogEntryEntityManagerImpl(TaskServiceConfiguration taskServiceConfiguration, HistoricTaskLogEntryDataManager taskLogDataManager)
public List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
findHistoricTaskLogEntriesByQueryCriteria in interface HistoricTaskLogEntryEntityManagerpublic long findHistoricTaskLogEntriesCountByQueryCriteria(HistoricTaskLogEntryQueryImpl taskLogEntryQuery)
findHistoricTaskLogEntriesCountByQueryCriteria in interface HistoricTaskLogEntryEntityManagerpublic List<HistoricTaskLogEntry> findHistoricTaskLogEntriesByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery)
findHistoricTaskLogEntriesByNativeQueryCriteria in interface HistoricTaskLogEntryEntityManagerpublic long findHistoricTaskLogEntriesCountByNativeQueryCriteria(Map<String,Object> nativeHistoricTaskLogEntryQuery)
findHistoricTaskLogEntriesCountByNativeQueryCriteria in interface HistoricTaskLogEntryEntityManagerpublic void deleteHistoricTaskLogEntry(long logNr)
deleteHistoricTaskLogEntry in interface HistoricTaskLogEntryEntityManagerpublic void deleteHistoricTaskLogEntriesForProcessDefinition(String processDefinitionId)
deleteHistoricTaskLogEntriesForProcessDefinition in interface HistoricTaskLogEntryEntityManagerpublic void deleteHistoricTaskLogEntriesForScopeDefinition(String scopeType, String scopeDefinitionId)
deleteHistoricTaskLogEntriesForScopeDefinition in interface HistoricTaskLogEntryEntityManagerpublic void deleteHistoricTaskLogEntriesForTaskId(String taskId)
deleteHistoricTaskLogEntriesForTaskId in interface HistoricTaskLogEntryEntityManagerpublic void deleteHistoricTaskLogEntriesForNonExistingProcessInstances()
deleteHistoricTaskLogEntriesForNonExistingProcessInstances in interface HistoricTaskLogEntryEntityManagerpublic void deleteHistoricTaskLogEntriesForNonExistingCaseInstances()
deleteHistoricTaskLogEntriesForNonExistingCaseInstances in interface HistoricTaskLogEntryEntityManagerpublic void createHistoricTaskLogEntry(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder)
createHistoricTaskLogEntry in interface HistoricTaskLogEntryEntityManagerCopyright © 2021 Flowable. All rights reserved.