Uses of Interface
org.nuxeo.drive.adapter.FileItem
Package
Description
-
Uses of FileItem in org.nuxeo.drive.adapter
-
Uses of FileItem in org.nuxeo.drive.adapter.impl
Modifier and TypeMethodDescriptionAbstractVirtualFolderItem.createFile
(Blob blob, boolean overwrite) CollectionSyncRootFolderItem.createFile
(Blob blob, boolean overwrite) DocumentBackedFolderItem.createFile
(Blob blob, boolean overwrite) -
Uses of FileItem in org.nuxeo.drive.service
Modifier and TypeMethodDescriptionFileSystemItemManager.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.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.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
Modifier and TypeMethodDescriptionFileSystemItemManagerImpl.createFile
(String parentId, Blob blob, NuxeoPrincipal principal, boolean overwrite) FileSystemItemManagerImpl.updateFile
(String id, String parentId, Blob blob, NuxeoPrincipal principal) FileSystemItemManagerImpl.updateFile
(String id, Blob blob, NuxeoPrincipal principal) protected FileItem
FileSystemItemManagerImpl.updateFile
(FileSystemItem fsItem, Blob blob)