Uses of Class
org.qubership.integration.platform.sessions.dto.Session
Packages that use Session
Package
Description
-
Uses of Session in org.qubership.integration.platform.sessions.controller
Methods in org.qubership.integration.platform.sessions.controller that return types with arguments of type SessionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Session> SessionController.findByExternalId(String externalSessionId, boolean includeDetails) org.springframework.http.ResponseEntity<Session> org.springframework.http.ResponseEntity<Session> SessionController.findExistingSession(String sessionId) ImportController.importSessions(org.springframework.web.multipart.MultipartFile[] files) -
Uses of Session in org.qubership.integration.platform.sessions.mapper
Methods in org.qubership.integration.platform.sessions.mapper that return SessionModifier and TypeMethodDescriptionSessionAggregateMapper.toPreview(SessionElementElastic element) protected abstract SessionSessionAggregateMapper.toPreview(SessionElementElastic element, Session session) protected SessionSessionAggregateMapperImpl.toPreview(SessionElementElastic element, Session session) SessionAggregateMapper.toSession(List<SessionElementElastic> elements, boolean includeElements) protected abstract SessionSessionAggregateMapper.toSession(SessionElementElastic element, List<SessionElementElastic> elements) protected SessionSessionAggregateMapperImpl.toSession(SessionElementElastic element, List<SessionElementElastic> elements) Methods in org.qubership.integration.platform.sessions.mapper that return types with arguments of type SessionModifier and TypeMethodDescriptionSessionAggregateMapper.toPreview(List<SessionElementElastic> elements) SessionAggregateMapperImpl.toPreview(List<SessionElementElastic> elements) Methods in org.qubership.integration.platform.sessions.mapper with parameters of type SessionModifier and TypeMethodDescriptionprotected voidSessionAggregateMapper.fillSession(SessionElementElastic element, List<SessionElementElastic> elements, Session session) SessionElementMapper.toElasticElements(List<SessionElement> elements, Session session) protected abstract SessionSessionAggregateMapper.toPreview(SessionElementElastic element, Session session) protected SessionSessionAggregateMapperImpl.toPreview(SessionElementElastic element, Session session) abstract SessionElementElasticSessionElementMapper.toSessionElementElastic(SessionElement element, Session session) SessionElementMapperImpl.toSessionElementElastic(SessionElement element, Session session) Method parameters in org.qubership.integration.platform.sessions.mapper with type arguments of type Session -
Uses of Session in org.qubership.integration.platform.sessions.service
Methods in org.qubership.integration.platform.sessions.service that return SessionModifier and TypeMethodDescriptionSessionService.findByExternalSessionId(String externalSessionId, boolean includeElements) Methods in org.qubership.integration.platform.sessions.service that return types with arguments of type SessionModifier and TypeMethodDescriptionImportService.importSessions(org.springframework.web.multipart.MultipartFile[] files)