Package org.exoplatform.wiki.mow.api
Class NoteToExport
- java.lang.Object
-
- org.exoplatform.wiki.mow.api.NoteToExport
-
public class NoteToExport extends Object
-
-
Constructor Summary
Constructors Constructor Description NoteToExport()NoteToExport(String name)NoteToExport(String id, String name, String owner, String author, String content, String syntax, String title, String comment, String wikiId, String wikiType, String wikiOwner)NoteToExport(NoteToExport noteToExport)
-
-
-
Constructor Detail
-
NoteToExport
public NoteToExport()
-
NoteToExport
public NoteToExport(String name)
-
NoteToExport
public NoteToExport(String id, String name, String owner, String author, String content, String syntax, String title, String comment, String wikiId, String wikiType, String wikiOwner)
-
NoteToExport
public NoteToExport(NoteToExport noteToExport)
-
-