| Package | Description |
|---|---|
| org.exoplatform.onlyoffice | |
| org.exoplatform.onlyoffice.rest |
| Modifier and Type | Field and Description |
|---|---|
protected Config |
DocumentStatus.config
The config.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.services.cache.ExoCache<String,ConcurrentMap<String,Config>> |
OnlyofficeEditorServiceImpl.activeCache
Cache of Editing documents.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.Builder.build()
Builds the.
|
Config |
OnlyofficeEditorServiceImpl.createEditor(String schema,
String host,
String userId,
String workspace,
String docId)
Create an editor configuration for given user and node.
|
Config |
OnlyofficeEditorService.createEditor(String userSchema,
String userHost,
String userId,
String workspace,
String docId)
Create an editor configuration for given user and node.
|
Config |
Config.forUser(String id,
String firstName,
String lastName,
String lang)
Create a copy of this editor but for another given user.
|
Config |
DocumentStatus.getConfig()
Gets the config.
|
protected Config |
OnlyofficeEditorServiceImpl.getEditor(String userId,
String nodePath,
boolean createCoEditing)
Gets the editor.
|
Config |
OnlyofficeEditorServiceImpl.getEditor(String userId,
String workspace,
String path)
Return existing editor configuration for given user and node.
|
Config |
OnlyofficeEditorService.getEditor(String userId,
String workspace,
String path)
Return existing editor configuration for given user and node.
|
Config |
OnlyofficeEditorServiceImpl.getEditorByKey(String userId,
String key)
Return existing editor for given temporal key.
|
Config |
OnlyofficeEditorService.getEditorByKey(String userId,
String key)
Return existing editor for given temporal key.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OnlyofficeEditorServiceImpl.download(Config config,
DocumentStatus status)
Download.
|
protected org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl.LockState |
OnlyofficeEditorServiceImpl.lock(javax.jcr.Node node,
Config config)
Lock the node by current user.
|
protected String |
OnlyofficeEditorServiceImpl.nodePath(Config config)
Node path.
|
void |
DocumentStatus.setConfig(Config config)
Sets the config.
|
protected void |
OnlyofficeEditorServiceImpl.validateUser(String userId,
Config config)
Validate user.
|
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
OnlyofficeEditorServiceImpl.getActiveUsers(ConcurrentMap<String,Config> configs)
Gets the current users.
|
protected boolean |
OnlyofficeEditorServiceImpl.syncUsers(ConcurrentMap<String,Config> configs,
String[] users)
Sync users.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<UUID,Config> |
EditorService.initiated
The initiated.
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.