Uses of Class
org.damap.base.rest.madmp.dto.Distribution
Packages that use Distribution
-
Uses of Distribution in org.damap.base.rest.madmp.dto
Methods in org.damap.base.rest.madmp.dto that return types with arguments of type DistributionMethod parameters in org.damap.base.rest.madmp.dto with type arguments of type DistributionModifier and TypeMethodDescriptionvoidDataset.setDistribution(List<Distribution> distribution) The Dataset Distribution Schema -
Uses of Distribution in org.damap.base.rest.madmp.mapper
Methods in org.damap.base.rest.madmp.mapper that return DistributionModifier and TypeMethodDescriptionMaDmpMapper.mapToMaDmp(DatasetDO datasetDO, Distribution distribution) mapToMaDmp.MaDmpMapper.mapToMaDmpFromExternalStorage(ExternalStorageDO externalStorageDO, Distribution distribution) mapToMaDmpFromExternalStorage.MaDmpMapper.mapToMaDmpFromRepository(RepositoryDO repositoryDO, Distribution distribution, MapperService mapperService) mapToMaDmpFromRepository.MaDmpMapper.mapToMaDmpFromStorage(StorageDO storageDO, Distribution distribution, MapperService mapperService) mapToMaDmpFromStorage.Methods in org.damap.base.rest.madmp.mapper with parameters of type DistributionModifier and TypeMethodDescriptionMaDmpMapper.mapToMaDmp(DatasetDO datasetDO, Distribution distribution) mapToMaDmp.MaDmpMapper.mapToMaDmpFromExternalStorage(ExternalStorageDO externalStorageDO, Distribution distribution) mapToMaDmpFromExternalStorage.MaDmpMapper.mapToMaDmpFromRepository(RepositoryDO repositoryDO, Distribution distribution, MapperService mapperService) mapToMaDmpFromRepository.MaDmpMapper.mapToMaDmpFromStorage(StorageDO storageDO, Distribution distribution, MapperService mapperService) mapToMaDmpFromStorage.