Uses of Interface
org.nuxeo.drive.adapter.FileItem
-
Packages that use FileItem Package Description org.nuxeo.drive.adapter org.nuxeo.drive.adapter.impl org.nuxeo.drive.service org.nuxeo.drive.service.impl -
-
Uses of FileItem in org.nuxeo.drive.adapter
Methods in org.nuxeo.drive.adapter that return FileItem Modifier and Type Method Description default FileItem
FolderItem. createFile(Blob blob)
Deprecated.since 9.1, useFolderItem.createFile(Blob, boolean)
insteadFileItem
FolderItem. createFile(Blob blob, boolean overwrite)
-
Uses of FileItem in org.nuxeo.drive.adapter.impl
Classes in org.nuxeo.drive.adapter.impl that implement FileItem Modifier and Type Class Description class
DocumentBackedFileItem
DocumentModel
backed implementation of aFileItem
.Methods in org.nuxeo.drive.adapter.impl that return FileItem Modifier and Type Method Description FileItem
AbstractVirtualFolderItem. createFile(Blob blob, boolean overwrite)
FileItem
CollectionSyncRootFolderItem. createFile(Blob blob, boolean overwrite)
FileItem
DocumentBackedFolderItem. createFile(Blob blob, boolean overwrite)
-
Uses of FileItem in org.nuxeo.drive.service
Methods in org.nuxeo.drive.service that return FileItem Modifier and Type Method Description default FileItem
FileSystemItemManager. createFile(String parentId, Blob blob, NuxeoPrincipal principal)
Deprecated.since 9.1, useFileSystemItemManager.createFile(String, Blob, NuxeoPrincipal, boolean)
insteadFileItem
FileSystemItemManager. createFile(String parentId, Blob blob, NuxeoPrincipal principal, boolean overwrite)
Creates a file with the given blob in theFileSystemItem
with the given id for the given principal.FileItem
FileSystemItemManager. updateFile(String id, String parentId, Blob blob, NuxeoPrincipal principal)
Updates theFileSystemItem
with the given id and parent id with the given blob for the given principal.FileItem
FileSystemItemManager. updateFile(String id, Blob blob, NuxeoPrincipal principal)
Updates theFileSystemItem
with the given id with the given blob for the given principal. -
Uses of FileItem in org.nuxeo.drive.service.impl
Methods in org.nuxeo.drive.service.impl that return FileItem Modifier and Type Method Description FileItem
FileSystemItemManagerImpl. createFile(String parentId, Blob blob, NuxeoPrincipal principal, boolean overwrite)
FileItem
FileSystemItemManagerImpl. updateFile(String id, String parentId, Blob blob, NuxeoPrincipal principal)
FileItem
FileSystemItemManagerImpl. updateFile(String id, Blob blob, NuxeoPrincipal principal)
protected FileItem
FileSystemItemManagerImpl. updateFile(FileSystemItem fsItem, Blob blob)
-