| Package | Description |
|---|---|
| de.aristaflow.adept2.core.logmanager | |
| de.aristaflow.adept2.core.logmanager.logs | |
| de.aristaflow.adept2.model.logmanagement |
| Modifier and Type | Method and Description |
|---|---|
LogEntry |
Log.read(SessionToken session,
long logEntryID,
java.lang.String... columnNames)
Reads the log entry with the specified ID.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntry |
ExecutionHistory.readInstanceErrorInformation(SessionToken session,
java.util.UUID instanceLogID)
|
LogEntry |
ExecutionHistory.readNodeErrorInformation(SessionToken session,
java.util.UUID instanceLogID,
int nodeID,
int nodeIteration)
Returns the log entry containing the most recent error information for the specified instance,
node and iteration or
null if there is no error information available. |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Boolean |
ExecutionHistoryTools.getBooleanNullSafe(LogEntry entry,
java.lang.String columnName) |
static java.lang.Integer |
ExecutionHistoryTools.getIntegerNullSafe(LogEntry entry,
java.lang.String columnName) |
static java.lang.Long |
ExecutionHistoryTools.getLongEntryNullSafe(LogEntry entry,
java.lang.String colName,
java.lang.String subColName) |
static java.lang.Long |
ExecutionHistoryTools.getLongNullSafe(LogEntry entry,
java.lang.String columnName) |
static java.lang.String |
ExecutionHistoryTools.getStringEntryNullSafe(LogEntry entry,
java.lang.String colName,
java.lang.String subColName) |
static java.lang.String |
ExecutionHistoryTools.getStringNullSafe(LogEntry entry,
java.lang.String columnName) |
static java.util.UUID |
ExecutionHistoryTools.getUuidNullSafe(LogEntry entry,
java.lang.String columnName) |
| Constructor and Description |
|---|
ExecutionHistoryEntry(LogEntry entry)
Creates a new execution history entry based on the designated log entry.
|
WorkHistoryEntry(LogEntry entry)
Creates a new work history entry based on the designated log entry.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LogEntrySet.Cursor |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<LogEntry> |
LogEntrySet.iterator()
Returns an iterator over this log entry sets entries.
|