Package org.qubership.atp.ram.services
Class BrowserConsoleLogService
java.lang.Object
org.qubership.atp.ram.services.BrowserConsoleLogService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateBrowserConsoleLog(UUID logRecordId, List<BrowserConsoleLogsTable> logs) Create browserConsoleLog for LogRecord.getBrowserConsoleLogsTable(UUID logRecordId, org.springframework.data.domain.Pageable pageable) Get BrowserConsoleLogs by logRecordUUID.booleanisBrowserConsoleLogsPresent(UUID logRecordUuid)
-
Constructor Details
-
BrowserConsoleLogService
public BrowserConsoleLogService()
-
-
Method Details
-
getBrowserConsoleLogsTable
public PaginationResponse<BrowserConsoleLogsTable> getBrowserConsoleLogsTable(UUID logRecordId, org.springframework.data.domain.Pageable pageable) Get BrowserConsoleLogs by logRecordUUID.- Parameters:
logRecordId- LogRecordUUIDpageable- Pageable (page starts from 0)- Returns:
- list of logs on page as entities and totalCount
-
createBrowserConsoleLog
Create browserConsoleLog for LogRecord.- Parameters:
logRecordId- logRecordIdlogs- logs to save
-
isBrowserConsoleLogsPresent
-