Class NotesAutoImportService

java.lang.Object
org.exoplatform.wiki.service.NotesAutoImportService
All Implemented Interfaces:
org.picocontainer.Startable

public class NotesAutoImportService extends Object implements org.picocontainer.Startable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.exoplatform.commons.api.settings.data.Context
     
    static final String
     
    static final org.exoplatform.commons.api.settings.data.Scope
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    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)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    void
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NOTES_IMPORT_SCOPE_NAME

      public static final String NOTES_IMPORT_SCOPE_NAME
      See Also:
    • NOTES_IMPORT_CONTEXT_NAME

      public static final String NOTES_IMPORT_CONTEXT_NAME
      See Also:
    • NOTES_IMPORT_CONTEXT

      public static final org.exoplatform.commons.api.settings.data.Context NOTES_IMPORT_CONTEXT
    • NOTES_IMPORT_SCOPE

      public static final org.exoplatform.commons.api.settings.data.Scope NOTES_IMPORT_SCOPE
  • Constructor Details

    • NotesAutoImportService

      public 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)
  • Method Details

    • start

      public void start()
      Specified by:
      start in interface org.picocontainer.Startable
    • stop

      public void stop()
      Specified by:
      stop in interface org.picocontainer.Startable
    • createKnowledgeBase

      public static void createKnowledgeBase()