Uses of Class
org.exoplatform.wiki.storage.NoteDataStorage

Packages that use NoteDataStorage
Package
Description
Implements services of the Wiki application.
  • Uses of NoteDataStorage in org.exoplatform.wiki.service.impl

    Constructors in org.exoplatform.wiki.service.impl with parameters of type NoteDataStorage
    Modifier
    Constructor
    Description
     
    NoteServiceImpl(NoteDataStorage dataStorage, 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.services.resources.LocaleConfigService localeConfigService, 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.attachment.AttachmentService attachmentService, org.exoplatform.portal.mop.service.LayoutService layoutService, org.exoplatform.portal.config.UserACL userAcl)
     
     
    WikiServiceImpl(org.exoplatform.portal.mop.service.LayoutService layoutService, org.exoplatform.portal.config.UserACL userAcl, org.exoplatform.social.core.space.spi.SpaceService spaceService, NoteDataStorage dataStorage)