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

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

    Modifier and Type
    Method
    Description
    com.onlyoffice.model.documenteditor.config.document.Permissions
     

    Methods inherited from class com.onlyoffice.service.documenteditor.config.DefaultConfigService

    createConfig, createConfig, getCoEditing, getCustomization, getDocument, getEditorConfig, getEmbedded, getInfo, getPlugins, getRecent, getReferenceData, getTemplates, getType, getUser

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public com.onlyoffice.model.documenteditor.config.document.Permissions getPermissions(String docId)
      Specified by:
      getPermissions in interface com.onlyoffice.service.documenteditor.config.ConfigService
      Overrides:
      getPermissions in class com.onlyoffice.service.documenteditor.config.DefaultConfigService