Uses of Class
org.nuxeo.ecm.platform.filemanager.service.extension.AbstractFileImporter
Package
Description
-
Uses of AbstractFileImporter 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 AbstractFileImporter in org.nuxeo.ecm.platform.filemanager.service.extension
Modifier and TypeClassDescriptionclass
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. -
Uses of AbstractFileImporter in org.nuxeo.ecm.platform.picture.extension
-
Uses of AbstractFileImporter 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 AbstractFileImporter in org.nuxeo.ecm.platform.threed.importer
-
Uses of AbstractFileImporter 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.