Uses of Class
io.keyko.nevermined.models.asset.AssetMetadata.File
-
Packages that use AssetMetadata.File Package Description io.keyko.nevermined.api io.keyko.nevermined.api.impl io.keyko.nevermined.manager io.keyko.nevermined.models.service.attributes -
-
Uses of AssetMetadata.File in io.keyko.nevermined.api
Methods in io.keyko.nevermined.api that return types with arguments of type AssetMetadata.File Modifier and Type Method Description List<AssetMetadata.File>AssetsAPI. getMetadataFiles(DID did)Gets the list of the files that belongs to a DDO -
Uses of AssetMetadata.File in io.keyko.nevermined.api.impl
Methods in io.keyko.nevermined.api.impl that return types with arguments of type AssetMetadata.File Modifier and Type Method Description List<AssetMetadata.File>AssetsImpl. getMetadataFiles(DID did) -
Uses of AssetMetadata.File in io.keyko.nevermined.manager
Methods in io.keyko.nevermined.manager that return types with arguments of type AssetMetadata.File Modifier and Type Method Description List<AssetMetadata.File>BaseManager. getDecriptedSecretStoreMetadataFiles(DDO ddo)List<AssetMetadata.File>BaseManager. getDecriptedSecretStoreMetadataFiles(DDO ddo, int retries)Methods in io.keyko.nevermined.manager with parameters of type AssetMetadata.File Modifier and Type Method Description private StringNeverminedManager. buildDestinationPath(String basePath, DID did, int fileIndex, AssetMetadata.File file)Constructs the final path where the file should be downloaded -
Uses of AssetMetadata.File in io.keyko.nevermined.models.service.attributes
Fields in io.keyko.nevermined.models.service.attributes with type parameters of type AssetMetadata.File Modifier and Type Field Description ArrayList<AssetMetadata.File>ServiceMain. files
-