Uses of Interface
org.exoplatform.wiki.service.NoteService
-
Packages that use NoteService Package Description org.exoplatform.wiki.service Handles all actions in Wiki.org.exoplatform.wiki.service.impl Implements services of the Wiki application.org.exoplatform.wiki.service.listener org.exoplatform.wiki.service.rest -
-
Uses of NoteService in org.exoplatform.wiki.service
Constructors in org.exoplatform.wiki.service with parameters of type NoteService Constructor Description ExportThread(NoteService noteService, WikiService wikiService, NotesExportService notesExportService, org.exoplatform.social.common.service.HTMLUploadImageProcessor htmlUploadImageProcessor, ExportData exportData)NotesAutoImportService(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.commons.api.settings.SettingService settingService, NoteService noteService, WikiService wikiService, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.portal.config.UserACL userACL)NotesExportService(NoteService noteService, WikiService wikiService, org.exoplatform.social.common.service.HTMLUploadImageProcessor htmlUploadImageProcessor) -
Uses of NoteService in org.exoplatform.wiki.service.impl
Classes in org.exoplatform.wiki.service.impl that implement NoteService Modifier and Type Class Description classNoteServiceImplConstructors in org.exoplatform.wiki.service.impl with parameters of type NoteService Constructor Description WikiRestServiceImpl(WikiService wikiService, NoteService noteService, org.exoplatform.services.resources.ResourceBundleService resourceBundleService) -
Uses of NoteService in org.exoplatform.wiki.service.listener
Constructors in org.exoplatform.wiki.service.listener with parameters of type NoteService Constructor Description MetadataItemModified(NoteService noteService, org.exoplatform.commons.search.index.IndexingService indexingService, org.exoplatform.social.core.storage.api.ActivityStorage activityStorage) -
Uses of NoteService in org.exoplatform.wiki.service.rest
Constructors in org.exoplatform.wiki.service.rest with parameters of type NoteService Constructor Description NotesRestService(NoteService noteService, WikiService noteBookService, org.exoplatform.upload.UploadService uploadService, org.exoplatform.services.resources.ResourceBundleService resourceBundleService, NotesExportService notesExportService)
-