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 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 FileImporter in org.nuxeo.ecm.platform.filemanager.service
Methods in org.nuxeo.ecm.platform.filemanager.service that return FileImporter Modifier and Type Method Description FileImporterFileManagerService. getPluginByName(String name)Methods in org.nuxeo.ecm.platform.filemanager.service with parameters of type FileImporter Modifier and Type Method Description protected booleanFileManagerService. 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 classAbstractFileImporterFile importer abstract class.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.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. klassMethods in org.nuxeo.ecm.platform.filemanager.service.extension that return FileImporter Modifier and Type Method Description FileImporterFileImporterDescriptor. newInstance()Methods in org.nuxeo.ecm.platform.filemanager.service.extension with parameters of type FileImporter Modifier and Type Method Description intAbstractFileImporter. 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 classImagePlugin -
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 classRouteModelsZipImporterImports 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 classThreeDImporter -
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 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.
-