Uses of Class
org.qubership.atp.ram.logging.entities.requests.CreatedLogRecordRequest
Packages that use CreatedLogRecordRequest
Package
Description
-
Uses of CreatedLogRecordRequest in org.qubership.atp.ram.logging.controllers
Methods in org.qubership.atp.ram.logging.controllers with parameters of type CreatedLogRecordRequestModifier and TypeMethodDescriptionLogRecordLoggingController.findOrCreate(CreatedLogRecordRequest createdLogRecordRequest) Find existed log record or created new by info from request. -
Uses of CreatedLogRecordRequest in org.qubership.atp.ram.logging.services
Methods in org.qubership.atp.ram.logging.services with parameters of type CreatedLogRecordRequestModifier and TypeMethodDescriptionLogRecordLoggingService.findOrCreate(CreatedLogRecordRequest createdLogRecordRequest) Find or create log record.