Modifier and Type | Method and Description |
---|---|
void |
MessageHandler.handle(ErrorLog errorLog)
Sends error log to the log handler.
|
void |
MessageHandlerImpl.handle(ErrorLog errorLog) |
Modifier and Type | Method and Description |
---|---|
void |
LogHandler.handle(ErrorLog log)
Method handling error log by persisting it to the database.
|
void |
LogHandlerImpl.handle(ErrorLog log) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<List<ErrorLog>> |
LogExpandController.expandLogs(String errorCategory,
String collapsedElement,
String application,
@Min(value=0L,message="Offset cannot be negative!") Long offset)
Get concrete logs from an error type.
|
org.springframework.http.ResponseEntity<List<ErrorLog>> |
LogExpandController.expandLogs(String workflowExecutionId,
String errorCategory,
String collapsedElement,
String application,
@Min(value=0L,message="Offset cannot be negative!") Long offset)
Get concrete logs from an error type occurring in a given workflow execution.
|
org.springframework.http.ResponseEntity<List<ErrorLog>> |
LogExpandController.expandLogs(String workflowExecutionId,
String scenarioExecutionId,
String errorCategory,
String collapsedElement,
String application,
@Min(value=0L,message="Offset cannot be negative!") Long offset)
Get concrete logs from an error type occurring in a given scenario execution.
|
org.springframework.http.ResponseEntity<List<ErrorLog>> |
LogExpandController.expandLogs(String workflowExecutionId,
String scenarioExecutionId,
String connectionId,
String errorCategory,
String collapsedElement,
String application,
@Min(value=0L,message="Offset cannot be negative!") Long offset)
Get concrete logs from an error type occurring in a given connection.
|
org.springframework.http.ResponseEntity<List<ErrorLog>> |
LogExpandController.expandPackageLogs(String packageName,
String errorCategory,
String collapsedElement,
String application,
@Min(value=0L,message="Offset cannot be negative!") Long offset)
Get concrete logs from an error type occurring in a given package.
|
Modifier and Type | Method and Description |
---|---|
List<ErrorLog> |
LogDAO.expandLogs(String errorCategory,
String collapsedElement,
String application,
Filter filter)
Get concrete error logs fitting the passed filter settings
|
Modifier and Type | Method and Description |
---|---|
Long |
LogDAO.save(ErrorLog errorLog,
Long errorId,
Long connDbId)
Persist error log.
|
Modifier and Type | Method and Description |
---|---|
List<ErrorLog> |
LogDAOImpl.expandLogs(String errorCategory,
String collapsedElement,
String application,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
Long |
LogDAOImpl.save(ErrorLog errorLog,
Long errorId,
Long connDbId) |
Modifier and Type | Method and Description |
---|---|
List<ErrorLog> |
ErrorExpansionMapper.expandLogs(String errorCategory,
String collapsedElement,
String application,
Filter filter)
Get concrete error logs fitting the passed filter settings
|
Modifier and Type | Method and Description |
---|---|
Long |
LogMapper.insertError(ErrorLog errorLog,
Long errorId,
Long connDbId)
Inserts new error log to logs table.
|
Modifier and Type | Method and Description |
---|---|
List<ErrorLog> |
ExpandLogsService.expandLogs(String errorCategory,
String collapsedElement,
String application,
Filter filter)
Get concrete logs for a given error type using attached filter settings
|
Modifier and Type | Method and Description |
---|---|
void |
LogPersistenceService.persistErrorLog(ErrorLog errorLog)
Persists a parsed error log.
|
Modifier and Type | Method and Description |
---|---|
List<ErrorLog> |
ExpandLogsServiceImpl.expandLogs(String errorCategory,
String collapsedElement,
String application,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
void |
LogPersistenceServiceImpl.persistErrorLog(ErrorLog errorLog) |
Copyright © 2020. All rights reserved.