Uses of Interface
org.exoplatform.wiki.service.NoteService
Packages that use NoteService
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of NoteService in io.meeds.notes.service
Constructors in io.meeds.notes.service with parameters of type NoteServiceModifierConstructorDescriptionNotePageViewService(NoteService noteService, WikiService noteBookService, io.meeds.social.cms.service.CMSService cmsService, org.exoplatform.services.resources.LocaleConfigService localeConfigService) -
Uses of NoteService in org.exoplatform.wiki.jpa.search
Constructors in org.exoplatform.wiki.jpa.search with parameters of type NoteServiceModifierConstructorDescriptionNoteVersionLanguageIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams, NoteService noteService, org.exoplatform.social.metadata.MetadataService metadataService) WikiPageIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams, NoteService noteService, org.exoplatform.social.metadata.MetadataService metadataService) -
Uses of NoteService in org.exoplatform.wiki.service
Constructors in org.exoplatform.wiki.service with parameters of type NoteServiceModifierConstructorDescriptionExportThread(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 -
Uses of NoteService in org.exoplatform.wiki.service.listener
Constructors in org.exoplatform.wiki.service.listener with parameters of type NoteServiceModifierConstructorDescriptionMetadataItemModified(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 NoteServiceModifierConstructorDescriptionNotesRestService(NoteService noteService, WikiService noteBookService, org.exoplatform.upload.UploadService uploadService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.resources.ResourceBundleService resourceBundleService, NotesExportService notesExportService)