Uses of Class
org.qubership.integration.platform.sessions.dto.SessionElement
Packages that use SessionElement
Package
Description
-
Uses of SessionElement in org.qubership.integration.platform.sessions.controller
Methods in org.qubership.integration.platform.sessions.controller that return types with arguments of type SessionElementModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SessionElement> SessionController.getElementPayloadById(String sessionId, String elementId) -
Uses of SessionElement in org.qubership.integration.platform.sessions.mapper
Methods in org.qubership.integration.platform.sessions.mapper that return SessionElementModifier and TypeMethodDescriptionabstract SessionElementSessionElementMapper.toSessionElement(SessionElementElastic element) SessionElementMapperImpl.toSessionElement(SessionElementElastic element) Methods in org.qubership.integration.platform.sessions.mapper that return types with arguments of type SessionElementModifier and TypeMethodDescriptionSessionElementMapper.toSessionElements(List<SessionElementElastic> elasticElements) Methods in org.qubership.integration.platform.sessions.mapper with parameters of type SessionElementModifier and TypeMethodDescriptionabstract 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 SessionElementModifier and TypeMethodDescriptionSessionElementMapper.toElasticElements(List<SessionElement> elements, Session session) -
Uses of SessionElement in org.qubership.integration.platform.sessions.service
Methods in org.qubership.integration.platform.sessions.service that return SessionElement