| Package | Description |
|---|---|
| org.exoplatform.onlyoffice |
| Modifier and Type | Method and Description |
|---|---|
DocumentStatus |
DocumentStatus.Builder.build()
Builds the.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OnlyofficeEditorServiceImpl.broadcastEvent(DocumentStatus status,
String eventType)
Broadcasts an event using the listenerService.
|
protected void |
OnlyofficeEditorServiceImpl.download(Config config,
DocumentStatus status)
Downloads document's content to the JCR node.
|
protected void |
OnlyofficeEditorServiceImpl.downloadClosed(Config config,
DocumentStatus status)
Downloads document's content to the JCR node when the editor is closed.
|
protected void |
OnlyofficeEditorServiceImpl.fireCreated(DocumentStatus status)
Fire created.
|
protected void |
OnlyofficeEditorServiceImpl.fireError(DocumentStatus status)
Fire error.
|
protected void |
OnlyofficeEditorServiceImpl.fireGet(DocumentStatus status)
Fire get.
|
protected void |
OnlyofficeEditorServiceImpl.fireJoined(DocumentStatus status)
Fire joined.
|
protected void |
OnlyofficeEditorServiceImpl.fireLeaved(DocumentStatus status)
Fire leaved.
|
protected void |
OnlyofficeEditorServiceImpl.fireSaved(DocumentStatus status)
Fire saved.
|
void |
OnlyofficeEditorListener.onCreate(DocumentStatus status)
New editor just created.
|
void |
OnlyofficeEditorListener.onError(DocumentStatus status)
Error saving document in editor.
|
void |
OnlyofficeEditorListener.onGet(DocumentStatus status)
Existing editor obtained by user.
|
void |
OnlyofficeEditorListener.onJoined(DocumentStatus status)
User joined co-editing document (it's second or more user).
|
void |
OnlyofficeEditorListener.onLeaved(DocumentStatus status)
User leaved co-editing document (it's at least second user gone).
|
void |
OnlyofficeEditorListener.onSaved(DocumentStatus status)
Document was saved and editor released.
|
void |
OnlyofficeEditorServiceImpl.updateDocument(String userId,
DocumentStatus status)
Update a configuration associated with given editor
Config
instance. |
void |
OnlyofficeEditorService.updateDocument(String userId,
DocumentStatus status)
Update a configuration associated with given editor
Config
instance. |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.