Interface EventLogEntryDataManager
- All Superinterfaces:
DataManager<EventLogEntryEntity>
- All Known Implementing Classes:
MybatisEventLogEntryDataManager
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteEventLogEntry
(long logNr) findEventLogEntries
(long startLogNr, long pageSize) findEventLogEntriesByProcessInstanceId
(String processInstanceId)
-
Method Details
-
findAllEventLogEntries
List<EventLogEntry> findAllEventLogEntries() -
findEventLogEntries
-
findEventLogEntriesByProcessInstanceId
-
deleteEventLogEntry
void deleteEventLogEntry(long logNr)
-