- catching(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories.PruningConfigurationNotFoundBuilder
-
Setter for Throwable.
- catching(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories.UnableToCreateDumpBuilder
-
Setter for Throwable.
- catching(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories.UnableToResolveLogBuilder
-
Setter for Throwable.
- catching(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories.UnknownLoggingConsumerExceptionThrownBuilder
-
Setter for Throwable.
- catching(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.BadPasswordBuilder
-
Setter for Throwable.
- catching(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.BadResponseBuilder
-
Setter for Throwable.
- catching(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.FileLockedBuilder
-
Setter for Throwable.
- catching(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.FileNotFoundBuilder
-
Setter for Throwable.
- catching(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.InvalidEncodingBuilder
-
Setter for Throwable.
- catching(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.InvalidFileFormatBuilder
-
Setter for Throwable.
- catching(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.InvalidLicenseBuilder
-
Setter for Throwable.
- catching(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.MissingUserPrivilegeBuilder
-
Setter for Throwable.
- catching(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.OutOfMemoryErrorBuilder
-
Setter for Throwable.
- catching(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.StackOverflowErrorBuilder
-
Setter for Throwable.
- Categories - Class in eu.profinit.manta.bachelor.thesis.log.viewer.errors
-
Holder of categories
- Categories() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.errors.Categories
-
- Categories - Class in eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors
-
Categories holder
- Categories() - Constructor for class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.Categories
-
- ChangeSettingsController - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers
-
Controller handling requests to change any kind of settings in Log Viewer.
- ChangeSettingsController(UpdateSettingsService) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.ChangeSettingsController
-
Ctr for Change settings controller
- checkIfLogsWillBeDeleted(double) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.ChangeSettingsController
-
Request to check whether changing setting to a given value would automatically prune any logs.
- checkIfSomeLogsWillBePruned(double) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.UpdateSettingsServiceImpl
-
- checkIfSomeLogsWillBePruned(double) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.UpdateSettingsService
-
Get the amount of logs that would be pruned if prune settings was changed to this value.
- clearContext() - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingContext
-
Remove context node.
- code(Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.BadResponseBuilder
-
Setter for 'code' property.
- Connection - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model
-
POJO representing a connection which was used during a scenario execution
- Connection(Long, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.Connection
-
Ctr for the connection
- ConnectionsDAO - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao
-
DAO for the Connections table
- ConnectionsDAOImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl
-
Connection DAO implementation
- ConnectionsDAOImpl(ConnectionsMapper) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ConnectionsDAOImpl
-
Instantiates a new Connections dao.
- ConnectionsMapper - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper
-
MyBatis queries mapepr for connections table
- constraintViolation(ConstraintViolationException) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogViewerBaseController
-
Handler for constraint violation exceptions when validating input from the user.
- ConsumerConfig - Class in eu.profinit.manta.bachelor.thesis.log.viewer.broker.config
-
- ConsumerConfig() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.broker.config.ConsumerConfig
-
- ConsumerErrors - Class in eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories
-
Errors that occur during consuming messages from ActiveMQ Artemis queues.
- ConsumerErrors() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories.ConsumerErrors
-
- consumerErrors() - Static method in class eu.profinit.manta.bachelor.thesis.log.viewer.errors.Categories
-
Errors occurring during consuming messages from ActiveMQ Artemis queues.
- ContextController - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers
-
Controller for requests regarding log context, i.e. debug logs surrounding it.
- ContextController(LogContextService) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.ContextController
-
Ctr for the log context controller
- ContextLevel - Enum in eu.profinit.manta.bachelor.thesis.logging.api.logging
-
Different levels of context.
- ControllersConfiguration - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers.configuration
-
Configuration of the controllers.
- ControllersConfiguration() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.configuration.ControllersConfiguration
-
- createDumpForApplication(String, String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.PackageCreateMapper
-
Creates CSV dump of logs for a given application.
- createDumpForConnection(Long, String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.PackageCreateMapper
-
Creates a CSV dump for a queried scenario execution.
- createErrorDefinitionsDump(List<Long>, String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.PackageCreateMapper
-
Create dump of given error metadata
- createErrorDefinitionsDumpForApplication(String, String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PackageCreateDAOImpl
-
- createErrorDefinitionsDumpForApplication(String, String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.PackageCreateDAO
-
Create CSV dump of error definitions that belong to application of which is a package being created
- createErrorDefinitionsDumpForConnection(Long, String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PackageCreateDAOImpl
-
- createErrorDefinitionsDumpForConnection(Long, String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.PackageCreateDAO
-
Create CSV dump of error definitions that belong to connection of which is a package being created
- createErrorResponse(HttpStatus, String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogViewerBaseController
-
Build error response for client.
- createFilter(String, String, String, String, List<String>, List<String>, List<String>, Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogViewerFilterBasedController
-
Create filter.
- createLogDumpForApplication(String, String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PackageCreateDAOImpl
-
- createLogDumpForApplication(String, String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.PackageCreateDAO
-
Creates CSV dump of logs for a given application.
- createLogDumpForConnection(Long, String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PackageCreateDAOImpl
-
- createLogDumpForConnection(Long, String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.PackageCreateDAO
-
Creates CSV dump of logs.
- createLogsPackageForApplication(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.CreatePackageService
-
Creates a zip file containing csv dump from the database, that has all logs stored for a given application.
- createLogsPackageForApplication(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.CreatePackageServiceImpl
-
- createLogsPackageForConnection(String, String, String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.CreatePackageService
-
Create package for a given connection that was used during a scenario execution
The package has the following structure:
{connection_name}_logs.csv
{connection_name}_errors.csv
{connection_name}_metadata.json
- createLogsPackageForConnection(String, String, String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.CreatePackageServiceImpl
-
- createPackageForApplication(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.PackageController
-
Request to create package for a given application.
- createPackageForConnection(String, String, String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.PackageController
-
Request to create package for a given connection
- CreatePackageService - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services
-
Service that handles log package creation.
- CreatePackageServiceImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl
-
Package creation service implementation
- CreatePackageServiceImpl(PackageCreateDAO, ObjectMapper, String, String, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.CreatePackageServiceImpl
-
Service creating log packages
- dataSource() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.config.DataSourceConfig
-
DB connection
- DataSourceConfig - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.config
-
Configuration of the data source
- DataSourceConfig() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.config.DataSourceConfig
-
- debug(Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at debug level.
- debug(Object, Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at debug level.
- debug(String) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at debug level.
- debug(String, Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with an exception at debug level.
- debug(String, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object, Object, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at debug level.
- debug(String, Object...) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at debug level.
- DebugLog - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model.logs
-
Class representing logs with severity TRACE, DEBUG and INFO.
- DebugLog() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.DebugLog
-
Default constructor
- DebugLog(String, String, int, String, String, Instant, String, LoggedExceptionData, String, BaseContextMap) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.DebugLog
-
Log with level TRACE, DEBUG or INFO.
- DebugLog(Long, String, String, int, String, String, long, long, String, String, String, String, String, String, String, String, String, int, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.DebugLog
-
Instantiates a new Debug log.
- delete(Connection) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ConnectionsDAO
-
Delete a connection from the repository
- delete(List<Long>) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ErrorDefinitionDAO
-
Delete all definitions stored under given ids
- delete(List<Long>) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ErrorMetadataDAO
-
Delete given error metadata
- delete(Connection) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ConnectionsDAOImpl
-
- delete(List<Long>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ErrorDefinitionDAOImpl
-
- delete(List<Long>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ErrorMetadataDAOImpl
-
- delete(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PackageDAOImpl
-
- delete(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ScenarioExecutionDAOImpl
-
- delete(WorkflowExecution) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.WorkflowExecutionDAOImpl
-
- delete(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.PackageDAO
-
Prune uploaded logs
- delete(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ScenarioExecutionDAO
-
Delete a scenario execution
- delete(WorkflowExecution) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.WorkflowExecutionDAO
-
Deletes a workflow execution.
- deleteApplicationLogs(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.PruningController
-
Request to delete logs from a given application.
- deleteConnection(Connection) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ConnectionsMapper
-
Delete a connection from the repository
- deleteConnectionFromScenarioExecution(String, String, String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.PruningController
-
Request to delete logs from a given workflow execution
- deletePackageLogs(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.PruningController
-
Request to delete logs from a given package.
- deleteScenarioExecution(String, String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.PruningController
-
Request to delete logs from a given workflow execution
- deleteScenarioExecution(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ScenarioExecutionsMapper
-
Delete a scenario execution
- deleteUnusedErrorDefinitions(List<Long>) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ErrorDefinitionsMapper
-
Delete all definitions stored under given ids
- deleteUnusedErrorMetadata(List<Long>) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ErrorMetadataMapper
-
Delete given error metadata
- deleteWorkflow(WorkflowExecution) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.WorkflowExecutionsMapper
-
Deletes a workflow from workflow executions.
- deleteWorkflowLogs(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.PruningController
-
Request to delete logs from a given workflow execution
- DistinctErrorType - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model
-
POJO representing a distinct error type stored in the repository
- DistinctErrorType(String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.DistinctErrorType
-
Ctr for the distinct error type
- dropPruning() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.PruneServiceImpl
-
- dropPruning() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.PruneService
-
Cancels all pruning tasks.
- dropPruningFor(WorkflowExecution) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.PruneServiceImpl
-
- dropPruningFor(WorkflowExecution) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.PruneService
-
Drop pruning for a given workflow execution
- EmbeddedServerConfig - Class in eu.profinit.manta.bachelor.thesis.log.viewer.broker.config
-
Configuration for an embedded ActiveMQ Artemis server.
- EmbeddedServerConfig() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.broker.config.EmbeddedServerConfig
-
- EMPTY_STRING - Static variable in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogViewerFilterBasedController
-
empty string
- encoding(Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.InvalidEncodingBuilder
-
Setter for 'encoding' property.
- entity(Object) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories.UnableToCreateDumpBuilder
-
Setter for 'entity' property.
- equals(Object) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.UploadedPackage
-
Check if two packages are equal, used by tests
- equals(Object) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.WorkflowExecution
-
Check if two workflow executions are same, used by tests
- Error - Annotation Type in eu.profinit.manta.bachelor.thesis.logging.api.categorization
-
Annotation that transforms a method to an error declaration.
- ErrorContextMap - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext
-
Class holding data from ThreadContext belonging to error logs.
- ErrorContextMap() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.ErrorContextMap
-
Default constructor.
- ErrorContextMap(String, String, String, String, String, String, String, int, String, String, String, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.ErrorContextMap
-
Holder of data from ThreadContext for error logs.
- ErrorContextMap(String, String, String, String, String, String, String, int, String, String, String, String, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.ErrorContextMap
-
Holder of data from ThreadContext for error logs.
- ErrorDataHolder - Class in eu.profinit.manta.bachelor.thesis.logging.api.logging
-
Holder of data for the generated builder.
- ErrorDataHolder(String, String, String, String, Impact, Severity) - Constructor for class eu.profinit.manta.bachelor.thesis.logging.api.logging.ErrorDataHolder
-
Holder of error data.
- ErrorDataHolder(Element) - Constructor for class eu.profinit.manta.bachelor.thesis.logging.api.logging.ErrorDataHolder
-
Setting up data during the generation of the builder in annotation processor.
- ErrorDefinition - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model
-
POJO representing an error definition
- ErrorDefinition(Long, String, String, String, String, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorDefinition
-
Ctr for the error definition
- ErrorDefinition(String, String, String, String, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorDefinition
-
Ctr for the error definition
- ErrorDefinitionDAO - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao
-
DAO for error_definitions table and operations concerning it
- ErrorDefinitionDAOImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl
-
Error Definition DAO implementation
- ErrorDefinitionDAOImpl(ErrorDefinitionsMapper) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ErrorDefinitionDAOImpl
-
Instantiates a new Error definition dao.
- ErrorDefinitionsMapper - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper
-
MyBatis mapper for error definitions table queries
- ErrorDTO - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto
-
DTO holding relevant data regarding an error for the user
- ErrorDTO(String, String, String, String, String, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.ErrorDTO
-
DTO holding relevant data regarding an error for the user
- ErrorExpansionMapper - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper
-
MyBatis mapper for retrieving concrete error logs
- ErrorLog - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model.logs
-
Log with level WARN, ERROR and FATAL.
- ErrorLog() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.ErrorLog
-
Default constructor
- ErrorLog(String, String, int, String, String, Instant, String, LoggedExceptionData, String, ErrorContextMap) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.ErrorLog
-
Log with level WARN, ERROR and FATAL
- ErrorLog(Long, String, String, int, String, String, long, long, String, String, ErrorContextMap) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.ErrorLog
-
Log with level WARN, ERROR and FATAL
- ErrorLog(Long, String, String, int, String, String, long, long, String, String, String, String, String, String, String, String, String, int, String, String, String, String, String, String, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.ErrorLog
-
Log with level WARN, ERROR and FATAL
- ErrorMetadata - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model
-
POJO representing error metadata, i.e. error occurring in a particular setting, used for fast filtering.
- ErrorMetadata(String, String, String, String, String, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorMetadata
-
Ctr for the error metadata
- ErrorMetadata(Long, String, String, Long, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorMetadata
-
Ctr for the error metadata
- ErrorMetadata(Long, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorMetadata
-
Ctr for the error metadata
- ErrorMetadataDAO - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao
-
DAO for error metadata table and operations concerning it
- ErrorMetadataDAOImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl
-
Error Metadata DAO implementation
- ErrorMetadataDAOImpl(ErrorMetadataMapper) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ErrorMetadataDAOImpl
-
Instantiates a new Error metadata dao.
- ErrorMetadataMapper - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper
-
MyBatis mapper for error metadata queries
- ErrorResponseDTO - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto
-
Basic error response.
- ErrorResponseDTO(HttpStatus, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.ErrorResponseDTO
-
Ctr
- eu.profinit.manta.bachelor.thesis.log.viewer.broker.config - package eu.profinit.manta.bachelor.thesis.log.viewer.broker.config
-
- eu.profinit.manta.bachelor.thesis.log.viewer.broker.consumer - package eu.profinit.manta.bachelor.thesis.log.viewer.broker.consumer
-
- eu.profinit.manta.bachelor.thesis.log.viewer.broker.listener - package eu.profinit.manta.bachelor.thesis.log.viewer.broker.listener
-
- eu.profinit.manta.bachelor.thesis.log.viewer.broker.messagehandling - package eu.profinit.manta.bachelor.thesis.log.viewer.broker.messagehandling
-
- eu.profinit.manta.bachelor.thesis.log.viewer.broker.messagehandling.handlers - package eu.profinit.manta.bachelor.thesis.log.viewer.broker.messagehandling.handlers
-
- eu.profinit.manta.bachelor.thesis.log.viewer.controllers - package eu.profinit.manta.bachelor.thesis.log.viewer.controllers
-
- eu.profinit.manta.bachelor.thesis.log.viewer.controllers.configuration - package eu.profinit.manta.bachelor.thesis.log.viewer.controllers.configuration
-
- eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto - package eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto
-
- eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.executions - package eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.executions
-
- eu.profinit.manta.bachelor.thesis.log.viewer.errors - package eu.profinit.manta.bachelor.thesis.log.viewer.errors
-
- eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories - package eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories
-
- eu.profinit.manta.bachelor.thesis.log.viewer.model - package eu.profinit.manta.bachelor.thesis.log.viewer.model
-
- eu.profinit.manta.bachelor.thesis.log.viewer.model.filter - package eu.profinit.manta.bachelor.thesis.log.viewer.model.filter
-
- eu.profinit.manta.bachelor.thesis.log.viewer.model.logs - package eu.profinit.manta.bachelor.thesis.log.viewer.model.logs
-
- eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext - package eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext
-
- eu.profinit.manta.bachelor.thesis.log.viewer.repository.config - package eu.profinit.manta.bachelor.thesis.log.viewer.repository.config
-
- eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao - package eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao
-
- eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl - package eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl
-
- eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper - package eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper
-
- eu.profinit.manta.bachelor.thesis.log.viewer.repository.services - package eu.profinit.manta.bachelor.thesis.log.viewer.repository.services
-
- eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions - package eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions
-
- eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl - package eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl
-
- eu.profinit.manta.bachelor.thesis.logging.api.categorization - package eu.profinit.manta.bachelor.thesis.logging.api.categorization
-
- eu.profinit.manta.bachelor.thesis.logging.api.logging - package eu.profinit.manta.bachelor.thesis.logging.api.logging
-
- eu.profinit.manta.bachelor.thesis.logging.api.utils - package eu.profinit.manta.bachelor.thesis.logging.api.utils
-
- eu.profinit.manta.bachelor.thesis.logging.proof.of.concept - package eu.profinit.manta.bachelor.thesis.logging.proof.of.concept
-
- eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors - package eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors
-
- eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories - package eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories
-
- expandLogs(String, String, String, Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogExpandController
-
Get concrete logs from an error type.
- expandLogs(String, String, String, String, Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogExpandController
-
Get concrete logs from an error type occurring in a given workflow execution.
- expandLogs(String, String, String, String, String, Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogExpandController
-
Get concrete logs from an error type occurring in a given scenario execution.
- expandLogs(String, String, String, String, String, String, Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogExpandController
-
Get concrete logs from an error type occurring in a given connection.
- expandLogs(String, String, String, Filter) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.LogDAOImpl
-
- expandLogs(String, String, String, Filter) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.LogDAO
-
Get concrete error logs fitting the passed filter settings
- expandLogs(String, String, String, Filter) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ErrorExpansionMapper
-
Get concrete error logs fitting the passed filter settings
- expandLogs(String, String, String, Filter) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.ExpandLogsService
-
Get concrete logs for a given error type using attached filter settings
- expandLogs(String, String, String, Filter) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.ExpandLogsServiceImpl
-
- ExpandLogsService - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services
-
Service providing concrete logs for a given collapsed element (error type)
- ExpandLogsServiceImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl
-
Expand logs service implementation
- ExpandLogsServiceImpl(LogDAO) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.ExpandLogsServiceImpl
-
Instantiates a new Expand logs service.
- expandPackageLogs(String, String, String, String, Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogExpandController
-
Get concrete logs from an error type occurring in a given package.
- fileLocked() - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.IOErrors
-
Error logged when another process has locked the file and is therefore inaccessible
- FileLockedBuilder - Class in eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories
-
Generated builder for FileLocked
- fileName(Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.FileLockedBuilder
-
Setter for 'fileName' property.
- fileNotFound() - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.IOErrors
-
Error logged when a given file is not found.
- FileNotFoundBuilder - Class in eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories
-
Generated builder for FileNotFound
- Filter - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model.filter
-
POJO representing filter settings passed with a request
- Filter.FilterBuilder - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model.filter
-
Builder for filter.
- FilterBuilder() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter.FilterBuilder
-
Instantiates a new Filter builder.
- find(Long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ConnectionsDAO
-
Retrieve a connection by its database ID
- find(Long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ErrorDefinitionDAO
-
Get definition by ID
- find(Long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ErrorMetadataDAO
-
Find metadata by id
- find(Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ConnectionsDAOImpl
-
- find(Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ErrorDefinitionDAOImpl
-
- find(Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ErrorMetadataDAOImpl
-
- find(Long, LogMetadata) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.LogDAOImpl
-
- find(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ScenarioExecutionDAOImpl
-
- find(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.WorkflowExecutionDAOImpl
-
- find(Long, LogMetadata) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.LogDAO
-
Get log with a given ID
- find(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ScenarioExecutionDAO
-
Finds execution by given execution ID.
- find(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.WorkflowExecutionDAO
-
Queries a workflow by a given ID.
- findConnection(Long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ConnectionsMapper
-
Retrieve a connection by its database ID
- forcePruneApplication(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.ForcePruneService
-
Prune logs from an application
- forcePruneApplication(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.ForcePruneServiceImpl
-
- forcePruneConnection(String, String, String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.ForcePruneService
-
Prune a connection used in a scenario execution and with it all its logs
- forcePruneConnection(String, String, String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.ForcePruneServiceImpl
-
- forcePruneScenarioExecution(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.ForcePruneService
-
Prune a scenario execution and with it all used connections and logs
- forcePruneScenarioExecution(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.ForcePruneServiceImpl
-
- ForcePruneService - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services
-
Service providing force prune functionality for stored executions
- ForcePruneServiceImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl
-
Force prune service implementation
- ForcePruneServiceImpl(WorkflowExecutionDAO, LogDAO, PruneService, ErrorDefinitionDAO, ErrorMetadataDAO, ScenarioExecutionDAO, ConnectionsDAO, PackageDAO) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.ForcePruneServiceImpl
-
- forcePruneWorkflow(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.ForcePruneService
-
Prune a workflow execution and with it all scenario executions and connections and all logs belonging to them
- forcePruneWorkflow(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.ForcePruneServiceImpl
-
- format(String, Map<String, String>) - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.utils.MessageFormatter
-
Replaces names placeholders with values.
- format(Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.InvalidFileFormatBuilder
-
Setter for 'format' property.
- fulltext(String, List<String>, List<String>, List<String>, Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.FullTextController
-
Request to full text search over errors.
- fulltext(String, String, List<String>, List<String>, List<String>, Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.FullTextController
-
Request to full text search over errors from workflow execution.
- fulltext(String, String, String, List<String>, List<String>, List<String>, Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.FullTextController
-
Request to full text search over errors from scenario execution.
- fulltext(String, String, String, String, List<String>, List<String>, List<String>, Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.FullTextController
-
Request to full text search over errors from connection.
- fullText(String, Filter) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.LogDAOImpl
-
- fullText(String, Filter) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.LogDAO
-
Calls H2 full text search function and returns appropriate results.
- fullText(String, Filter) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.FullTextSearchService
-
Executes the full text search.
- fullText(String, Filter) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.FullTextSearchServiceImpl
-
- FullTextController - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers
-
Controller for full text queries.
- FullTextController(FullTextSearchService) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.FullTextController
-
Ctr for the full text search controller
- FullTextMapper - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper
-
MyBatis mapper for full text queries
- fulltextPackage(String, String, List<String>, List<String>, List<String>, Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.FullTextController
-
Request to full text search over errors from package.
- FullTextSearchService - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services
-
Service handling full text search.
- FullTextSearchServiceImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl
-
Service handling full text searching.
- FullTextSearchServiceImpl(LogDAO) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.FullTextSearchServiceImpl
-
Service facilitating full text searching
- GenericBuilder - Class in eu.profinit.manta.bachelor.thesis.logging.api.logging
-
Class implementing functionality that is common for all generated builders.
- GenericBuilder(BaseCategory) - Constructor for class eu.profinit.manta.bachelor.thesis.logging.api.logging.GenericBuilder
-
- getAll() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ConnectionsDAO
-
Get all connections stored in the repository
- getAll() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ErrorDefinitionDAO
-
Get all error definitions
- getAll() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ConnectionsDAOImpl
-
- getAll() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ErrorDefinitionDAOImpl
-
- getAll() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.LogDAOImpl
-
- getAll() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PackageDAOImpl
-
- getAll() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.WorkflowExecutionDAOImpl
-
- getAll() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.LogDAO
-
Get all logs, used by tests
- getAll() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.PackageDAO
-
Get all uploaded packages
- getAll() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.WorkflowExecutionDAO
-
Returns all persisted workflow executions
- getAll() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ConnectionsMapper
-
Get all connections
- getAll() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.LogMapper
-
Retrieved all stored logs, used by tests
- getAllApplications() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.MetadataController
-
Request list of all applications that have logs stored in the repository.
- getAllErrorDefinitionIds() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ErrorDefinitionsMapper
-
Get all error definitions
- getAllErrorMetadataIds() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ErrorMetadataMapper
-
- getAllFor(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ScenarioExecutionDAOImpl
-
- getAllFor(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ScenarioExecutionDAO
-
Lists all scenario executions for a given workflow execution ID.
- getAllIds() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ErrorMetadataDAO
-
- getAllIds() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ErrorMetadataDAOImpl
-
- getAllScenarioExecutions(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ScenarioExecutionsMapper
-
Lists all scenario executions for a given workflow execution ID.
- getAllUploadedPackages() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.PackageMapper
-
Retrieve all uploaded packages
- getAllUploadedPackages() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.MetadataProviderServiceImpl
-
- getAllUploadedPackages() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.MetadataProviderService
-
Get all uploaded packages
- getAllWorkflowExecutions() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.WorkflowExecutionsMapper
-
Queries all workflow executions
- getAmountOfPotentiallyDeletedLogs(double) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PruneCheckingDAOImpl
-
- getAmountOfPotentiallyDeletedLogs(double) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.PruneCheckingDAO
-
Get amount of logs that would be deleted that don't belong to a workflow execution
- getAmountOfPotentiallyDeletedLogs(double) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.PruneMapper
-
Get amount of logs that would be deleted that don't belong to a workflow execution
- getAmountOfPotentiallyDeletedWorkflowLogs(double, List<WorkflowExecution>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PruneCheckingDAOImpl
-
- getAmountOfPotentiallyDeletedWorkflowLogs(double, List<WorkflowExecution>) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.PruneCheckingDAO
-
Get amount of logs that would be deleted that belong to passed workflow executions
- getAmountOfPotentiallyDeletedWorkflowLogs(double, List<WorkflowExecution>) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.PruneMapper
-
Get amount of logs that would be deleted that belong to passed workflow executions
- getAmountOfPotentiallyDeletedWorkflows(double) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.PruneMapper
-
Get workflow executions that would be deleted if settings were changed to a given value
- getApplication() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.ErrorDTO
-
- getApplication() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorMetadata
-
Gets application.
- getApplication() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getApplication() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Gets application.
- getApplication() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.UploadedPackage
-
Gets application.
- getApplications() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter
-
Gets applications.
- getById(Long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ErrorDefinitionsMapper
-
Get definition by ID
- getById(Long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ErrorMetadataMapper
-
Find metadata by id
- getCategories() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter
-
Gets categories.
- getCategory() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.ErrorContextMap
-
- getCategory() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.ErrorLog
-
- getCategoryName() - Method in class eu.profinit.manta.bachelor.thesis.logging.api.categorization.BaseCategory
-
Returns name of the category that should appear in logs.
- getConnDbId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorMetadata
-
Gets conn db id.
- getConnDbId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.LogMetadata
-
Gets conn db id.
- getConnDbId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.PackageMetadata
-
Gets conn db id.
- getConnection() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.UploadedPackage
-
Gets connection.
- getConnectionDbId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.Connection
-
Gets connection db id.
- getConnectionDbIdByData(Connection) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ConnectionsMapper
-
Get db id by data
- getConnectionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.Connection
-
Gets connection id.
- getConnectionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter
-
Gets connection id.
- getConnectionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.BaseContextMap
-
- getConnectionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getConnectionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.PackageMetadata
-
Gets connection id.
- getConnections() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.executions.ScenarioExecutionDTO
-
Gets connections.
- getConnectionsForScenario(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.RepositoryMetadataDAOImpl
-
- getConnectionsForScenario(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.RepositoryMetadataDAO
-
Get connections that were used in a passed scenario execution
- getConnectionsForScenario(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.MetadataMapper
-
Queries all scenario executions for a given workflow execution
- getContext(Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.ContextController
-
Request to build context view for a given error log.
- getContext() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.BaseContextMap
-
- getContext() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getContext() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Gets context.
- getContextForLog(Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.LogContextServiceImpl
-
- getContextForLog(Long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.LogContextService
-
Get logs that happened before and after the given log
- getContextValues() - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingContext
-
Returns map of context values.
- getDistinct() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ErrorDefinitionDAO
-
Get distinct ids that are currently used by the error metadata table
- getDistinct() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ErrorDefinitionDAOImpl
-
- getDistinctApplications() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.RepositoryMetadataDAOImpl
-
- getDistinctApplications() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.RepositoryMetadataDAO
-
- getDistinctApplications() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.MetadataMapper
-
- getDistinctApplications() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.MetadataProviderServiceImpl
-
- getDistinctApplications() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.MetadataProviderService
-
Distinct stored applications
- getDistinctCategories(Filter) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.RepositoryMetadataDAOImpl
-
- getDistinctCategories(Filter) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.RepositoryMetadataDAO
-
Distinct categories stored in the repo
- getDistinctCategories(Filter) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.MetadataMapper
-
Distinct categories stored in the repo
- getDistinctCategories(Filter) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.MetadataProviderServiceImpl
-
- getDistinctCategories(Filter) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.MetadataProviderService
-
Distinct categories fitting the filter settings
- getDistinctErrorCategories(List<String>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.MetadataController
-
List all categories stored in the repository, possible filtered by applications
- getDistinctErrorCategories(String, List<String>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.MetadataController
-
List all categories stored in the repository filtered by a particular workflow execution
- getDistinctErrorCategories(String, String, List<String>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.MetadataController
-
List all distinct categories for a particular scenario execution
- getDistinctErrorCategories(String, String, String, List<String>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.MetadataController
-
Distinct categories from a connection
- getDistinctErrorCategoriesPackage(String, List<String>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.MetadataController
-
Distinct categories from an uploaded package
- getDistinctErrorDefinitionIds() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ErrorDefinitionsMapper
-
Get distinct ids that are currently used by the error metadata table
- getDistinctErrorMetadataIds() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ErrorMetadataMapper
-
Get list of distinct error metadata currently used in the logs table, used for automated pruning
- getDistinctErrorTypes(List<String>, List<String>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.MetadataController
-
Distinct error types from the repository
- getDistinctErrorTypes(String, List<String>, List<String>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.MetadataController
-
Distinct error types from the repository
- getDistinctErrorTypes(String, String, List<String>, List<String>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.MetadataController
-
Distinct error types from the repository
- getDistinctErrorTypes(String, String, String, List<String>, List<String>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.MetadataController
-
Distinct error types from the repository
- getDistinctErrorTypes(Filter) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.RepositoryMetadataDAOImpl
-
- getDistinctErrorTypes(Filter) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.RepositoryMetadataDAO
-
Distinct error types fitting a passed filter
- getDistinctErrorTypes(Filter) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.MetadataMapper
-
Distinct error types fitting a passed filter
- getDistinctErrorTypes(Filter) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.MetadataProviderServiceImpl
-
- getDistinctErrorTypes(Filter) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.MetadataProviderService
-
Distinct error types fitting the filter settings
- getDistinctErrorTypesPackage(String, List<String>, List<String>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.MetadataController
-
Distinct error types from an uploaded package
- getDistinctIds() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ErrorMetadataDAO
-
Get list of distinct error metadata currently used in the logs table, used for automated pruning
- getDistinctIds() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ErrorMetadataDAOImpl
-
- getEpochSecond() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Instant
-
- getEpochSecond() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getEpochSecond() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Gets epoch second.
- getErrorCategory() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.ErrorDTO
-
- getErrorCategory() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.DistinctErrorType
-
Gets error category.
- getErrorCategory() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorDefinition
-
Gets error category.
- getErrorDefinition() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorMetadata
-
Gets error definition.
- getErrorDefinitionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorDefinition
-
Gets error definition id.
- getErrorDefinitionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorMetadata
-
Gets error definition id.
- getErrorDefinitionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Gets error definition id.
- getErrorDefinitionIdByData(ErrorDefinition) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ErrorDefinitionsMapper
-
Get DB id by data
- getErrorId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorMetadata
-
Gets error id.
- getErrorIdByData(ErrorMetadata) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ErrorMetadataMapper
-
Get id of the given metadata
- getErrorIdsForApplication(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.PackageCreateMapper
-
Get error metadata ids for a given application
- getErrorIdsForConnection(Long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.PackageCreateMapper
-
Get error ids for the connection
- getErrorName() - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.ErrorDataHolder
-
Returns the generated error name.
- getErrorType() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.ErrorDTO
-
- getErrorType() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.DistinctErrorType
-
Gets error type.
- getErrorType() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorDefinition
-
Gets error type.
- getErrorType() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.ErrorContextMap
-
- getErrorType() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.ErrorLog
-
- getErrorTypes() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter
-
Gets error types.
- getExceptionName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.DebugLog
-
- getExceptionName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.ErrorLog
-
- getExceptionName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.LoggedExceptionData
-
- getExceptionName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Gets exception name.
- getExtendedStacktrace() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.DebugLog
-
- getExtendedStacktrace() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.ErrorLog
-
- getExtendedStackTrace() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.LoggedExceptionData
-
- getExtendedStacktrace() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Gets extended stacktrace.
- getIdByData(Connection) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ConnectionsDAO
-
Get database id for a record that has same properties
- getIdByData(ErrorDefinition) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ErrorDefinitionDAO
-
Get DB id by data
- getIdByData(ErrorMetadata) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ErrorMetadataDAO
-
Get id of the given metadata
- getIdByData(Connection) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ConnectionsDAOImpl
-
- getIdByData(ErrorDefinition) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ErrorDefinitionDAOImpl
-
- getIdByData(ErrorMetadata) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ErrorMetadataDAOImpl
-
- getImpact() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.ErrorDTO
-
- getImpact() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorDefinition
-
Gets impact.
- getImpact() - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.ErrorDataHolder
-
Returns the impact specified in the annotation.
- getIndicesFittingTheQuery(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.FullTextMapper
-
Get Lucene indices fitting the query
- getLevel() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getLineageImpact() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.ErrorContextMap
-
- getLineageImpact() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.ErrorLog
-
- getLog(Long, LogMetadata) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.LogContextMapper
-
Get log with a given ID
- getLoggerName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getLoggerName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Gets logger name.
- getLoggingQueue() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.broker.config.ConsumerConfig
-
Returns name of the designated logging queue.
- getLogId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getLogLevel() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.ErrorDTO
-
- getLogLevel() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorDefinition
-
Gets log level.
- getLogLevel() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Gets log level.
- getLogMetadata(Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.LogDAOImpl
-
- getLogMetadata(Long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.LogDAO
-
Retrieve log metadata for the root log
- getLogMetadata(Long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.LogContextMapper
-
Retrieve log metadata for the root log
- getMessage() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.ErrorResponseDTO
-
Returns error message
- getMessage() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getMessage() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Gets message.
- getNanoOfSecond() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Instant
-
- getNanoOfSecond() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Gets nano of second.
- getNanoSecond() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getNonWorkflowLogsPotentiallyPruned() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.SetExpiryCheckResponseDTO
-
Returns amount of logs that don't belong to any workflow that may be potentially deleted
- getOffset() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter
-
Gets offset.
- getPackageMetadata(Connection) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PackageCreateDAOImpl
-
- getPackageMetadata(Connection) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.PackageCreateDAO
-
Get package metadata for a given connection (technology, phase, scenario name)
- getPackageMetadata(Connection) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.PackageCreateMapper
-
Build package metadata for a given connection (scenario, phase, ...)
- getPackageName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.Connection
-
Gets package name.
- getPackageName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorMetadata
-
Gets package name.
- getPackageName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter
-
Gets package name.
- getPackageName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.BaseContextMap
-
Gets package name.
- getPackageName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getPackageName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.LogMetadata
-
Gets package name.
- getPackageName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.UploadedPackage
-
Name of the package
- getPhase() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.executions.ScenarioExecutionDTO
-
Gets phase.
- getPhase() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.BaseContextMap
-
- getPhase() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getPhase() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.PackageMetadata
-
Gets phase.
- getPhase() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ScenarioExecution
-
- getPhase() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.UploadedPackage
-
Phase to which the scenario belongs
- getPotentiallyDeletedWorkflows(double) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PruneCheckingDAOImpl
-
- getPotentiallyDeletedWorkflows(double) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.PruneCheckingDAO
-
Get workflow executions that would be deleted if settings were changed to a given value
- getScenario() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.BaseContextMap
-
- getScenario() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getScenarioById(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ScenarioExecutionsMapper
-
Queries scenario by its execution id
- getScenarioExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.executions.ScenarioExecutionDTO
-
Gets scenario execution id.
- getScenarioExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.Connection
-
Gets scenario execution id.
- getScenarioExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorMetadata
-
Gets scenario execution id.
- getScenarioExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter
-
Gets scenario execution id.
- getScenarioExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.BaseContextMap
-
- getScenarioExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getScenarioExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.LogMetadata
-
Gets scenario execution id.
- getScenarioExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ScenarioExecution
-
- getScenarioExecutions() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.executions.WorkflowExecutionDTO
-
Gets scenario executions.
- getScenarioName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.executions.ScenarioExecutionDTO
-
Gets scenario name.
- getScenarioName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.PackageMetadata
-
Gets scenario name.
- getScenarioName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ScenarioExecution
-
- getScenarioName() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.UploadedPackage
-
Qualified name of the scenario
- getScheduledTasks() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.PruneServiceImpl
-
- getScheduledTasks() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.PruneService
-
Get currently scheduled pruning tasks
- getSeverity() - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.ErrorDataHolder
-
Returns the severity specified in the annotation.
- getSolution() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.ErrorDTO
-
- getSolution() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorDefinition
-
Gets solution.
- getSolution() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.ErrorContextMap
-
- getSolution() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.ErrorLog
-
- getSolution() - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.ErrorDataHolder
-
Returns the solution specified in the annotation.
- getStatus() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.ErrorResponseDTO
-
Returns http status of the error
- getTechnicalMessage() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.ErrorDTO
-
- getTechnicalMessage() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorDefinition
-
Gets technical message.
- getTechnicalMessage() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.ErrorContextMap
-
- getTechnicalMessage() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.ErrorLog
-
- getTechnicalMessage() - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.ErrorDataHolder
-
Returns the technical message specified in the annotation.
- getTechnology() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.executions.ScenarioExecutionDTO
-
Gets technology.
- getTechnology() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.BaseContextMap
-
- getTechnology() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getTechnology() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.PackageMetadata
-
Gets technology.
- getTechnology() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ScenarioExecution
-
- getTechnology() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.UploadedPackage
-
Technology parameter of the scenario
- getThread() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getThread() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Gets thread.
- getThreadId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getThreadId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Gets thread id.
- getTimestamp() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.executions.WorkflowExecutionDTO
-
Gets timestamp.
- getTimestamp() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.WorkflowExecution
-
- getTriggerDate() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.PruneServiceImpl.PruneTask
-
- getType() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getType() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.LogMetadata
-
Gets type.
- getType() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Gets type.
- getUserMessage() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.ErrorDTO
-
- getUserMessage() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorDefinition
-
Gets user message.
- getUserMessage() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.ErrorContextMap
-
- getUserMessage() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.ErrorLog
-
- getUserMessage() - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.ErrorDataHolder
-
Returns the user message specified in the annotation.
- getWorkerNumber() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.BaseContextMap
-
- getWorkerNumber() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getWorkerNumber() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Gets worker number.
- getWorkflowById(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.WorkflowExecutionsMapper
-
Queries a workflow execution by ID.
- getWorkflowExecution() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.PruneServiceImpl.PruneTask
-
- getWorkflowExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.executions.WorkflowExecutionDTO
-
Gets workflow execution id.
- getWorkflowExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorMetadata
-
Gets workflow execution id.
- getWorkflowExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter
-
Gets workflow execution id.
- getWorkflowExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.additionalcontext.BaseContextMap
-
- getWorkflowExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
- getWorkflowExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.LogMetadata
-
Gets workflow execution id.
- getWorkflowExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ScenarioExecution
-
- getWorkflowExecutionId() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.WorkflowExecution
-
- getWorkflowLogsPotentiallyPruned() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.SetExpiryCheckResponseDTO
-
Returns amount of workflow logs that may be pruned
- getWorkflowsPotentiallyPruned() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.SetExpiryCheckResponseDTO
-
Returns amount of workflow executions that may be deleted
- Impact - Enum in eu.profinit.manta.bachelor.thesis.logging.api.categorization
-
Error attribute describing the impact that an error may have on the final data lineage or an application run.
- info(Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at info level.
- info(Object, Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at info level.
- info(String) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at info level.
- info(String, Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with an exception at info level.
- info(String, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at info level.
- info(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at info level.
- info(String, Object...) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at info level.
- init(ProcessingEnvironment) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.BuilderProcessor
-
- insertConnection(Connection) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ConnectionsMapper
-
Insert a new connection used in a scenario execution into a database
- insertDebug(DebugLog, Long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.LogMapper
-
Inserts a new debug log to logs table.
- insertError(ErrorLog, Long, Long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.LogMapper
-
Inserts new error log to logs table.
- insertErrorDefinition(ErrorDefinition) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ErrorDefinitionsMapper
-
Persist a new error definition
- insertErrorMetadata(ErrorMetadata) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ErrorMetadataMapper
-
Insert a new error metadata object to repository
- insertNewPackage(UploadedPackage) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.PackageUploadMapper
-
Insert metadata about the new uploaded package.
- insertPlaceholders() - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.ErrorDataHolder
-
Replaces placeholders with their values.
- insertScenarioExecution(ScenarioExecution) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.ScenarioExecutionsMapper
-
Persists a new scenario execution
- insertWorkflowExecution(WorkflowExecution) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.WorkflowExecutionsMapper
-
Inserts a new workflow execution.
- Instant - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model.logs
-
Wrapper class for the log time.
- Instant() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Instant
-
Default constructor
- Instant(long, long) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Instant
-
Wrapper class for the log time
- invalidContextException(InvalidContextException) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogViewerBaseController
-
Handler for invalid context requests
- InvalidContextException - Exception in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions
-
Exception thrown due to invalid request for context
- InvalidContextException(String) - Constructor for exception eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions.InvalidContextException
-
Instantiates a new Invalid context exception.
- InvalidContextException(String, Throwable) - Constructor for exception eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions.InvalidContextException
-
Instantiates a new Invalid context exception.
- invalidEncoding() - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.IOErrors
-
Error logged when a user inputted encoding is invalid
- InvalidEncodingBuilder - Class in eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories
-
Generated builder for InvalidEncoding
- invalidFileFormat() - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.IOErrors
-
Error logged when a given file has an invalid format
- InvalidFileFormatBuilder - Class in eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories
-
Generated builder for InvalidFileFormat
- invalidLicense() - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.AuthorizationErrors
-
Logged when the user has an invalid license.
- InvalidLicenseBuilder - Class in eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories
-
Generated builder for InvalidLicense
- invalidPackageFile(InvalidPackageFileException) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogViewerBaseController
-
Handler for a corrupt uploaded package file.
- InvalidPackageFileException - Exception in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions
-
Exception thrown when uploaded package in corrupted.
- InvalidPackageFileException(String) - Constructor for exception eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions.InvalidPackageFileException
-
Instantiates a new Invalid package file exception.
- InvalidPackageFileException(String, Throwable) - Constructor for exception eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions.InvalidPackageFileException
-
Instantiates a new Invalid package file exception.
- IOErrors - Class in eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories
-
Errors occurring during input/output operations.
- IOErrors() - Constructor for class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.IOErrors
-
- ioErrors() - Static method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.Categories
-
Errors occurring during input/output operations.
- isEmpty() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter
-
Is empty boolean.
- licenseHash(Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.InvalidLicenseBuilder
-
Setter for 'licenseHash' property.
- liquibase(DataSource) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.config.DataSourceConfig
-
Spring liquibase bean
- listAllUploadedPackages() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.MetadataController
-
Request all packages that were uploaded to this repository.
- listExecutions() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.MetadataController
-
Request a list of all executions stored in the repository.
- listExecutions() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.MetadataProviderServiceImpl
-
- listExecutions() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.MetadataProviderService
-
List metadata about all executions stored in the repository.
- loadEarlier(Log, Long, long, long, LogMetadata) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.LogDAOImpl
-
- loadEarlier(Log, Long, long, long, LogMetadata) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.LogDAO
-
Load logs that occurred BEFORE the wanted log that have the same metaata and occurred in the same thread
- loadEarlier(Log, Long, Long, Long, LogMetadata) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.LogContextMapper
-
Load logs that occurred BEFORE the wanted log that have the same metaata and occurred in the same thread
- loadEarlier(Long, long, long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.LogContextServiceImpl
-
- loadEarlier(Long, long, long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.LogContextService
-
Load logs that occurred BEFORE the wanted log that have the same metaata and occurred in the same thread
- loadEarlierContext(Long, long, long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.ContextController
-
Request to load more logs into the log context that happened before the error log.
- loadLater(Log, Long, long, long, LogMetadata) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.LogDAOImpl
-
- loadLater(Log, Long, long, long, LogMetadata) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.LogDAO
-
Load logs that occurred AFTER the wanted log
- loadLater(Log, Long, Long, Long, LogMetadata) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.LogContextMapper
-
Load logs that occurred AFTER the wanted log
- loadLater(Long, long, long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.LogContextServiceImpl
-
- loadLater(Long, long, long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.LogContextService
-
Load logs that occurred AFTER the wanted log
- loadLaterContext(Long, long, long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.ContextController
-
Request to load more logs into the log context that happened after the error log.
- Log - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model.logs
-
Parent class for all incoming logs.
- Log() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
Default constructor
- Log(String, String, int, String, String, Instant, String, String, BaseContextMap) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
Parent class for all incoming logs.
- Log(Long, String, String, int, String, String, Instant, String, String, BaseContextMap) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
Instantiates a new Log.
- Log(Long, String, String, int, String, String, long, long, String, String, BaseContextMap) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
Parent class for all incoming logs.
- log(Logger, boolean) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.GenericBuilder
-
Logs the built error.
- log(GenericBuilder) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at warn, error and fatal level.
- log(GenericBuilder, boolean) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Logs a message with parameters at warn, error and fatal level.
- log(Logger, Level, ErrorDataHolder, String, Throwable, boolean) - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingExecutor
-
Logs all of the error data using the log4j logger.
- logConsumerErrorHandler() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.broker.config.ConsumerConfig
-
Bean representing error handler for the log consumer.
- LogConsumerErrorHandler - Class in eu.profinit.manta.bachelor.thesis.log.viewer.errors
-
Handler of the Spring JMS errors.
- LogConsumerErrorHandler() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.errors.LogConsumerErrorHandler
-
- LogContextMapper - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper
-
MyBatis mapper for log context queries
- LogContextService - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services
-
Service providing log context
- LogContextServiceImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl
-
Service providing context to logs
- LogContextServiceImpl(LogDAO) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.LogContextServiceImpl
-
Instantiates a new Log context service.
- LogDAO - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao
-
DAO for log manipulation ('logs' table)
- LogDAOImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl
-
Log DAO implementation
- LogDAOImpl(LogQueryMapper, LogContextMapper, FullTextMapper, ErrorExpansionMapper, LogMapper) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.LogDAOImpl
-
Instantiates a new Log dao.
- LogExpandController - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers
-
Controller handling requests for concrete error logs
- LogExpandController(ExpandLogsService) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogExpandController
-
Ctr for error expansion controller
- LoggedExceptionData - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model.logs
-
Class representing a logged exception
- LoggedExceptionData() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.LoggedExceptionData
-
Default constructor
- LoggedExceptionData(String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.LoggedExceptionData
-
Logged exception
- Logger - Class in eu.profinit.manta.bachelor.thesis.logging.api.logging
-
Base logging class serving as a wrapper to log4j logger that extends its functionality with
logging of categorized errors.
- Logger(String) - Constructor for class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Creates a new Manta logger for a given class.
- Logger(Class) - Constructor for class eu.profinit.manta.bachelor.thesis.logging.api.logging.Logger
-
Creates a new Manta logger for a given class.
- LoggingContext - Class in eu.profinit.manta.bachelor.thesis.logging.api.logging
-
Class injecting additional data to logs.
- LoggingContext() - Constructor for class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingContext
-
- LoggingExecutor - Class in eu.profinit.manta.bachelor.thesis.logging.api.logging
-
Calls the Log4j logger and logs the error.
- LogHandler - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.broker.messagehandling.handlers
-
Interface defining functionality of the log handler.
- LogHandlerImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.broker.messagehandling.handlers
-
Implementation of the log handler.
- LogHandlerImpl(LogPersistenceService) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.broker.messagehandling.handlers.LogHandlerImpl
-
Ctr for log handler
- LogListener - Class in eu.profinit.manta.bachelor.thesis.log.viewer.broker.listener
-
Class implementing listener to the designated logging queue.
- LogListener(LogResolver, MessageHandler) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.broker.listener.LogListener
-
- LogMapper - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper
-
MyBatis mapper for basic log queries
- LogMetadata - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model.logs
-
Metadata of the log used for retrieving its context
- LogMetadata(String, Long, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.LogMetadata
-
Ctr for the log metadata
- LogPersistenceService - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services
-
Service handling log manipulation.
- LogPersistenceServiceImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl
-
Log service implementation
- LogPersistenceServiceImpl(LogDAO, WorkflowExecutionDAO, ScenarioExecutionDAO, PruneService, ErrorMetadataDAO, ErrorDefinitionDAO, ConnectionsDAO) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.LogPersistenceServiceImpl
-
Service handling business logic for logs
- LogQueryController - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers
-
Controller for all query operations for logs.
- LogQueryController(LogQueryService) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogQueryController
-
Ctr for the log query controller
- LogQueryMapper - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper
-
MyBatis mapper for log query queries.
- LogQueryService - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services
-
Service providing log query functionality
- LogQueryServiceImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl
-
Log Query service implementation
- LogQueryServiceImpl(LogDAO) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.LogQueryServiceImpl
-
Instantiates a new Log query service.
- LogResolver - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.broker.consumer
-
Interface defining functionality of the log resolver.
- LogResolverImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.broker.consumer
-
Implementation of the log resolver.
- LogResolverImpl(ObjectMapper) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.broker.consumer.LogResolverImpl
-
Instantiates a new Log resolver.
- LogViewerBaseController - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers
-
Common ancestor for Log Viewer controllers.
- LogViewerBaseController() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogViewerBaseController
-
- LogViewerFilterBasedController - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers
-
Common ancestor for controllers requiring filtering.
- LogViewerFilterBasedController() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogViewerFilterBasedController
-
- packageAlreadyExists(PackageAlreadyExistsException) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogViewerBaseController
-
Handler for invalid package name.
- PackageAlreadyExistsException - Exception in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions
-
Exception thrown when a package with such name already exists
- PackageAlreadyExistsException(String) - Constructor for exception eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions.PackageAlreadyExistsException
-
Instantiates a new Package already exists exception.
- PackageController - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers
-
Controller for requests regarding log package upload/download.
- PackageController(UploadPackageService, CreatePackageService) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.PackageController
-
Ctr for package controller
- PackageCreateDAO - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao
-
DAO for package creation queries
- PackageCreateDAOImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl
-
Package Create DAO implementaiton
- PackageCreateDAOImpl(PackageCreateMapper) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PackageCreateDAOImpl
-
Instantiates a new Package create dao.
- PackageCreateMapper - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper
-
MyBatis mapper for package create queries
- PackageDAO - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao
-
DAO for the uploaded_packages table
- PackageDAOImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl
-
Package DAO implementaiton
- PackageDAOImpl(PackageMapper) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PackageDAOImpl
-
Instantiates a new Package dao.
- PackageMapper - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper
-
MyBatis mapper for operations regarding log packages.
- PackageMetadata - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model
-
POJO representing the created/uploaded package metadata
- PackageMetadata(String, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.PackageMetadata
-
Ctr of the package metadata
- PackageMetadata(Long, String, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.PackageMetadata
-
Ctr of the package metadata
- PackageUploadDAO - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao
-
DAO for uploaded packages
- PackageUploadDAOImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl
-
Implementation of uploaded packages DAO
- PackageUploadDAOImpl(PackageUploadMapper) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PackageUploadDAOImpl
-
Ctr for uploaded packages DAO
- PackageUploadMapper - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper
-
MyBatis mapper for package upload queries
- parsePlaceholders(Error) - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.utils.MessageParser
-
Parses placeholders from messages in order to create builder methods for them.
- path(Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.FileNotFoundBuilder
-
Setter for 'path' property.
- performFullTextOverErrorLogs(String, List<Long>, Filter) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.FullTextMapper
-
Executes full text search over user message and technical message of error logs.
- persistDebugLog(DebugLog) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.LogPersistenceServiceImpl
-
- persistDebugLog(DebugLog) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.LogPersistenceService
-
Persists a parsed debug log.
- persistErrorLog(ErrorLog) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.LogPersistenceServiceImpl
-
- persistErrorLog(ErrorLog) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.LogPersistenceService
-
Persists a parsed error log.
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.BuilderProcessor
-
- prune(WorkflowExecution) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.PruneServiceImpl
-
- PruneCheckingDAO - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao
-
DAO for queries regarding possible consequences of changing prune settings
- PruneCheckingDAOImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl
-
Prune checking DAO implementaiton
- PruneCheckingDAOImpl(PruneMapper) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PruneCheckingDAOImpl
-
Instantiates a new Prune checking dao.
- PruneConfig - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.config
-
Configuration of automated pruning functionality.
- PruneConfig() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.config.PruneConfig
-
- pruneExpiredNonExecutionLogs(double) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.LogDAOImpl
-
- pruneExpiredNonExecutionLogs(double) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.LogDAO
-
Deletes expired logs that do not belong to any execution.
- pruneExpiredNonExecutionLogs(double) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.LogMapper
-
Deletes expired logs that do not belong to any execution.
- pruneLogsFromApplication(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.LogDAOImpl
-
- pruneLogsFromApplication(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.LogDAO
-
Prune logs that were emitted from a given application
- pruneLogsFromApplication(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.LogMapper
-
Prune logs that were emitted from a given application
- PruneMapper - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper
-
MyBatis mapper for operations regarding log deletion.
- pruneNonExecutionLogs() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.PruneServiceImpl
-
- pruneNonExecutionLogs() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.PruneService
-
Spring scheduled method pruning expired logs that don't belong to a workflow execution.
- PruneService - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services
-
Service handling scheduling of log pruning.
- PruneServiceImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl
-
Prune scheduling service implementation
- PruneServiceImpl(WorkflowExecutionDAO, double, ThreadPoolTaskScheduler, ErrorDefinitionDAO, ErrorMetadataDAO, LogDAO) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.PruneServiceImpl
-
Instantiates a new Prune service.
- PruneServiceImpl.PruneTask - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl
-
Runnable scheduled task that runs in future and executes pruning of logs.
- PruneTask(WorkflowExecution, Date) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.PruneServiceImpl.PruneTask
-
Pruning task
- pruneUploadedPackage(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.PackageMapper
-
Prune logs from an uploaded package.
- pruneUploadedPackage(String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.ForcePruneService
-
Prune uploaded package (only way to delete it)
- pruneUploadedPackage(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.ForcePruneServiceImpl
-
- PruningCommon - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services
-
Common ancestor for all services providing pruning functionality.
- PruningCommon(ErrorMetadataDAO, ErrorDefinitionDAO) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.PruningCommon
-
Instantiates a new Pruning common.
- pruningConfigurationNotFound() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories.RepositoryErrors
-
Error thrown due to missing pruning.properties file in resources.
- PruningConfigurationNotFoundBuilder - Class in eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories
-
Generated builder for PruningConfigurationNotFound
- PruningController - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers
-
Controller for requests regarding log pruning.
- PruningController(ForcePruneService) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.PruningController
-
Ctr for pruning controller
- put(String, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.ErrorDataHolder
-
Puts placeholder and its value into a HashMap.
- putArg(String, Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.GenericBuilder
-
Stores the placeholder value in a HashMap.
- save(Connection) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ConnectionsDAO
-
Insert a new connection used in a scenario execution into a database
- save(ErrorDefinition) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ErrorDefinitionDAO
-
Persist a new error definition
- save(ErrorMetadata) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ErrorMetadataDAO
-
Insert a new error metadata object to repository
- save(Connection) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ConnectionsDAOImpl
-
- save(ErrorDefinition) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ErrorDefinitionDAOImpl
-
- save(ErrorMetadata) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ErrorMetadataDAOImpl
-
- save(ErrorLog, Long, Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.LogDAOImpl
-
- save(DebugLog, Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.LogDAOImpl
-
- save(UploadedPackage) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PackageUploadDAOImpl
-
- save(ScenarioExecution) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ScenarioExecutionDAOImpl
-
- save(WorkflowExecution) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.WorkflowExecutionDAOImpl
-
- save(ErrorLog, Long, Long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.LogDAO
-
Persist error log.
- save(DebugLog, Long) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.LogDAO
-
Persist debug log
- save(UploadedPackage) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.PackageUploadDAO
-
Insert metadata about a new uploaded package to the DB
- save(ScenarioExecution) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.ScenarioExecutionDAO
-
Persists a new scenario execution
- save(WorkflowExecution) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.WorkflowExecutionDAO
-
Insert a new workflow execution to the repository
- ScenarioExecution - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model
-
POJO representing one scenario execution
- ScenarioExecution() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.ScenarioExecution
-
Default constructor
- ScenarioExecution(String, String, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.ScenarioExecution
-
Ctr
- ScenarioExecutionDAO - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao
-
DAO for accessing scenario executions table
- ScenarioExecutionDAOImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl
-
Scenario executions DAO implementation
- ScenarioExecutionDAOImpl(ScenarioExecutionsMapper) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.ScenarioExecutionDAOImpl
-
Instantiates a new Scenario execution dao.
- ScenarioExecutionDTO - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.executions
-
DTO for storing information about a scenario execution.
- ScenarioExecutionDTO(String, String, String, String, List<String>) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.executions.ScenarioExecutionDTO
-
Instantiates a new Scenario execution dto.
- ScenarioExecutionsMapper - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper
-
MyBatis mapper for scenario executions table queries
- schedulePruning(WorkflowExecution) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.PruneServiceImpl
-
- schedulePruning() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.PruneServiceImpl
-
- schedulePruning() - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.PruneService
-
Initial prune scheduling.
- schedulePruning(WorkflowExecution) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.PruneService
-
Schedules pruning for a single workflow execution.
- setApplications(List<String>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter.FilterBuilder
-
Sets applications.
- setCategories(List<String>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter.FilterBuilder
-
Sets categories.
- setConnectionDbId(Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.Connection
-
Sets connection db id.
- setConnectionId(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter.FilterBuilder
-
Sets connection id.
- setConnectionID(String) - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingContext
-
Put connection ID to context.
- setContext(String) - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingContext
-
Set a context node.
- setData(String, String, String, String, Impact, Severity) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.GenericBuilder
-
Sets the basic error data by creating a holder for it.
- setErrorDefinitionId(Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorDefinition
-
Sets error definition id.
- setErrorId(Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.ErrorMetadata
-
Sets error id, used by MyBatis
- setErrorTypes(List<String>) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter.FilterBuilder
-
Sets error types.
- SetExpiryCheckResponseDTO - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto
-
Response when checking for potentially deleted logs.
- SetExpiryCheckResponseDTO(int, List<WorkflowExecution>, int) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.dto.SetExpiryCheckResponseDTO
-
Ctr
- setLogExpiryTime(double) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.ChangeSettingsController
-
Request to change the time period after which logs expire and are pruned.
- setLogId(Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.Log
-
Setter for DB id, used by the MyBatis after insert
- setOffset(Long) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter.FilterBuilder
-
Sets offset.
- setPackageName(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter.FilterBuilder
-
Sets package name.
- setPhase(String) - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingContext
-
Put scenario phase to context.
- setScenario(String) - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingContext
-
Put scenario name to context.
- setScenarioExecutionId(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter.FilterBuilder
-
Sets scenario execution id.
- setScenarioExecutionId(String) - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingContext
-
Put execution ID to context.
- setTechnology(String) - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingContext
-
Put technology name to the context.
- setThrowable(Throwable) - Method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.GenericBuilder
-
Sets throwable, if there is one, that should be logged.
- setWorkflowExecutionId(String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.model.filter.Filter.FilterBuilder
-
Sets workflow execution id.
- setWorkflowExecutionId(String) - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingContext
-
Put workflow ID to context.
- Severity - Enum in eu.profinit.manta.bachelor.thesis.logging.api.categorization
-
Attribute of an error describing its severity.
- sqlSessionFactory(DataSource) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.config.DataSourceConfig
-
MyBatis SqlSessionFactory bean
- stackOverflowError() - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.SystemErrors
-
Error logged due to stack overflow
- StackOverflowErrorBuilder - Class in eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories
-
Generated builder for StackOverflowError
- SwaggerConfig - Class in eu.profinit.manta.bachelor.thesis.log.viewer.controllers.configuration
-
Configuration of Swagger UI.
- SwaggerConfig() - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.configuration.SwaggerConfig
-
- SystemErrors - Class in eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories
-
Category holding errors that stem from issues in the JVM.
- SystemErrors() - Constructor for class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.SystemErrors
-
- systemErrors() - Static method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.Categories
-
Category holding errors that stem from issues in the JVM.
- unableToCreateDump() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories.RepositoryErrors
-
Error thrown when it is not possible to create a log dump for given scenario execution.
- UnableToCreateDumpBuilder - Class in eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories
-
Generated builder for UnableToCreateDump
- unableToCreateDumpException(UnableToCreateDumpException) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogViewerBaseController
-
Handler for exceptions thrown due to inability to provide log dump
- UnableToCreateDumpException - Exception in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions
-
Exception thrown when unable to create a DB dump
- UnableToCreateDumpException(String) - Constructor for exception eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions.UnableToCreateDumpException
-
Instantiates a new Unable to create dump exception.
- UnableToCreateDumpException(Throwable) - Constructor for exception eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions.UnableToCreateDumpException
-
Instantiates a new Unable to create dump exception.
- unableToDeleteTemporaryFiles(UnableToDeleteTemporaryFiles) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogViewerBaseController
-
Handler for exception thrown due to inability to delete temporary files after the dump upload
- UnableToDeleteTemporaryFiles - Exception in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions
-
Exception thrown due to inability to delete temporary files during package upload
- UnableToDeleteTemporaryFiles(String) - Constructor for exception eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions.UnableToDeleteTemporaryFiles
-
Instantiates a new Unable to delete temporary files.
- UnableToDeleteTemporaryFiles(String, Throwable) - Constructor for exception eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions.UnableToDeleteTemporaryFiles
-
Instantiates a new Unable to delete temporary files.
- unableToPruneWorkflowExecutionException(UnableToPruneWorkflowExecutionException) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.LogViewerBaseController
-
Handler for errors stemming from the inability to prune requested workflow execution
- UnableToPruneWorkflowExecutionException - Exception in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions
-
Exception thrown when unable to prune workflow execution
- UnableToPruneWorkflowExecutionException(String) - Constructor for exception eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.exceptions.UnableToPruneWorkflowExecutionException
-
Instantiates a new Unable to prune workflow execution exception.
- UnableToResolveException - Exception in eu.profinit.manta.bachelor.thesis.log.viewer.broker.consumer
-
Exception thrown when Jackson is unable to parse log from JSON format.
- UnableToResolveException(Throwable) - Constructor for exception eu.profinit.manta.bachelor.thesis.log.viewer.broker.consumer.UnableToResolveException
-
Exception thrown when Jackson is unable to parse log from JSON format.
- unableToResolveLog() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories.ResolverErrors
-
Error occurring when a log cannot be parsed from JSON format because it was invalid.
- UnableToResolveLogBuilder - Class in eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories
-
Generated builder for UnableToResolveLog
- unknownLoggingConsumerExceptionThrown() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories.ConsumerErrors
-
Errors thrown internally in Spring JMS
- UnknownLoggingConsumerExceptionThrownBuilder - Class in eu.profinit.manta.bachelor.thesis.log.viewer.errors.categories
-
Generated builder for UnknownLoggingConsumerExceptionThrown
- unsetConnectionID() - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingContext
-
Remove input name from the context.
- unsetPhase() - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingContext
-
Remove phase from the context.
- unsetScenario() - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingContext
-
Remove scenaraio from the context.
- unsetTechnology() - Static method in class eu.profinit.manta.bachelor.thesis.logging.api.logging.LoggingContext
-
Remove technology from the context.
- updateErrors() - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.PruningCommon
-
Update error metadata and error definitions
- updatePruningDelayProperty(double) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.UpdateSettingsServiceImpl
-
- updatePruningDelayProperty(double) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.UpdateSettingsService
-
Updates log expiry time and accordingly reschedules prunings.
- updateScheduledPruning(double) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.PruneServiceImpl
-
- updateScheduledPruning(double) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.PruneService
-
Changes times of the scheduled prunings.
- UpdateSettingsService - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services
-
Service handling all settings changes that a user can make and their consequences.
- UpdateSettingsServiceImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl
-
Update settings service implementation
- UpdateSettingsServiceImpl(PruneService, PruneCheckingDAO, File) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.UpdateSettingsServiceImpl
-
Instantiates a new Update settings service.
- upload(UploadedLog, Long, String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PackageUploadDAOImpl
-
- upload(UploadedLog, String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.impl.PackageUploadDAOImpl
-
- upload(UploadedLog, Long, String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.PackageUploadDAO
-
Insert a new error log belonging to a package
- upload(UploadedLog, String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.dao.PackageUploadDAO
-
Insert a new debug log belonging to a package
- uploadDebug(UploadedLog, String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.PackageUploadMapper
-
Insert a new debug log belonging to a package
- UploadedLog - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model.logs
-
POJO representing a log read from a CSV dump and to be uploaded as a package log
- UploadedLog(String, String, String, String, int, String, int, String, long, long, String, String, String, Long) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.logs.UploadedLog
-
Instantiates a new Uploaded log.
- UploadedPackage - Class in eu.profinit.manta.bachelor.thesis.log.viewer.model
-
Model representing one uploaded package
- UploadedPackage(String, String, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.UploadedPackage
-
Ctr
- UploadedPackage(String, String, String, String, String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.UploadedPackage
-
Ctr
- UploadedPackage(String, String) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.model.UploadedPackage
-
Ctr
- uploadError(UploadedLog, Long, String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.mapper.PackageUploadMapper
-
Insert a new error log belonging to a package
- uploadPackage(MultipartFile, String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.controllers.PackageController
-
Request to uploade a log package to the repository.
- uploadPackage(MultipartFile, String) - Method in class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.UploadPackageServiceImpl
-
- uploadPackage(MultipartFile, String) - Method in interface eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.UploadPackageService
-
Upload a given package to the repository.
- UploadPackageService - Interface in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services
-
Service uploading a package to the repository
- UploadPackageServiceImpl - Class in eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl
-
Upload package service implementations
- UploadPackageServiceImpl(PackageUploadDAO, ObjectMapper, String, ErrorDefinitionDAO, ErrorMetadataDAO) - Constructor for class eu.profinit.manta.bachelor.thesis.log.viewer.repository.services.impl.UploadPackageServiceImpl
-
Instantiates a new Upload package service.
- userName(Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.BadPasswordBuilder
-
Setter for 'userName' property.
- userName(Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.InvalidLicenseBuilder
-
Setter for 'userName' property.
- userName(Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.MissingUserPrivilegeBuilder
-
Setter for 'userName' property.
- userRole(Object) - Method in class eu.profinit.manta.bachelor.thesis.logging.proof.of.concept.Errors.categories.MissingUserPrivilegeBuilder
-
Setter for 'userRole' property.