Package org.nuxeo.drive.adapter
Interface FileItem
-
- All Superinterfaces:
Comparable<FileSystemItem>,FileSystemItem
- All Known Implementing Classes:
DocumentBackedFileItem
public interface FileItem extends FileSystemItem
Representation of a file, ie. a downloadableFileSystemItem.In the case of a
DocumentModelbacked implementation, the backing document holds a binary content. Typically a File, Note or Picture.- Author:
- Antoine Taillefer
- See Also:
DocumentBackedFileItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlobgetBlob()booleangetCanUpdate()StringgetDigest()StringgetDigestAlgorithm()StringgetDownloadURL()StringgetOldDigest()longgetSize()voidsetBlob(Blob blob)-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.nuxeo.drive.adapter.FileSystemItem
canMove, delete, getCanDelete, getCanRename, getCreationDate, getCreator, getId, getLastContributor, getLastModificationDate, getLockInfo, getName, getParentId, getPath, isFolder, move, rename
-
-