java.lang.Object
org.nuxeo.ecm.platform.filemanager.service.extension.AbstractFileImporter
org.nuxeo.ecm.platform.filemanager.service.extension.NoteImporter
All Implemented Interfaces:
Serializable, Comparable<FileImporter>, FileImporter

public class NoteImporter extends AbstractFileImporter
Imports the string content of a blob as text for the content of the "note" field of a new Note document.

If an existing document with the same title is found the existing Note document is updated instead.

See Also: