Uses of Class
org.nuxeo.ecm.platform.filemanager.service.extension.AbstractFileImporter
-
-
Uses of AbstractFileImporter in org.nuxeo.ecm.platform.audio.extension
Subclasses of AbstractFileImporter in org.nuxeo.ecm.platform.audio.extension Modifier and Type Class Description class
AudioImporter
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
Subclasses of AbstractFileImporter in org.nuxeo.ecm.platform.filemanager.service.extension Modifier and Type Class Description class
CSVZipImporter
class
DefaultFileImporter
Default file importer, creating a regular file.class
ExportedZipImporter
Simple Plugin that imports IO Zip archive into Nuxeo using the IO core service.class
NoteImporter
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
Subclasses of AbstractFileImporter in org.nuxeo.ecm.platform.picture.extension Modifier and Type Class Description class
ImagePlugin
-
Uses of AbstractFileImporter in org.nuxeo.ecm.platform.routing.core.persistence
Subclasses of AbstractFileImporter in org.nuxeo.ecm.platform.routing.core.persistence Modifier and Type Class Description class
RouteModelsZipImporter
Imports a route document from a zip archive using the IO core service . -
Uses of AbstractFileImporter in org.nuxeo.ecm.platform.threed.importer
Subclasses of AbstractFileImporter in org.nuxeo.ecm.platform.threed.importer Modifier and Type Class Description class
ThreeDImporter
-
Uses of AbstractFileImporter in org.nuxeo.ecm.platform.video.importer
Subclasses of AbstractFileImporter in org.nuxeo.ecm.platform.video.importer Modifier and Type Class Description class
VideoImporter
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.
-