| Package | Description |
|---|---|
| org.exoplatform.onlyoffice | |
| org.exoplatform.onlyoffice.rest | |
| org.exoplatform.onlyoffice.webui |
| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.services.cache.ExoCache<String,ConcurrentHashMap<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 path)
Create an editor config for given config node.
|
Config |
OnlyofficeEditorService.createEditor(String userSchema,
String userHost,
String userId,
String workspace,
String path)
Create an editor config for given config node.
|
Config |
Config.forUser(String id,
String firstName,
String lastName,
String lang)
Create a copy of this editor but for another given user.
|
protected Config |
OnlyofficeEditorServiceImpl.getEditor(String userId,
String nodePath)
Gets the editor.
|
Config |
OnlyofficeEditorServiceImpl.getEditor(String userId,
String workspace,
String path)
Return existing editor for given user and node.
|
Config |
OnlyofficeEditorService.getEditor(String userId,
String workspace,
String path)
Return existing editor for given user and node.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OnlyofficeEditorServiceImpl.download(Config config,
DocumentStatus status)
Download.
|
protected void |
OnlyofficeEditorServiceImpl.downloadChange(Config config)
Deprecated.
|
protected void |
OnlyofficeEditorServiceImpl.fireCreated(Config config)
Fire created.
|
protected void |
OnlyofficeEditorServiceImpl.fireError(Config config)
Fire error.
|
protected void |
OnlyofficeEditorServiceImpl.fireGet(Config config)
Fire get.
|
protected void |
OnlyofficeEditorServiceImpl.fireJoined(Config config)
Fire joined.
|
protected void |
OnlyofficeEditorServiceImpl.fireLeaved(Config config)
Fire leaved.
|
protected void |
OnlyofficeEditorServiceImpl.fireSaved(Config config)
Fire saved.
|
protected javax.jcr.lock.Lock |
OnlyofficeEditorServiceImpl.lock(javax.jcr.Node node,
Config config)
Lock by current user of the node.
|
protected String |
OnlyofficeEditorServiceImpl.nodePath(Config config)
Node path.
|
void |
OnlyofficeEditorListener.onCreate(Config config)
New editor just created.
|
void |
OnlyofficeEditorListener.onError(Config config)
Error saving document in editor.
|
void |
OnlyofficeEditorListener.onGet(Config config)
Existing editor obtained by user.
|
void |
OnlyofficeEditorListener.onJoined(Config config)
User joined co-editing document (it's second or more user).
|
void |
OnlyofficeEditorListener.onLeaved(Config config)
User leaved co-editing document (it's at least second user gone).
|
void |
OnlyofficeEditorListener.onSaved(Config config)
Document was saved and editor released.
|
protected void |
OnlyofficeEditorServiceImpl.trackChange(Config config,
DocumentStatus status)
Deprecated.
|
protected boolean |
OnlyofficeEditorServiceImpl.unlock(javax.jcr.Node node,
Config config)
Deprecated.
|
protected void |
OnlyofficeEditorServiceImpl.validateUser(String userId,
Config config)
Validate user.
|
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
OnlyofficeEditorServiceImpl.getCurrentUsers(ConcurrentHashMap<String,Config> configs)
Gets the current users.
|
protected boolean |
OnlyofficeEditorServiceImpl.syncUsers(ConcurrentHashMap<String,Config> configs,
String[] users)
Sync users.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<UUID,Config> |
EditorService.initiated
The initiated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnlyofficeEditorUIService.EditorListener.onCreate(Config config)
New editor just created.
|
void |
OnlyofficeEditorUIService.EditorListener.onError(Config config)
Error saving document in editor.
|
void |
OnlyofficeEditorUIService.EditorListener.onGet(Config config)
Existing editor obtained by user.
|
void |
OnlyofficeEditorUIService.EditorListener.onJoined(Config config)
User joined co-editing document (it's second or more user).
|
void |
OnlyofficeEditorUIService.EditorListener.onLeaved(Config config)
User leaved co-editing document (it's at least second user gone).
|
void |
OnlyofficeEditorUIService.EditorListener.onSaved(Config config)
Document was saved and editor released.
|
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.