Package org.exoplatform.wiki.service
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 org.exoplatform.commons.api.settings.data.ContextNOTES_IMPORT_CONTEXTstatic StringNOTES_IMPORT_CONTEXT_NAMEstatic org.exoplatform.commons.api.settings.data.ScopeNOTES_IMPORT_SCOPEstatic StringNOTES_IMPORT_SCOPE_NAME
-
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, org.exoplatform.portal.config.UserACL userACL)
-
-
-
Field Detail
-
NOTES_IMPORT_SCOPE_NAME
public static final String NOTES_IMPORT_SCOPE_NAME
- See Also:
- Constant Field Values
-
NOTES_IMPORT_CONTEXT_NAME
public static final String NOTES_IMPORT_CONTEXT_NAME
- See Also:
- Constant Field Values
-
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 Detail
-
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)
-
-