Uses of Class
org.exoplatform.wiki.service.NotesExportService
-
Packages that use NotesExportService Package Description org.exoplatform.wiki.service Handles all actions in Wiki.org.exoplatform.wiki.service.rest -
-
Uses of NotesExportService in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service with parameters of type NotesExportService Modifier and Type Method Description static FileExportThread. zipFiles(String zipFileName, List<File> addToZip, NotesExportService notesExportService, int exportId)Constructors in org.exoplatform.wiki.service with parameters of type NotesExportService Constructor Description ExportThread(NoteService noteService, WikiService wikiService, NotesExportService notesExportService, org.exoplatform.social.common.service.HTMLUploadImageProcessor htmlUploadImageProcessor, ExportData exportData) -
Uses of NotesExportService in org.exoplatform.wiki.service.rest
Constructors in org.exoplatform.wiki.service.rest with parameters of type NotesExportService Constructor Description NotesRestService(NoteService noteService, WikiService noteBookService, org.exoplatform.upload.UploadService uploadService, org.exoplatform.services.resources.ResourceBundleService resourceBundleService, NotesExportService notesExportService)
-