Uses of Class
org.nuxeo.ecm.platform.filemanager.service.FileManagerService
Packages that use FileManagerService
-
Uses of FileManagerService in org.nuxeo.ecm.platform.filemanager.service.extension
Fields in org.nuxeo.ecm.platform.filemanager.service.extension declared as FileManagerServiceModifier and TypeFieldDescriptionprotected FileManagerService
AbstractFileImporter.fileManagerService
Deprecated.protected FileManagerService
AbstractFolderImporter.fileManagerService
Deprecated.since 11.1, useFramework.getService(Class)
instead if neededMethods in org.nuxeo.ecm.platform.filemanager.service.extension that return FileManagerServiceModifier and TypeMethodDescriptionAbstractFileImporter.getFileManagerService()
Deprecated.since 10.3, useFramework.getService(Class)
instead if neededMethods in org.nuxeo.ecm.platform.filemanager.service.extension with parameters of type FileManagerServiceModifier and TypeMethodDescriptionvoid
AbstractFileImporter.setFileManagerService
(FileManagerService fileManagerService) Deprecated.since 10.3, useFramework.getService(Class)
instead if neededvoid
AbstractFolderImporter.setFileManagerService
(FileManagerService fileManagerService) void
FileImporter.setFileManagerService
(FileManagerService fileManagerService) Deprecated.since 10.3, useFramework.getService(Class)
instead if neededvoid
FolderImporter.setFileManagerService
(FileManagerService fileManagerService) Deprecated.since 11.1, useFramework.getService(Class)
instead if needed
Framework.getService(Class)
instead if needed