| Package | Description |
|---|---|
| de.aristaflow.adept2.core.logmanager.logs |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExecutionHistoryEntry> |
ExecutionHistory.readHistory(SessionToken session,
java.lang.String whereClause,
long startEntryID,
boolean newerEntries,
int maxEntries,
boolean sortAscending,
java.util.Locale... preferredLocales)
Reads all logged events filtered by the designated where clause.
|
java.util.List<ExecutionHistoryEntry> |
ExecutionHistory.readInstanceHistory(SessionToken session,
java.util.UUID instanceLogID,
long startEntryID,
boolean newerEntries,
int maxEntries,
boolean sortAscending,
java.util.Locale... preferredLocales)
Reads logged events for the instance with the given log ID.
|