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 FileItemFolderItem. createFile(Blob blob)Deprecated.since 9.1, useFolderItem.createFile(Blob, boolean)insteadFileItemFolderItem. 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 classDocumentBackedFileItemDocumentModelbacked implementation of aFileItem.Methods in org.nuxeo.drive.adapter.impl that return FileItem Modifier and Type Method Description FileItemAbstractVirtualFolderItem. createFile(Blob blob, boolean overwrite)FileItemCollectionSyncRootFolderItem. createFile(Blob blob, boolean overwrite)FileItemDocumentBackedFolderItem. 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 FileItemFileSystemItemManager. createFile(String parentId, Blob blob, NuxeoPrincipal principal)Deprecated.since 9.1, useFileSystemItemManager.createFile(String, Blob, NuxeoPrincipal, boolean)insteadFileItemFileSystemItemManager. createFile(String parentId, Blob blob, NuxeoPrincipal principal, boolean overwrite)Creates a file with the given blob in theFileSystemItemwith the given id for the given principal.FileItemFileSystemItemManager. updateFile(String id, String parentId, Blob blob, NuxeoPrincipal principal)Updates theFileSystemItemwith the given id and parent id with the given blob for the given principal.FileItemFileSystemItemManager. updateFile(String id, Blob blob, NuxeoPrincipal principal)Updates theFileSystemItemwith 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 FileItemFileSystemItemManagerImpl. createFile(String parentId, Blob blob, NuxeoPrincipal principal, boolean overwrite)FileItemFileSystemItemManagerImpl. updateFile(String id, String parentId, Blob blob, NuxeoPrincipal principal)FileItemFileSystemItemManagerImpl. updateFile(String id, Blob blob, NuxeoPrincipal principal)protected FileItemFileSystemItemManagerImpl. updateFile(FileSystemItem fsItem, Blob blob)
-