Package org.exoplatform.wiki.service
Class NotesAutoImportService
java.lang.Object
org.exoplatform.wiki.service.NotesAutoImportService
- All Implemented Interfaces:
org.picocontainer.Startable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotesAutoImportService(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 Summary
-
Field Details
-
NOTES_IMPORT_SCOPE_NAME
- See Also:
-
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:
startin interfaceorg.picocontainer.Startable
-
stop
public void stop()- Specified by:
stopin interfaceorg.picocontainer.Startable
-