Uses of Class
org.exoplatform.wiki.mow.api.NoteToExport
-
Packages that use NoteToExport Package Description org.exoplatform.wiki.mow.api org.exoplatform.wiki.service Handles all actions in Wiki.org.exoplatform.wiki.service.impl Implements services of the Wiki application. -
-
Uses of NoteToExport in org.exoplatform.wiki.mow.api
Constructors in org.exoplatform.wiki.mow.api with parameters of type NoteToExport Constructor Description NoteToExport(NoteToExport noteToExport)Constructor parameters in org.exoplatform.wiki.mow.api with type arguments of type NoteToExport Constructor Description ExportList(long exportDate, List<NoteToExport> notes) -
Uses of NoteToExport in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return NoteToExport Modifier and Type Method Description NoteToExportExportThread. getNoteToExport(NoteToExport note, int exportId, org.exoplatform.services.security.Identity identity)Recursive method to build the children and parent of a noteNoteToExportNoteService. getParentNoteOf(NoteToExport note)Methods in org.exoplatform.wiki.service that return types with arguments of type NoteToExport Modifier and Type Method Description List<NoteToExport>NoteService. getChildrenNoteOf(NoteToExport note, String userId)Methods in org.exoplatform.wiki.service with parameters of type NoteToExport Modifier and Type Method Description List<NoteToExport>NoteService. getChildrenNoteOf(NoteToExport note, String userId)List<File>ExportThread. getFilesfromContent(NoteToExport note, List<File> files, String userId)NoteToExportExportThread. getNoteToExport(NoteToExport note, int exportId, org.exoplatform.services.security.Identity identity)Recursive method to build the children and parent of a noteNoteToExportNoteService. getParentNoteOf(NoteToExport note)StringExportThread. processNotesLinkForExport(NoteToExport note) -
Uses of NoteToExport in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return NoteToExport Modifier and Type Method Description NoteToExportNoteServiceImpl. getParentNoteOf(NoteToExport note)Methods in org.exoplatform.wiki.service.impl that return types with arguments of type NoteToExport Modifier and Type Method Description List<NoteToExport>NoteServiceImpl. getChildrenNoteOf(NoteToExport note, String userId)Methods in org.exoplatform.wiki.service.impl with parameters of type NoteToExport Modifier and Type Method Description List<NoteToExport>NoteServiceImpl. getChildrenNoteOf(NoteToExport note, String userId)NoteToExportNoteServiceImpl. getParentNoteOf(NoteToExport note)
-