protected void |
OnlyofficeEditorServiceImpl.broadcastEvent(DocumentStatus status,
String eventType) |
Broadcasts an event using the listenerService.
|
protected void |
OnlyofficeEditorServiceImpl.download(DocumentStatus status) |
Downloads document's content to the JCR node.
|
protected void |
OnlyofficeEditorServiceImpl.downloadClosed(DocumentStatus status) |
Downloads document's content to the JCR node when the editor is closed.
|
protected void |
OnlyofficeEditorServiceImpl.downloadVersion(DocumentStatus status) |
Downloads document's content to the JCR node creating a new version.
|
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 |
OnlyofficeEditorService.updateDocument(DocumentStatus status) |
Update a configuration associated with given DocumentStatus
instance.
|
void |
OnlyofficeEditorServiceImpl.updateDocument(DocumentStatus status) |
Update a configuration associated with given DocumentStatus
instance.
|