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 org.exoplatform.wiki.jpa.search
Constructors in org.exoplatform.wiki.jpa.search with parameters of type WikiServiceModifierConstructorDescriptionWikiElasticUnifiedSearchServiceConnector(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.commons.search.es.client.ElasticSearchingClient client, WikiService wikiService) -
Uses of WikiService in org.exoplatform.wiki.notification.listener
Method parameters in org.exoplatform.wiki.notification.listener with type arguments of type WikiServiceModifier and TypeMethodDescriptionvoidEditWikiListener.onEvent(org.exoplatform.services.listener.Event<WikiService, Page> event) -
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) 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, 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)