Uses of Interface
org.exoplatform.wiki.service.DataStorage
Packages that use DataStorage
Package
Description
Implements services of the Wiki application.
-
Uses of DataStorage in org.exoplatform.wiki.jpa
Classes in org.exoplatform.wiki.jpa that implement DataStorageModifier and TypeClassDescriptionclassCreated by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 9/8/15 -
Uses of DataStorage in org.exoplatform.wiki.service.impl
Constructors in org.exoplatform.wiki.service.impl with parameters of type DataStorageModifierConstructorDescriptionNoteServiceImpl(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) 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.common.service.HTMLUploadImageProcessor htmlUploadImageProcessor) WikiServiceImpl(org.exoplatform.portal.config.UserACL userACL, DataStorage dataStorage, org.exoplatform.services.cache.CacheService cacheService, org.exoplatform.services.organization.OrganizationService orgService)