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 FileManagerDocumentBackedFolderItem. 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 FileManagerFileManagerCreateFolder. fileManagerprotected FileManagerFileManagerImport. fileManagerprotected FileManagerFileManagerImportWithProperties. fileManagerprotected FileManagerUserWorkspace. 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 FileManagerImportBasedFactory. fileManagerDeprecated.since 11.1.Methods in org.nuxeo.ecm.platform.content.template.factories that return FileManager Modifier and Type Method Description protected FileManagerImportBasedFactory. 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 classFileManagerServiceFileManager 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 FileManagerFileManagerDocumentModelFactory. fileManagerMethods in org.nuxeo.ecm.platform.importer.factories that return FileManager Modifier and Type Method Description protected FileManagerFileManagerDocumentModelFactory. 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 FileManagerDocumentRoutingServiceImpl. 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 FileManagerUserWorkspaceCreateFromBlob. fileManager
-