Uses of Interface
org.nuxeo.ecm.platform.filemanager.service.extension.FileImporter
-
-
Uses of FileImporter in org.nuxeo.ecm.platform.audio.extension
Classes in org.nuxeo.ecm.platform.audio.extension that implement FileImporter 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 FileImporter in org.nuxeo.ecm.platform.filemanager.service
Methods in org.nuxeo.ecm.platform.filemanager.service that return FileImporter Modifier and Type Method Description FileImporter
FileManagerService. getPluginByName(String name)
Methods in org.nuxeo.ecm.platform.filemanager.service with parameters of type FileImporter Modifier and Type Method Description protected boolean
FileManagerService. isImporterAvailable(FileImporter importer, String normalizedMimeType, String mimeType, boolean excludeOneToMany)
-
Uses of FileImporter in org.nuxeo.ecm.platform.filemanager.service.extension
Classes in org.nuxeo.ecm.platform.filemanager.service.extension that implement FileImporter Modifier and Type Class Description class
AbstractFileImporter
File importer abstract class.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.Fields in org.nuxeo.ecm.platform.filemanager.service.extension with type parameters of type FileImporter Modifier and Type Field Description protected Class<? extends FileImporter>
FileImporterDescriptor. klass
Methods in org.nuxeo.ecm.platform.filemanager.service.extension that return FileImporter Modifier and Type Method Description FileImporter
FileImporterDescriptor. newInstance()
Methods in org.nuxeo.ecm.platform.filemanager.service.extension with parameters of type FileImporter Modifier and Type Method Description int
AbstractFileImporter. compareTo(FileImporter other)
-
Uses of FileImporter in org.nuxeo.ecm.platform.picture.extension
Classes in org.nuxeo.ecm.platform.picture.extension that implement FileImporter Modifier and Type Class Description class
ImagePlugin
-
Uses of FileImporter in org.nuxeo.ecm.platform.routing.core.persistence
Classes in org.nuxeo.ecm.platform.routing.core.persistence that implement FileImporter Modifier and Type Class Description class
RouteModelsZipImporter
Imports a route document from a zip archive using the IO core service . -
Uses of FileImporter in org.nuxeo.ecm.platform.threed.importer
Classes in org.nuxeo.ecm.platform.threed.importer that implement FileImporter Modifier and Type Class Description class
ThreeDImporter
-
Uses of FileImporter in org.nuxeo.ecm.platform.video.importer
Classes in org.nuxeo.ecm.platform.video.importer that implement FileImporter 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.
-