public class HistoricTaskLogEntryEntityManagerImpl extends AbstractEntityManager<HistoricTaskLogEntryEntity> implements HistoricTaskLogEntryEntityManager
taskServiceConfiguration| Constructor and Description |
|---|
HistoricTaskLogEntryEntityManagerImpl(TaskServiceConfiguration taskServiceConfiguration,
HistoricTaskLogEntryDataManager taskLogDataManager) |
create, delete, delete, delete, findById, insert, update, updategetClock, getCommandContext, getEventDispatcher, getHistoricTaskInstanceEntityManager, getSession, getTaskEntityManager, getTaskServiceConfigurationpublic HistoricTaskLogEntryEntityManagerImpl(TaskServiceConfiguration taskServiceConfiguration, HistoricTaskLogEntryDataManager taskLogDataManager)
public void insert(HistoricTaskLogEntryEntity entity, boolean fireEvents)
insert in interface EntityManager<HistoricTaskLogEntryEntity>insert in class AbstractEntityManager<HistoricTaskLogEntryEntity>protected HistoricTaskLogEntryDataManager getDataManager()
getDataManager in class AbstractEntityManager<HistoricTaskLogEntryEntity>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 createHistoricTaskLogEntry(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder)
createHistoricTaskLogEntry in interface HistoricTaskLogEntryEntityManagerCopyright © 2019 Flowable. All rights reserved.