Uses of Class
org.exoplatform.onlyoffice.Config
Packages that use Config
Package
Description
-
Uses of Config in org.exoplatform.onlyoffice
Fields in org.exoplatform.onlyoffice declared as ConfigFields in org.exoplatform.onlyoffice with type parameters of type ConfigModifier and TypeFieldDescriptionprotected final org.exoplatform.services.cache.ExoCache<String, ConcurrentMap<String, Config>> OnlyofficeEditorServiceImpl.viewerCacheCache of Viewing documents.Methods in org.exoplatform.onlyoffice that return ConfigModifier and TypeMethodDescriptionConfig.Builder.build()Builds the.OnlyofficeEditorService.createEditor(String userSchema, String userHost, int userPost, String userId, String workspace, String docId) Create an editor configuration for given user and node.OnlyofficeEditorServiceImpl.createEditor(String schema, String host, int port, String userId, String workspace, String docId) Create an editor configuration for given user and node.OnlyofficeEditorService.createViewer(String userSchema, String userHost, int userPost, String userId, String workspace, String docId) Creates the viewer.OnlyofficeEditorServiceImpl.createViewer(String schema, String host, int port, String userId, String workspace, String docId) Creates the viewer.Create a copy of this editor but for another given user.DocumentStatus.getConfig()Gets the config.Return existing editor configuration for given user and node.protected ConfigGets the editor.Return existing editor configuration for given user and node.OnlyofficeEditorService.getEditorByKey(String userId, String key) Return existing editor for given temporal key.OnlyofficeEditorServiceImpl.getEditorByKey(String userId, String key) Return existing editor for given temporal key.Methods in org.exoplatform.onlyoffice with parameters of type ConfigModifier and TypeMethodDescriptionConfig.protected org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl.LockStateLock the node by current user.protected StringNode path with the pattern workspace:path/to/node.protected voidSets the config.protected voidOnlyofficeEditorServiceImpl.updateCache(Config config) Updates config in the activeCache.protected voidOnlyofficeEditorServiceImpl.validateUser(String userId, Config config) Validate user.Method parameters in org.exoplatform.onlyoffice with type arguments of type Config -
Uses of Config in org.exoplatform.onlyoffice.jpa
Methods in org.exoplatform.onlyoffice.jpa that return types with arguments of type ConfigModifier and TypeMethodDescriptionEditorConfigStorage.getConfigsByDocId(String docId) EditorConfigStorage.getConfigsByKey(String key) Methods in org.exoplatform.onlyoffice.jpa with parameters of type ConfigModifier and TypeMethodDescriptionvoidEditorConfigStorage.deleteConfig(String key, Config config) voidEditorConfigStorage.deleteConfig(List<String> keys, Config config) voidEditorConfigStorage.saveConfig(String key, Config config, boolean isNew) voidEditorConfigStorage.saveConfig(List<String> keys, Config config, boolean isNew) -
Uses of Config in org.exoplatform.onlyoffice.jpa.storage.cache
Methods in org.exoplatform.onlyoffice.jpa.storage.cache that return types with arguments of type ConfigModifier and TypeMethodDescriptionCachedEditorConfigStorage.getConfigsByDocId(String docId) CachedEditorConfigStorage.getConfigsByKey(String key) Methods in org.exoplatform.onlyoffice.jpa.storage.cache with parameters of type ConfigModifier and TypeMethodDescriptionvoidCachedEditorConfigStorage.deleteConfig(String key, Config config) voidCachedEditorConfigStorage.deleteConfig(List<String> keys, Config config) voidCachedEditorConfigStorage.saveConfig(String key, Config config, boolean isNew) voidCachedEditorConfigStorage.saveConfig(List<String> keys, Config config, boolean isNew) -
Uses of Config in org.exoplatform.onlyoffice.jpa.storage.impl
Methods in org.exoplatform.onlyoffice.jpa.storage.impl that return types with arguments of type ConfigModifier and TypeMethodDescriptionRDBMSEditorConfigStorageImpl.getConfigsByDocId(String docId) RDBMSEditorConfigStorageImpl.getConfigsByKey(String key) Methods in org.exoplatform.onlyoffice.jpa.storage.impl with parameters of type ConfigModifier and TypeMethodDescriptionvoidRDBMSEditorConfigStorageImpl.deleteConfig(String key, Config config) voidRDBMSEditorConfigStorageImpl.deleteConfig(List<String> keys, Config config) voidRDBMSEditorConfigStorageImpl.saveConfig(String key, Config config, boolean isNew) voidRDBMSEditorConfigStorageImpl.saveConfig(List<String> keys, Config config, boolean isNew) -
Uses of Config in org.exoplatform.onlyoffice.rest
Fields in org.exoplatform.onlyoffice.rest with type parameters of type Config -
Uses of Config in org.exoplatform.onlyoffice.webui
Methods in org.exoplatform.onlyoffice.webui that return ConfigModifier and TypeMethodDescriptionOnlyofficeFileViewer.getFileViewerConfig(String fileId, String workspace) Gets the file viewer config.