Uses of Class
org.nuxeo.ecm.platform.filemanager.service.FileManagerService
-
Packages that use FileManagerService Package Description org.nuxeo.ecm.platform.filemanager.service.extension -
-
Uses of FileManagerService in org.nuxeo.ecm.platform.filemanager.service.extension
Fields in org.nuxeo.ecm.platform.filemanager.service.extension declared as FileManagerService Modifier and Type Field Description protected FileManagerService
AbstractFileImporter. fileManagerService
Deprecated.since 10.3, useFramework.getService(Class)
instead if neededprotected FileManagerService
AbstractFolderImporter. fileManagerService
Deprecated.since 11.1, useFramework.getService(Class)
instead if neededMethods in org.nuxeo.ecm.platform.filemanager.service.extension that return FileManagerService Modifier and Type Method Description FileManagerService
AbstractFileImporter. getFileManagerService()
Deprecated.since 10.3, useFramework.getService(Class)
instead if neededMethods in org.nuxeo.ecm.platform.filemanager.service.extension with parameters of type FileManagerService Modifier and Type Method Description void
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
-