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, org.exoplatform.services.security.Identity identity) 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, String userId) Return the list of children of the note to exportMethods in org.exoplatform.wiki.service with parameters of type NoteToExportModifier and TypeMethodDescriptionNoteService.getChildrenNoteOf(NoteToExport note, String userId) Return the list of children of the note to exportExportThread.getFilesfromContent(NoteToExport note, List<File> files, String userId) ExportThread.getNoteToExport(NoteToExport note, int exportId, org.exoplatform.services.security.Identity identity) 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 NoteToExportMethods in org.exoplatform.wiki.service.impl that return types with arguments of type NoteToExportModifier and TypeMethodDescriptionNoteServiceImpl.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, String userId) Return the list of children of the note to exportNoteServiceImpl.getParentNoteOf(NoteToExport note)