public interface EventLogEntryDataManager extends DataManager<EventLogEntryEntity>
Modifier and Type | Method and Description |
---|---|
void |
deleteEventLogEntry(long logNr) |
List<EventLogEntry> |
findAllEventLogEntries() |
List<EventLogEntry> |
findEventLogEntries(long startLogNr,
long pageSize) |
List<EventLogEntry> |
findEventLogEntriesByProcessInstanceId(String processInstanceId) |
List<EventLogEntry> findAllEventLogEntries()
List<EventLogEntry> findEventLogEntries(long startLogNr, long pageSize)
List<EventLogEntry> findEventLogEntriesByProcessInstanceId(String processInstanceId)
void deleteEventLogEntry(long logNr)
Copyright © 2017 Flowable. All rights reserved.