Uses of Class
org.exoplatform.wiki.model.NoteToExport
Packages that use NoteToExport
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of NoteToExport in org.exoplatform.wiki.model
Constructors in org.exoplatform.wiki.model with parameters of type NoteToExportConstructor parameters in org.exoplatform.wiki.model with type arguments of type NoteToExport -
Uses of NoteToExport in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return NoteToExportModifier and TypeMethodDescriptionExportThread.getNoteToExport(NoteToExport note, int exportId) Recursive method to build the children and parent of a noteNoteService.getParentNoteOf(NoteToExport note) Return the Parent of the note to exportMethods in org.exoplatform.wiki.service that return types with arguments of type NoteToExportModifier and TypeMethodDescriptionNoteService.getChildrenNoteOf(NoteToExport note) Return the list of children of the note to exportNoteService.getChildrenNoteOf(NoteToExport note, String userId) Deprecated.Methods in org.exoplatform.wiki.service with parameters of type NoteToExportModifier and TypeMethodDescriptionNoteService.getChildrenNoteOf(NoteToExport note) Return the list of children of the note to exportNoteService.getChildrenNoteOf(NoteToExport note, String userId) Deprecated.ExportThread.getFilesfromContent(NoteToExport note, List<File> files) ExportThread.getNoteToExport(NoteToExport note, int exportId) Recursive method to build the children and parent of a noteNoteService.getParentNoteOf(NoteToExport note) Return the Parent of the note to exportExportThread.processNotesLinkForExport(NoteToExport note) -
Uses of NoteToExport in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return NoteToExportModifier and TypeMethodDescriptionNoteServiceImpl.getParentNoteOf(NoteToExport note) Return the Parent of the note to exportMethods in org.exoplatform.wiki.service.impl that return types with arguments of type NoteToExportModifier and TypeMethodDescriptionNoteServiceImpl.getChildrenNoteOf(NoteToExport note) Return the list of children of the note to exportNoteServiceImpl.getChildrenNoteOf(NoteToExport note, String userId) Return the list of children of the note to exportMethods in org.exoplatform.wiki.service.impl with parameters of type NoteToExportModifier and TypeMethodDescriptionNoteServiceImpl.getChildrenNoteOf(NoteToExport note) Return the list of children of the note to exportNoteServiceImpl.getChildrenNoteOf(NoteToExport note, String userId) Return the list of children of the note to exportNoteServiceImpl.getParentNoteOf(NoteToExport note) Return the Parent of the note to export