Uses of Class
org.exoplatform.wiki.service.NotesExportService
Packages that use NotesExportService
Package
Description
Handles all actions in Wiki.
-
Uses of NotesExportService in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service with parameters of type NotesExportServiceModifier and TypeMethodDescriptionstatic FileExportThread.zipFiles(String zipFileName, List<File> addToZip, NotesExportService notesExportService, int exportId) Constructors in org.exoplatform.wiki.service with parameters of type NotesExportServiceModifierConstructorDescriptionExportThread(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 NotesExportServiceModifierConstructorDescriptionNotesRestService(NoteService noteService, WikiService noteBookService, org.exoplatform.upload.UploadService uploadService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.resources.ResourceBundleService resourceBundleService, NotesExportService notesExportService)