Interface URLFileItem
-
- All Superinterfaces:
File,FileItem,WorkspaceItem
- All Known Implementing Classes:
URLFileItem
public interface URLFileItem extends FileItem
The Interface URLItem.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jul 29, 2019 to backward compatibility with HL
-
-
Method Summary
-
Methods inherited from interface org.gcube.common.storagehubwrapper.shared.tohl.items.File
getFileItemType, getMimeType, getSize
-
Methods inherited from interface org.gcube.common.storagehubwrapper.shared.tohl.items.FileItem
getCurrentVersion
-
Methods inherited from interface org.gcube.common.storagehubwrapper.shared.tohl.WorkspaceItem
getAccounting, getCreationTime, getDescription, getId, getLastModificationTime, getLastModifiedBy, getName, getOwner, getParentId, getPath, getPropertyMap, getTitle, getType, isFolder, isHidden, isRoot, isShared, isTrashed
-
-