| Package | Description |
|---|---|
| de.aristaflow.adept2.core.logmanager | |
| de.aristaflow.adept2.core.logmanager.logs | |
| de.aristaflow.adept2.model.logmanagement |
| Modifier and Type | Method and Description |
|---|---|
LogEntrySet |
Log.read(SessionToken session,
java.lang.String sqlWhereClause,
java.lang.String sqlOrderByClause,
int startEntry,
int maxEntries,
java.lang.String... columnNames)
Reads all log entries that match the specified WHERE clause.
|
LogEntrySet |
Log.read(SessionToken session,
java.lang.String sqlWhereClause,
java.lang.String sqlOrderByClause,
int maxEntries,
java.lang.String... columnNames)
Reads all log entries that match the specified WHERE clause.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntrySet |
ExecutionHistory.readAllNodeErrorInformation(SessionToken session,
java.util.UUID instanceLogId,
int nodeId,
int iteration)
Gets the log entries containing all error information for the specified instance, node and
iteration starting with the most recent error.
|
LogEntrySet |
ExecutionHistory.readPreviousSteps(SessionToken session,
java.util.UUID instanceLogID,
int nodeID,
int iteration)
Reads the past finished steps in the specified instance that occurred
before the specified node in its specified iteration.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntrySet |
LogEntry.getEntrySet(int columnIndex)
Returns the value of the specified column.
|
LogEntrySet |
LogEntry.getEntrySet(java.lang.String columnName)
Returns the value of the specified column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogEntry.setEntrySet(int columnIndex,
LogEntrySet value)
Sets the value of the specified column.
|
void |
LogEntry.setEntrySet(java.lang.String columnName,
LogEntrySet value)
Sets the value of the specified column.
|