Uses of Class
org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.ActionLog
Packages that use ActionLog
Package
Description
-
Uses of ActionLog in org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog
Methods in org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog that return types with arguments of type ActionLogModifier and TypeMethodDescriptionActionLogFilterRepository.findActionLogsByFilter(Timestamp offsetTime, long rangeTime, List<ActionLogFilterRequestDTO> filters) ActionLogFilterRepositoryImpl.findActionLogsByFilter(Timestamp offsetTime, long rangeTime, List<ActionLogFilterRequestDTO> filters) ActionLogRepository.findAllByActionTimeBetween(Timestamp actionTimeFrom, Timestamp actionTimeTo) -
Uses of ActionLog in org.qubership.integration.platform.variables.management.rest.v1.mapper
Methods in org.qubership.integration.platform.variables.management.rest.v1.mapper with parameters of type ActionLogModifier and TypeMethodDescriptionMethod parameters in org.qubership.integration.platform.variables.management.rest.v1.mapper with type arguments of type ActionLogModifier and TypeMethodDescriptionActionsLogMapper.asResponse(Long recordsAfterRange, List<ActionLog> actionLogs) ActionsLogMapperImpl.asResponse(Long recordsAfterRange, List<ActionLog> actionLogs) -
Uses of ActionLog in org.qubership.integration.platform.variables.management.service
Methods in org.qubership.integration.platform.variables.management.service that return types with arguments of type ActionLogModifier and TypeMethodDescriptionActionsLogService.findAllByActionTimeBetween(Timestamp actionTimeFrom, Timestamp actionTimeTo) ActionsLogService.findBySearchRequest(ActionLogSearchCriteria request) Methods in org.qubership.integration.platform.variables.management.service with parameters of type ActionLog