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
DocumentModel
backed 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 Blob
getBlob()
boolean
getCanUpdate()
String
getDigest()
String
getDigestAlgorithm()
String
getDownloadURL()
String
getOldDigest()
long
getSize()
void
setBlob(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
-
-