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 WikiService
    Modifier
    Constructor
    Description
     
    NotePageViewService(NoteService noteService, WikiService noteBookService, io.meeds.social.cms.service.CMSService cmsService, org.exoplatform.portal.config.UserACL userACL, org.exoplatform.services.resources.LocaleConfigService localeConfigService)
     
  • Uses of WikiService in org.exoplatform.wiki.service

    Constructors in org.exoplatform.wiki.service with parameters of type WikiService
    Modifier
    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 WikiService in org.exoplatform.wiki.service.impl

    Modifier and Type
    Class
    Description
    class 
     
    Constructors in org.exoplatform.wiki.service.impl with parameters of type WikiService
    Modifier
    Constructor
    Description
     
    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.listener.ListenerService listenerService, org.exoplatform.commons.file.services.FileService fileService, org.exoplatform.upload.UploadService uploadService, org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.services.thumbnail.ImageThumbnailService imageThumbnailService)
     
     
    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.listener.ListenerService listenerService, org.exoplatform.commons.file.services.FileService fileService, org.exoplatform.upload.UploadService uploadService, org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.services.thumbnail.ImageThumbnailService imageThumbnailService, 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 WikiService
    Modifier
    Constructor
    Description
     
    NotesRestService(NoteService noteService, WikiService noteBookService, org.exoplatform.upload.UploadService uploadService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.resources.ResourceBundleService resourceBundleService, NotesExportService notesExportService)