| Package | Description |
|---|---|
| org.exoplatform.onlyoffice | |
| org.exoplatform.onlyoffice.cometd |
| Modifier and Type | Class and Description |
|---|---|
class |
BadParameterException
Created by The eXo Platform SAS.
|
class |
ConflictException
Conflict found while creating Onlyoffice editor.
|
class |
DocumentNotFoundException
Created by The eXo Platform SAS.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
OnlyofficeEditorServiceImpl.createEditor(String schema,
String host,
int port,
String userId,
String workspace,
String docId)
Create an editor configuration for given user and node.
|
Config |
OnlyofficeEditorService.createEditor(String userSchema,
String userHost,
int userPost,
String userId,
String workspace,
String docId)
Create an editor configuration for given user and node.
|
protected void |
OnlyofficeEditorServiceImpl.createVersionOfDraft(javax.jcr.Node node)
Creates a version of draft.
|
protected void |
OnlyofficeEditorServiceImpl.download(DocumentStatus status)
Downloads document's content to the JCR node.
|
DocumentContent |
OnlyofficeEditorServiceImpl.getContent(String userId,
String key)
Get file content.
|
DocumentContent |
OnlyofficeEditorService.getContent(String userId,
String fileKey)
Get file content.
|
String |
OnlyofficeEditorServiceImpl.getDocumentId(javax.jcr.Node node)
Gets the document ID for given node.
|
String |
OnlyofficeEditorService.getDocumentId(javax.jcr.Node node)
Gets the document ID for given node.
|
protected Config |
OnlyofficeEditorServiceImpl.getEditor(String userId,
String docId,
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.
|
String |
OnlyofficeEditorServiceImpl.getEditorLink(javax.jcr.Node node)
Gets the editor page URL for opening at Platform server relatively to the
current PortalRequest.
|
String |
OnlyofficeEditorService.getEditorLink(javax.jcr.Node node)
Gets the editor page URL for opening at Platform server relatively to the
current PortalRequest.
|
protected String |
OnlyofficeEditorServiceImpl.getLastModifier(javax.jcr.Node node)
Gets last modifier display name from node.
|
ChangeState |
OnlyofficeEditorServiceImpl.getState(String userId,
String key)
Local state of editing document.
|
ChangeState |
OnlyofficeEditorService.getState(String userId,
String fileKey)
Local state of editing document.
|
org.exoplatform.services.organization.User |
OnlyofficeEditorServiceImpl.getUser(String username)
Gets the user.
|
org.exoplatform.services.organization.User |
OnlyofficeEditorService.getUser(String username)
Gets the user.
|
String |
OnlyofficeEditorServiceImpl.initDocument(javax.jcr.Node node)
Inits the document and returns an ID for use within editors.
|
String |
OnlyofficeEditorService.initDocument(javax.jcr.Node node)
Inits the document and returns an ID for use within editors.
|
String |
OnlyofficeEditorServiceImpl.initDocument(String workspace,
String path)
Inits the document and returns an ID for use within editors.
|
String |
OnlyofficeEditorService.initDocument(String workspace,
String path)
Inits the document and returns an ID for use within editors.
|
protected org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl.LockState |
OnlyofficeEditorServiceImpl.lock(javax.jcr.Node node,
Config config)
Lock the node by current user.
|
protected void |
OnlyofficeEditorServiceImpl.unlock(javax.jcr.Node node,
org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl.LockState lock)
Unlock given node.
|
void |
OnlyofficeEditorServiceImpl.updateDocument(DocumentStatus status)
Update a configuration associated with given DocumentStatus
instance.
|
void |
OnlyofficeEditorService.updateDocument(DocumentStatus status)
Update a configuration associated with given DocumentStatus
instance.
|
protected void |
OnlyofficeEditorServiceImpl.validateUser(String userId,
Config config)
Validate user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CometdOnlyofficeService.CometdService.subscribeDocuments(org.cometd.bayeux.Message message,
String docId)
Subscribe document events.
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.