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