Uses of Class
org.qubership.integration.platform.engine.rest.v1.dto.checkpoint.CheckpointSessionDTO
Packages that use CheckpointSessionDTO
Package
Description
-
Uses of CheckpointSessionDTO in org.qubership.integration.platform.engine.rest.v1.controller
Methods in org.qubership.integration.platform.engine.rest.v1.controller that return types with arguments of type CheckpointSessionDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CheckpointSessionDTO>> SessionController.findSessions(List<String> ids) org.springframework.http.ResponseEntity<List<CheckpointSessionDTO>> CheckpointSessionController.getFailedChainSessionsInfo(String chainId) -
Uses of CheckpointSessionDTO in org.qubership.integration.platform.engine.rest.v1.mapper
Methods in org.qubership.integration.platform.engine.rest.v1.mapper that return CheckpointSessionDTOModifier and TypeMethodDescriptionSessionInfoMapper.asDTO(SessionInfo sessionInfo) SessionInfoMapperImpl.asDTO(SessionInfo sessionInfo) Methods in org.qubership.integration.platform.engine.rest.v1.mapper that return types with arguments of type CheckpointSessionDTOModifier and TypeMethodDescriptionSessionInfoMapper.asDTO(List<SessionInfo> sessionInfo) SessionInfoMapperImpl.asDTO(List<SessionInfo> sessionInfo)