Interface EventLogEntryDataManager

    • Method Detail

      • findEventLogEntries

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

        List<EventLogEntry> findEventLogEntriesByProcessInstanceId​(String processInstanceId)
      • deleteEventLogEntry

        void deleteEventLogEntry​(long logNr)