Uses of Interface
org.exoplatform.wiki.service.WikiService
Packages that use WikiService
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of WikiService in io.meeds.notes.service
Constructors in io.meeds.notes.service with parameters of type WikiServiceModifierConstructorDescriptionNotePageViewService(NoteService noteService, WikiService noteBookService, io.meeds.social.cms.service.CMSService cmsService, org.exoplatform.services.resources.LocaleConfigService localeConfigService) -
Uses of WikiService in org.exoplatform.wiki.service
Constructors in org.exoplatform.wiki.service with parameters of type WikiServiceModifierConstructorDescriptionExportThread(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 WikiService in org.exoplatform.wiki.service.impl
Classes in org.exoplatform.wiki.service.impl that implement WikiServiceConstructors in org.exoplatform.wiki.service.impl with parameters of type WikiServiceModifierConstructorDescriptionNoteServiceImpl(DataStorage dataStorage, org.exoplatform.services.cache.CacheService cacheService, WikiService wikiService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, io.meeds.social.cms.service.CMSService cmsService, org.exoplatform.services.security.IdentityRegistry identityRegistry, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.listener.ListenerService listenerService) NoteServiceImpl(DataStorage dataStorage, org.exoplatform.services.cache.CacheService cacheService, WikiService wikiService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, io.meeds.social.cms.service.CMSService cmsService, org.exoplatform.services.security.IdentityRegistry identityRegistry, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.social.common.service.HTMLUploadImageProcessor htmlUploadImageProcessor) -
Uses of WikiService in org.exoplatform.wiki.service.rest
Constructors in org.exoplatform.wiki.service.rest with parameters of type WikiServiceModifierConstructorDescriptionNotesRestService(NoteService noteService, WikiService noteBookService, org.exoplatform.upload.UploadService uploadService, org.exoplatform.services.resources.ResourceBundleService resourceBundleService, NotesExportService notesExportService)