Uses of Interface
de.aristaflow.adept2.model.logmanagement.LogEntrySet
-
Packages that use LogEntrySet Package Description de.aristaflow.adept2.core.logmanager de.aristaflow.adept2.core.logmanager.logs de.aristaflow.adept2.model.logmanagement -
-
Uses of LogEntrySet in de.aristaflow.adept2.core.logmanager
Methods in de.aristaflow.adept2.core.logmanager that return LogEntrySet Modifier and Type Method Description LogEntrySet
Log. read(SessionToken session, String sqlWhereClause, String sqlOrderByClause, int startEntry, int maxEntries, String... columnNames)
Reads all log entries that match the specified WHERE clause.LogEntrySet
Log. read(SessionToken session, String sqlWhereClause, String sqlOrderByClause, int maxEntries, String... columnNames)
Reads all log entries that match the specified WHERE clause. -
Uses of LogEntrySet in de.aristaflow.adept2.core.logmanager.logs
Methods in de.aristaflow.adept2.core.logmanager.logs that return LogEntrySet Modifier and Type Method Description LogEntrySet
ExecutionHistory. readAllInstanceErrorInformation(SessionToken session, UUID instLogId)
Gets the log entries containing all error information for the specified instance starting with the most recent error.LogEntrySet
ExecutionHistory. readAllNodeErrorInformation(SessionToken session, 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, 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. -
Uses of LogEntrySet in de.aristaflow.adept2.model.logmanagement
Methods in de.aristaflow.adept2.model.logmanagement that return LogEntrySet Modifier and Type Method Description LogEntrySet
LogEntry. getEntrySet(int columnIndex)
Returns the value of the specified column.LogEntrySet
LogEntry. getEntrySet(String columnName)
Returns the value of the specified column.Methods in de.aristaflow.adept2.model.logmanagement with parameters of type LogEntrySet Modifier and Type Method Description void
LogEntry. setEntrySet(int columnIndex, LogEntrySet value)
Sets the value of the specified column.void
LogEntry. setEntrySet(String columnName, LogEntrySet value)
Sets the value of the specified column.
-