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 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, 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