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