Uses of Class
org.qubership.atp.environments.service.rest.server.dto.ConnectionDto
Packages that use ConnectionDto
Package
Description
-
Uses of ConnectionDto in org.qubership.atp.environments.service.direct
Methods in org.qubership.atp.environments.service.direct with parameters of type ConnectionDto -
Uses of ConnectionDto in org.qubership.atp.environments.service.direct.impl
Methods in org.qubership.atp.environments.service.direct.impl with parameters of type ConnectionDtoModifier and TypeMethodDescriptionSystemServiceImpl.create(UUID systemId, ConnectionDto connection) -
Uses of ConnectionDto in org.qubership.atp.environments.service.rest.server
Methods in org.qubership.atp.environments.service.rest.server with parameters of type ConnectionDtoModifier and TypeMethodDescriptionConnectionController.createConnection(ConnectionDto connection) TODO Make javadoc documentation for this method.org.springframework.http.ResponseEntity<Connection> ConnectionController.updateConnection(ConnectionDto connectionDto) TODO Make javadoc documentation for this method.Method parameters in org.qubership.atp.environments.service.rest.server with type arguments of type ConnectionDtoModifier and TypeMethodDescriptionConnectionController.updateParameters(List<ConnectionDto> connections) TODO Make javadoc documentation for this method. -
Uses of ConnectionDto in org.qubership.atp.environments.service.rest.server.dto
Fields in org.qubership.atp.environments.service.rest.server.dto with type parameters of type ConnectionDtoMethods in org.qubership.atp.environments.service.rest.server.dto that return ConnectionDtoModifier and TypeMethodDescriptionstatic ConnectionDtoConnectionDto.convert(Connection connection) TODO Make javadoc documentation for this method.Constructor parameters in org.qubership.atp.environments.service.rest.server.dto with type arguments of type ConnectionDtoModifierConstructorDescriptionCreateSystemDto(UUID id, String name, UUID environmentId, String description, UUID systemCategoryId, List<ConnectionDto> connections, Status status, Long dateOfLastCheck, String version, Long dateOfCheckVersion, ParametersGettingVersion parametersGettingVersion, UUID parentSystemId, ServerItf serverItf, Boolean mergeByName, UUID linkToSystemId, UUID externalId, String externalName) TODO Make javadoc documentation for this method.