Interface EventLogEntryEntityManager

All Superinterfaces:
EntityManager<EventLogEntryEntity>
All Known Implementing Classes:
EventLogEntryEntityManagerImpl

@Internal public interface EventLogEntryEntityManager extends EntityManager<EventLogEntryEntity>
  • Method Details

    • findAllEventLogEntries

      List<EventLogEntry> findAllEventLogEntries()
    • findEventLogEntries

      List<EventLogEntry> findEventLogEntries(long startLogNr, long pageSize)
    • findEventLogEntriesByProcessInstanceId

      List<EventLogEntry> findEventLogEntriesByProcessInstanceId(String processInstanceId)
    • deleteEventLogEntry

      void deleteEventLogEntry(long logNr)