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 classAudioImporterThis 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 classCSVZipImporterclassDefaultFileImporterDefault file importer, creating a regular file.classExportedZipImporterSimple Plugin that imports IO Zip archive into Nuxeo using the IO core service.classNoteImporterImports 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 classImagePlugin -
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 classRouteModelsZipImporterImports 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 classThreeDImporter -
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 classVideoImporterThis 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.
-