Uses of Class
org.qubership.integration.platform.variables.management.rest.v1.dto.actionlog.ActionLogResponse
Packages that use ActionLogResponse
Package
Description
-
Uses of ActionLogResponse in org.qubership.integration.platform.variables.management.rest.v1.controller
Methods in org.qubership.integration.platform.variables.management.rest.v1.controller that return types with arguments of type ActionLogResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ActionLogResponse> ActionsLogController.findBySearchRequest(ActionLogSearchCriteria request) -
Uses of ActionLogResponse in org.qubership.integration.platform.variables.management.rest.v1.mapper
Methods in org.qubership.integration.platform.variables.management.rest.v1.mapper that return ActionLogResponseModifier and TypeMethodDescriptionActionsLogMapper.asResponse(Long recordsAfterRange, List<ActionLog> actionLogs) ActionsLogMapperImpl.asResponse(Long recordsAfterRange, List<ActionLog> actionLogs)