org.nuxeo.ecm.platform.filemanager.service.extension
Class NotePlugin
java.lang.Object
org.nuxeo.ecm.platform.filemanager.service.extension.AbstractPlugin
org.nuxeo.ecm.platform.filemanager.service.extension.NotePlugin
- All Implemented Interfaces:
- Serializable, Plugin
public class NotePlugin
- extends AbstractPlugin
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotePlugin
public NotePlugin()
create
public DocumentModel create(CoreSession documentManager,
Blob content,
String path,
boolean overwrite,
String fullname,
TypeManager typeService)
throws ClientException,
IOException
- Description copied from interface:
Plugin
- Creates the document.
- Parameters:
documentManager - the manager used to create the Documentcontent - the content of the Filepath - the path were to create the documentoverwrite - a boolean deciding whether to create or update if we
find a document with the same fileNamefullname - the filename of the File
- Throws:
ClientException
IOException
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.