Uses of Interface
org.nuxeo.ecm.platform.filemanager.api.FileManager
-
Packages that use FileManager Package Description org.nuxeo.drive.adapter.impl org.nuxeo.ecm.automation.core.operations.services org.nuxeo.ecm.platform.content.template.factories org.nuxeo.ecm.platform.filemanager.service org.nuxeo.ecm.platform.importer.factories org.nuxeo.ecm.platform.routing.core.impl Provides implementation for the api package.org.nuxeo.ecm.platform.userworkspace.operations -
-
Uses of FileManager in org.nuxeo.drive.adapter.impl
Methods in org.nuxeo.drive.adapter.impl that return FileManager Modifier and Type Method Description protected FileManager
DocumentBackedFolderItem. getFileManager()
-
Uses of FileManager in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as FileManager Modifier and Type Field Description protected FileManager
FileManagerCreateFolder. fileManager
protected FileManager
FileManagerImport. fileManager
protected FileManager
FileManagerImportWithProperties. fileManager
protected FileManager
UserWorkspace. fileManager
-
Uses of FileManager in org.nuxeo.ecm.platform.content.template.factories
Fields in org.nuxeo.ecm.platform.content.template.factories declared as FileManager Modifier and Type Field Description protected FileManager
ImportBasedFactory. fileManager
Deprecated.since 11.1.Methods in org.nuxeo.ecm.platform.content.template.factories that return FileManager Modifier and Type Method Description protected FileManager
ImportBasedFactory. getFileManagerService()
Deprecated.since 11.1. -
Uses of FileManager in org.nuxeo.ecm.platform.filemanager.service
Classes in org.nuxeo.ecm.platform.filemanager.service that implement FileManager Modifier and Type Class Description class
FileManagerService
FileManager registry service. -
Uses of FileManager in org.nuxeo.ecm.platform.importer.factories
Fields in org.nuxeo.ecm.platform.importer.factories declared as FileManager Modifier and Type Field Description protected FileManager
FileManagerDocumentModelFactory. fileManager
Methods in org.nuxeo.ecm.platform.importer.factories that return FileManager Modifier and Type Method Description protected FileManager
FileManagerDocumentModelFactory. getFileManager()
-
Uses of FileManager in org.nuxeo.ecm.platform.routing.core.impl
Methods in org.nuxeo.ecm.platform.routing.core.impl that return FileManager Modifier and Type Method Description protected FileManager
DocumentRoutingServiceImpl. getFileManager()
-
Uses of FileManager in org.nuxeo.ecm.platform.userworkspace.operations
Fields in org.nuxeo.ecm.platform.userworkspace.operations declared as FileManager Modifier and Type Field Description protected FileManager
UserWorkspaceCreateFromBlob. fileManager
-