public class MybatisEventLogEntryDataManager extends AbstractProcessDataManager<EventLogEntryEntity> implements EventLogEntryDataManager
processEngineConfiguration| Constructor and Description |
|---|
MybatisEventLogEntryDataManager(ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
EventLogEntryEntity |
create() |
void |
deleteEventLogEntry(long logNr) |
List<EventLogEntry> |
findAllEventLogEntries() |
List<EventLogEntry> |
findEventLogEntries(long startLogNr,
long pageSize) |
List<EventLogEntry> |
findEventLogEntriesByProcessInstanceId(String processInstanceId) |
Class<? extends EventLogEntryEntity> |
getManagedEntityClass() |
getClock, getIdGenerator, getProcessEngineConfigurationbulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updatepublic MybatisEventLogEntryDataManager(ProcessEngineConfigurationImpl processEngineConfiguration)
public Class<? extends EventLogEntryEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<EventLogEntryEntity>public EventLogEntryEntity create()
create in interface DataManager<EventLogEntryEntity>public List<EventLogEntry> findAllEventLogEntries()
findAllEventLogEntries in interface EventLogEntryDataManagerpublic List<EventLogEntry> findEventLogEntries(long startLogNr, long pageSize)
findEventLogEntries in interface EventLogEntryDataManagerpublic List<EventLogEntry> findEventLogEntriesByProcessInstanceId(String processInstanceId)
findEventLogEntriesByProcessInstanceId in interface EventLogEntryDataManagerpublic void deleteEventLogEntry(long logNr)
deleteEventLogEntry in interface EventLogEntryDataManagerCopyright © 2020 Flowable. All rights reserved.