Uses of Class
org.gcube.common.storagehub.model.items.nodes.Content
-
Packages that use Content Package Description org.gcube.common.storagehub.model.items org.gcube.common.storagehub.model.items.nodes org.gcube.common.storagehub.model.storages -
-
Uses of Content in org.gcube.common.storagehub.model.items
Methods in org.gcube.common.storagehub.model.items that return Content Modifier and Type Method Description abstract ContentAbstractFileItem. getContent() -
Uses of Content in org.gcube.common.storagehub.model.items.nodes
Subclasses of Content in org.gcube.common.storagehub.model.items.nodes Modifier and Type Class Description classImageContentclassPDFContent -
Uses of Content in org.gcube.common.storagehub.model.storages
Methods in org.gcube.common.storagehub.model.storages with parameters of type Content Modifier and Type Method Description abstract InputStreamStorageBackend. download(Content item)abstract MetaInfoStorageBackend. onCopy(Content content, String newParentPath, String newName)abstract MetaInfoStorageBackend. onMove(Content content, String newParentPath)
-