Uses of Interface
org.nuxeo.ecm.platform.filemanager.service.extension.FileImporter
Package
Description
-
Uses of FileImporter in org.nuxeo.ecm.platform.audio.extension
Modifier 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
Modifier and TypeMethodDescriptionprotected boolean
FileManagerService.isImporterAvailable
(FileImporter importer, String normalizedMimeType, String mimeType, boolean excludeOneToMany) -
Uses of FileImporter in org.nuxeo.ecm.platform.filemanager.service.extension
Modifier 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.Modifier and TypeFieldDescriptionprotected Class<? extends FileImporter>
FileImporterDescriptor.klass
-
Uses of FileImporter in org.nuxeo.ecm.platform.picture.extension
-
Uses of FileImporter in org.nuxeo.ecm.platform.routing.core.persistence
Modifier 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
-
Uses of FileImporter in org.nuxeo.ecm.platform.video.importer
Modifier 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.