Uses of Class
io.apicurio.registry.storage.dto.DownloadContextDto
-
Packages that use DownloadContextDto Package Description io.apicurio.registry.storage io.apicurio.registry.storage.decorator io.apicurio.registry.storage.impl.sql -
-
Uses of DownloadContextDto in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that return DownloadContextDto Modifier and Type Method Description DownloadContextDtoRegistryStorage. consumeDownload(String downloadId)Called to consume a download from the DB (single-use) and return its context info.Methods in io.apicurio.registry.storage with parameters of type DownloadContextDto Modifier and Type Method Description StringRegistryStorage. createDownload(DownloadContextDto context)Called to create a single-use download "link". -
Uses of DownloadContextDto in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that return DownloadContextDto Modifier and Type Method Description DownloadContextDtoRegistryStorageDecorator. consumeDownload(String downloadId)Methods in io.apicurio.registry.storage.decorator with parameters of type DownloadContextDto Modifier and Type Method Description StringRegistryStorageDecorator. createDownload(DownloadContextDto context) -
Uses of DownloadContextDto in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that return DownloadContextDto Modifier and Type Method Description DownloadContextDtoAbstractSqlRegistryStorage. consumeDownload(String downloadId)Methods in io.apicurio.registry.storage.impl.sql with parameters of type DownloadContextDto Modifier and Type Method Description StringAbstractSqlRegistryStorage. createDownload(DownloadContextDto context)
-