Uses of Class
org.exoplatform.onlyoffice.Config
-
Packages that use Config Package Description org.exoplatform.onlyoffice org.exoplatform.onlyoffice.rest org.exoplatform.onlyoffice.webui -
-
Uses of Config in org.exoplatform.onlyoffice
Fields in org.exoplatform.onlyoffice declared as Config Modifier and Type Field Description protected ConfigDocumentStatus. configThe config.Fields in org.exoplatform.onlyoffice with type parameters of type Config Modifier and Type Field Description protected org.exoplatform.services.cache.ExoCache<String,ConcurrentMap<String,Config>>OnlyofficeEditorServiceImpl. editorCacheCache of Editing documents.protected org.exoplatform.services.cache.ExoCache<String,ConcurrentMap<String,Config>>OnlyofficeEditorServiceImpl. viewerCacheCache of Viewing documents.Methods in org.exoplatform.onlyoffice that return Config Modifier and Type Method Description ConfigConfig.Builder. build()Builds the.ConfigOnlyofficeEditorService. createEditor(String userSchema, String userHost, int userPost, String userId, String workspace, String docId)Create an editor configuration for given user and node.ConfigOnlyofficeEditorServiceImpl. createEditor(String schema, String host, int port, String userId, String workspace, String docId)Create an editor configuration for given user and node.ConfigOnlyofficeEditorService. createViewer(String userSchema, String userHost, int userPost, String userId, String workspace, String docId)Creates the viewer.ConfigOnlyofficeEditorServiceImpl. createViewer(String schema, String host, int port, String userId, String workspace, String docId)Creates the viewer.ConfigConfig. forUser(String id, String name, String lang, String documentserverSecret)Create a copy of this editor but for another given user.ConfigDocumentStatus. getConfig()Gets the config.ConfigOnlyofficeEditorService. getEditor(String userId, String workspace, String path)Return existing editor configuration for given user and node.protected ConfigOnlyofficeEditorServiceImpl. getEditor(String userId, String docId, boolean createCoEditing)Gets the editor.ConfigOnlyofficeEditorServiceImpl. getEditor(String userId, String workspace, String path)Return existing editor configuration for given user and node.ConfigOnlyofficeEditorService. getEditorByKey(String userId, String key)Return existing editor for given temporal key.ConfigOnlyofficeEditorServiceImpl. getEditorByKey(String userId, String key)Return existing editor for given temporal key.Methods in org.exoplatform.onlyoffice with parameters of type Config Modifier and Type Method Description DocumentStatus.BuilderDocumentStatus.Builder. config(Config config)Config.protected org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl.LockStateOnlyofficeEditorServiceImpl. lock(javax.jcr.Node node, Config config)Lock the node by current user.protected StringOnlyofficeEditorServiceImpl. nodePath(Config config)Node path with the pattern workspace:path/to/node.protected voidDocumentStatus. setConfig(Config config)Sets 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 Modifier and Type Method Description protected String[]OnlyofficeEditorServiceImpl. getActiveUsers(ConcurrentMap<String,Config> configs)Gets the current users.protected booleanOnlyofficeEditorServiceImpl. syncUsers(ConcurrentMap<String,Config> configs, String[] users)Sync users. -
Uses of Config in org.exoplatform.onlyoffice.rest
Fields in org.exoplatform.onlyoffice.rest with type parameters of type Config Modifier and Type Field Description protected Map<UUID,Config>EditorService. initiatedThe initiated. -
Uses of Config in org.exoplatform.onlyoffice.webui
Methods in org.exoplatform.onlyoffice.webui that return Config Modifier and Type Method Description ConfigOnlyofficeFileViewer. getFileViewerConfig(String fileId, String workspace)Gets the file viewer config.
-