Class ConfigServiceImpl
java.lang.Object
com.onlyoffice.service.documenteditor.config.DefaultConfigService
com.logicaldoc.onlyoffice.controllers.ConfigServiceImpl
- All Implemented Interfaces:
com.onlyoffice.service.documenteditor.config.ConfigService
public class ConfigServiceImpl
extends com.onlyoffice.service.documenteditor.config.DefaultConfigService
-
Constructor Summary
ConstructorDescriptionConfigServiceImpl
(com.onlyoffice.manager.document.DocumentManager documentManager, com.onlyoffice.manager.url.UrlManager urlManager, com.onlyoffice.manager.security.JwtManager jwtManager, com.onlyoffice.manager.settings.SettingsManager settingsManager, long userId) -
Method Summary
Modifier and TypeMethodDescriptioncom.onlyoffice.model.documenteditor.config.document.Permissions
getPermissions
(String docId) Methods inherited from class com.onlyoffice.service.documenteditor.config.DefaultConfigService
createConfig, createConfig, getCoEditing, getCustomization, getDocument, getEditorConfig, getEmbedded, getInfo, getPlugins, getRecent, getReferenceData, getTemplates, getType, getUser
-
Constructor Details
-
ConfigServiceImpl
public ConfigServiceImpl(com.onlyoffice.manager.document.DocumentManager documentManager, com.onlyoffice.manager.url.UrlManager urlManager, com.onlyoffice.manager.security.JwtManager jwtManager, com.onlyoffice.manager.settings.SettingsManager settingsManager, long userId)
-
-
Method Details
-
getPermissions
- Specified by:
getPermissions
in interfacecom.onlyoffice.service.documenteditor.config.ConfigService
- Overrides:
getPermissions
in classcom.onlyoffice.service.documenteditor.config.DefaultConfigService
-