Uses of Class
org.gcube.common.storagehub.model.storages.MetaInfo
-
Packages that use MetaInfo Package Description org.gcube.common.storagehub.model.storages -
-
Uses of MetaInfo in org.gcube.common.storagehub.model.storages
Methods in org.gcube.common.storagehub.model.storages that return MetaInfo Modifier and Type Method Description abstract MetaInfoStorageBackend. onCopy(Content content, String newParentPath, String newName)abstract MetaInfoStorageBackend. onMove(Content content, String newParentPath)abstract MetaInfoStorageBackend. upload(InputStream stream, String relativePath, String name, Long size, String user)abstract MetaInfoStorageBackend. upload(InputStream stream, String relativePath, String name, String user)abstract MetaInfoStorageBackend. upload(InputStream stream, String relativePath, String name, String storageId, Long size, String user)
-