Uses of Class
org.qubership.integration.platform.sessions.dto.SessionSearchResponse
Packages that use SessionSearchResponse
Package
Description
-
Uses of SessionSearchResponse in org.qubership.integration.platform.sessions.controller
Methods in org.qubership.integration.platform.sessions.controller that return types with arguments of type SessionSearchResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SessionSearchResponse> SessionController.findAllByFilter(int offset, int count, String sortColumn, FilterRequestAndSearchDTO filterRequest) org.springframework.http.ResponseEntity<SessionSearchResponse> SessionController.findByFilter(String chainId, int offset, int count, String sortColumn, FilterRequestAndSearchDTO filterRequest) -
Uses of SessionSearchResponse in org.qubership.integration.platform.sessions.service
Methods in org.qubership.integration.platform.sessions.service that return SessionSearchResponseModifier and TypeMethodDescriptionSessionService.getSessions(String chainId, int offset, int limit, String sortColumn, FilterRequestAndSearchDTO filterRequest)