Interface FileItem
-
- All Superinterfaces:
File,WorkspaceItem
- All Known Subinterfaces:
ImageFileItem,PDFFileItem,URLFileItem
- All Known Implementing Classes:
FileItem,GcubeItem,ImageFile,PDFFile,URLFileItem
public interface FileItem extends WorkspaceItem, File
The Interface FolderItem.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jun 15, 2018
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkspaceVersiongetCurrentVersion()Get Current version.-
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.WorkspaceItem
getAccounting, getCreationTime, getDescription, getId, getLastModificationTime, getLastModifiedBy, getName, getOwner, getParentId, getPath, getPropertyMap, getTitle, getType, isFolder, isHidden, isRoot, isShared, isTrashed
-
-
-
-
Method Detail
-
getCurrentVersion
WorkspaceVersion getCurrentVersion() throws InternalErrorException
Get Current version.- Returns:
- the current version
- Throws:
InternalErrorException- the internal error exception
-
-