Uses of Class
org.nuxeo.ecm.platform.filemanager.service.extension.AbstractFileImporter
Packages that use AbstractFileImporter
Package
Description
-
Uses of AbstractFileImporter in org.nuxeo.ecm.platform.audio.extension
Subclasses of AbstractFileImporter in org.nuxeo.ecm.platform.audio.extensionModifier and TypeClassDescriptionclassThis 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.extensionModifier and TypeClassDescriptionclassclassDefault file importer, creating a regular file.classSimple Plugin that imports IO Zip archive into Nuxeo using the IO core service.classImports 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 -
Uses of AbstractFileImporter in org.nuxeo.ecm.platform.routing.core.persistence
Subclasses of AbstractFileImporter in org.nuxeo.ecm.platform.routing.core.persistenceModifier and TypeClassDescriptionclassImports a route document from a zip archive using the IO core service . -
Uses of AbstractFileImporter in org.nuxeo.ecm.platform.video.importer
Subclasses of AbstractFileImporter in org.nuxeo.ecm.platform.video.importerModifier and TypeClassDescriptionclassThis 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.