Uses of Interface
org.exoplatform.wiki.service.NoteService
Packages that use NoteService
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of NoteService in io.meeds.notes.service
Constructors in io.meeds.notes.service with parameters of type NoteServiceModifierConstructorDescriptionNotePageViewService(NoteService noteService, WikiService noteBookService, io.meeds.social.cms.service.CMSService cmsService, org.exoplatform.social.attachment.AttachmentService attachmentService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.portal.config.UserACL userACL, org.exoplatform.services.resources.LocaleConfigService localeConfigService) -
Uses of NoteService in org.exoplatform.notes.activity.processor
Constructors in org.exoplatform.notes.activity.processor with parameters of type NoteServiceModifierConstructorDescriptionActivityNotesProcessor(NoteService noteService, org.exoplatform.container.xml.InitParams initParams) -
Uses of NoteService in org.exoplatform.notes.listener.analytics
Fields in org.exoplatform.notes.listener.analytics declared as NoteService -
Uses of NoteService in org.exoplatform.wiki.addons.rdbms.listener
Constructors in org.exoplatform.wiki.addons.rdbms.listener with parameters of type NoteServiceModifierConstructorDescriptionWikiActivityUpdaterListener(NoteService noteService) Do not remove notes service on constructor, puts the service to the constructor to make sure the service already created before using. -
Uses of NoteService in org.exoplatform.wiki.ext.impl
Constructors in org.exoplatform.wiki.ext.impl with parameters of type NoteServiceModifierConstructorDescriptionWikiSpaceActivityPublisher(NoteService noteService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService) -
Uses of NoteService in org.exoplatform.wiki.jpa.organization
Constructors in org.exoplatform.wiki.jpa.organization with parameters of type NoteServiceModifierConstructorDescriptionWikiGroupEventListener(WikiDAO wikiDAO, PageDAO pageDAO, TemplateDAO templateDAO, org.exoplatform.commons.search.index.IndexingService indexingService, NoteService noteService) -
Uses of NoteService in org.exoplatform.wiki.jpa.search
Constructors in org.exoplatform.wiki.jpa.search with parameters of type NoteServiceModifierConstructorDescriptionNoteVersionLanguageIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams, NoteService noteService, org.exoplatform.social.metadata.MetadataService metadataService) WikiPageIndexingServiceConnector(org.exoplatform.container.xml.InitParams initParams, NoteService noteService, org.exoplatform.social.metadata.MetadataService metadataService) -
Uses of NoteService in org.exoplatform.wiki.service
Constructors in org.exoplatform.wiki.service with parameters of type NoteServiceModifierConstructorDescriptionExportThread(NoteService noteService, WikiService wikiService, NotesExportService notesExportService, org.exoplatform.social.common.service.HTMLUploadImageProcessor htmlUploadImageProcessor, ExportData exportData, org.exoplatform.commons.file.services.FileService fileService) 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, io.meeds.social.space.template.service.SpaceTemplateService spaceTemplateService, io.meeds.social.space.service.SpaceLayoutService spaceLayoutService, org.exoplatform.portal.mop.service.NavigationService navigationService, org.exoplatform.portal.config.UserACL userACL) NotesExportService(NoteService noteService, WikiService wikiService, org.exoplatform.social.common.service.HTMLUploadImageProcessor htmlUploadImageProcessor, org.exoplatform.commons.file.services.FileService fileService) -
Uses of NoteService in org.exoplatform.wiki.service.impl
Classes in org.exoplatform.wiki.service.impl that implement NoteService -
Uses of NoteService in org.exoplatform.wiki.service.listener
Constructors in org.exoplatform.wiki.service.listener with parameters of type NoteServiceModifierConstructorDescriptionMetadataItemModified(NoteService noteService, org.exoplatform.commons.search.index.IndexingService indexingService, org.exoplatform.social.core.storage.api.ActivityStorage activityStorage) -
Uses of NoteService in org.exoplatform.wiki.service.plugin
Constructors in org.exoplatform.wiki.service.plugin with parameters of type NoteServiceModifierConstructorDescriptionWikiDraftPageAttachmentPlugin(NoteService noteService, org.exoplatform.social.core.space.spi.SpaceService spaceService) WikiPageAttachmentPlugin(NoteService noteService, org.exoplatform.social.core.space.spi.SpaceService spaceService) -
Uses of NoteService in org.exoplatform.wiki.service.rest
Constructors in org.exoplatform.wiki.service.rest with parameters of type NoteServiceModifierConstructorDescriptionNotesRestService(NoteService noteService, WikiService noteBookService, org.exoplatform.upload.UploadService uploadService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.resources.ResourceBundleService resourceBundleService, NotesExportService notesExportService) -
Uses of NoteService in org.exoplatform.wiki.tree.utils
Methods in org.exoplatform.wiki.tree.utils with parameters of type NoteServiceModifier and TypeMethodDescriptionstatic JsonNodeDataTreeUtils.toJsonNodeData(TreeNode node, String path, Page currentPage, Map<String, Object> context, Boolean canEdit, Boolean isLastNode, org.exoplatform.services.security.Identity identity, Locale locale, NoteService noteService)