Uses of Interface
org.nuxeo.ecm.platform.filemanager.service.extension.FileImporter
Packages that use FileImporter
Package
Description
-
Uses of FileImporter in org.nuxeo.ecm.platform.audio.extension
Classes in org.nuxeo.ecm.platform.audio.extension that implement FileImporterModifier and TypeClassDescriptionclass
This class will create a Document of type "Audio" from the uploaded file, if the uploaded file matches any of the mime types listed in the filemanager-plugins.xml file. -
Uses of FileImporter in org.nuxeo.ecm.platform.filemanager.service
Methods in org.nuxeo.ecm.platform.filemanager.service that return FileImporterMethods in org.nuxeo.ecm.platform.filemanager.service with parameters of type FileImporterModifier and TypeMethodDescriptionprotected boolean
FileManagerService.isImporterAvailable
(FileImporter importer, String normalizedMimeType, String mimeType, boolean excludeOneToMany) -
Uses of FileImporter in org.nuxeo.ecm.platform.filemanager.service.extension
Classes in org.nuxeo.ecm.platform.filemanager.service.extension that implement FileImporterModifier and TypeClassDescriptionclass
File importer abstract class.class
class
Default file importer, creating a regular file.class
Simple Plugin that imports IO Zip archive into Nuxeo using the IO core service.class
Imports the string content of a blob as text for the content of the "note" field of a new Note document.Fields in org.nuxeo.ecm.platform.filemanager.service.extension with type parameters of type FileImporterModifier and TypeFieldDescriptionprotected Class<? extends FileImporter>
FileImporterDescriptor.klass
Methods in org.nuxeo.ecm.platform.filemanager.service.extension that return FileImporterMethods in org.nuxeo.ecm.platform.filemanager.service.extension with parameters of type FileImporter -
Uses of FileImporter in org.nuxeo.ecm.platform.picture.extension
Classes in org.nuxeo.ecm.platform.picture.extension that implement FileImporter -
Uses of FileImporter in org.nuxeo.ecm.platform.routing.core.persistence
Classes in org.nuxeo.ecm.platform.routing.core.persistence that implement FileImporterModifier and TypeClassDescriptionclass
Imports a route document from a zip archive using the IO core service . -
Uses of FileImporter in org.nuxeo.ecm.platform.threed.importer
Classes in org.nuxeo.ecm.platform.threed.importer that implement FileImporter -
Uses of FileImporter in org.nuxeo.ecm.platform.video.importer
Classes in org.nuxeo.ecm.platform.video.importer that implement FileImporterModifier and TypeClassDescriptionclass
This class will create a Document of type "Video" from the uploaded file, if the uploaded file matches any of the mime types listed in the filemanager-plugins.xml file.