Uses of Interface
de.aristaflow.adept2.model.logmanagement.LogEntry
Packages that use LogEntry
Package
Description
-
Uses of LogEntry in de.aristaflow.adept2.core.logmanager
Methods in de.aristaflow.adept2.core.logmanager that return LogEntryModifier and TypeMethodDescriptionLog.read(SessionToken session, long logEntryID, String... columnNames) Reads the log entry with the specified ID. -
Uses of LogEntry in de.aristaflow.adept2.core.logmanager.logs
Methods in de.aristaflow.adept2.core.logmanager.logs that return LogEntryModifier and TypeMethodDescriptionExecutionHistory.readInstanceErrorInformation(SessionToken session, UUID instanceLogID) Gets the log entry containing the most recent error information for the specified instance.ExecutionHistory.readNodeErrorInformation(SessionToken session, UUID instanceLogID, int nodeID, int nodeIteration) Returns the log entry containing the most recent error information for the specified instance, node and iteration ornullif there is no error information available.Methods in de.aristaflow.adept2.core.logmanager.logs with parameters of type LogEntryModifier and TypeMethodDescriptionstatic BooleanExecutionHistoryTools.getBooleanNullSafe(LogEntry entry, String columnName) static IntegerExecutionHistoryTools.getIntegerNullSafe(LogEntry entry, String columnName) static LongExecutionHistoryTools.getLongEntryNullSafe(LogEntry entry, String colName, String subColName) static LongExecutionHistoryTools.getLongNullSafe(LogEntry entry, String columnName) static StringExecutionHistoryTools.getStringEntryNullSafe(LogEntry entry, String colName, String subColName) static StringExecutionHistoryTools.getStringNullSafe(LogEntry entry, String columnName) static UUIDExecutionHistoryTools.getUuidNullSafe(LogEntry entry, String columnName) Constructors in de.aristaflow.adept2.core.logmanager.logs with parameters of type LogEntryModifierConstructorDescriptionExecutionHistoryEntry(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. -
Uses of LogEntry in de.aristaflow.adept2.model.logmanagement
Subinterfaces of LogEntry in de.aristaflow.adept2.model.logmanagementMethods in de.aristaflow.adept2.model.logmanagement that return types with arguments of type LogEntry -
Uses of LogEntry in de.aristaflow.ilm.core.logmanager.logs
Methods in de.aristaflow.ilm.core.logmanager.logs with parameters of type LogEntryModifier and TypeMethodDescriptionstatic ErrorDataTransformation.flatErrDataToIlm(LogEntry entry) static ErrorDataTransformation.hierErrDataToIlm(LogEntry entry)