Uses of Class
org.qubership.atp.dataset.controllers.api.dto.parameters.ParameterDto
Packages that use ParameterDto
Package
Description
-
Uses of ParameterDto in org.qubership.atp.dataset.controllers.api
Methods in org.qubership.atp.dataset.controllers.api that return types with arguments of type ParameterDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ParameterDto>> ParameterControllerApi.getDataSetParameters(UUID dataSetId) GET /parameter/ds/{dataSetId} : Returns the parameters of selected DS.org.springframework.http.ResponseEntity<ParameterDto> ParameterControllerApi.getOriginalParameter(@NotNull @Valid UUID dataSetId, @NotNull @Valid UUID targetAttrId, @Valid UUID dataSetListId, @Valid Long modifiedWhen, @Valid List<UUID> UUID) POST /parameter/get/original : getOriginalParameterorg.springframework.http.ResponseEntity<ParameterDto> ParameterControllerApi.update(UUID dataSetId, UUID attributeId, @Valid String value, @Valid UUID dataSetReference, @Valid UUID listValueReference, @Valid UUID dataSetListId, @Valid Long modifiedWhen, @Valid List<UUID> UUID) POST /parameter/ds/{dataSetId}/attribute/{attributeId} : Updates value of the selected parameter. -
Uses of ParameterDto in org.qubership.atp.dataset.controllers.api.dto.parameters
Methods in org.qubership.atp.dataset.controllers.api.dto.parameters that return ParameterDtoModifier and TypeMethodDescriptionParameterDto.attribute(AttributeDto attribute) ParameterDto.dataSetReference(Object dataSetReference) ParameterDto.fileData(FileDataDto fileData) ParameterDto.listValue(ListValueDto listValue) Methods in org.qubership.atp.dataset.controllers.api.dto.parameters that return types with arguments of type ParameterDtoModifier and TypeMethodDescription@Valid List<ParameterDto> AttributeDto.getParameters()Get parametersMethods in org.qubership.atp.dataset.controllers.api.dto.parameters with parameters of type ParameterDtoMethod parameters in org.qubership.atp.dataset.controllers.api.dto.parameters with type arguments of type ParameterDtoModifier and TypeMethodDescriptionAttributeDto.parameters(List<ParameterDto> parameters) voidAttributeDto.setParameters(List<ParameterDto> parameters)