| Package | Description |
|---|---|
| org.exoplatform.onlyoffice | |
| org.exoplatform.onlyoffice.webui |
| 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,
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.
|
protected void |
OnlyofficeEditorServiceImpl.download(Config config,
DocumentStatus status)
Download.
|
protected void |
OnlyofficeEditorServiceImpl.downloadChange(Config config)
Deprecated.
|
DocumentContent |
OnlyofficeEditorServiceImpl.getContent(String userId,
String key)
Get file content.
|
DocumentContent |
OnlyofficeEditorService.getContent(String userId,
String fileKey)
Get file content.
|
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.
|
ChangeState |
OnlyofficeEditorServiceImpl.getState(String userId,
String key)
Local state of editing document.
|
ChangeState |
OnlyofficeEditorService.getState(String userId,
String fileKey)
Local state of editing document.
|
protected org.exoplatform.services.organization.User |
OnlyofficeEditorServiceImpl.getUser(String username)
Gets the user.
|
protected String |
OnlyofficeEditorServiceImpl.getUserLang(String userId)
Gets the user lang.
|
protected javax.jcr.lock.Lock |
OnlyofficeEditorServiceImpl.lock(javax.jcr.Node node,
Config config)
Lock by current user of the node.
|
protected void |
OnlyofficeEditorServiceImpl.trackChange(Config config,
DocumentStatus status)
Deprecated.
|
protected boolean |
OnlyofficeEditorServiceImpl.unlock(javax.jcr.Node node,
Config config)
Deprecated.
|
void |
OnlyofficeEditorServiceImpl.updateDocument(String userId,
DocumentStatus status)
Update a config associated with given editor
Config instance. |
void |
OnlyofficeEditorService.updateDocument(String userId,
DocumentStatus status)
Update a config associated with given editor
Config instance. |
protected String |
OnlyofficeEditorServiceImpl.uploadContent(InputStream localContent,
String fileKey,
String mimeType,
long length)
Deprecated.
|
protected void |
OnlyofficeEditorServiceImpl.validateUser(String userId,
Config config)
Validate user.
|
protected String |
OnlyofficeEditorServiceImpl.webdavUrl(String schema,
String host,
String workspace,
String path)
Webdav url.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CanCloseOnlyofficeFilter.accept(String userId,
javax.jcr.Node node)
Accept.
|
protected boolean |
AcceptFilter.accept(String userId,
javax.jcr.Node node)
Accept.
|
protected boolean |
CanShowOnlyofficeFilter.accept(String userId,
javax.jcr.Node node)
Accept.
|
protected boolean |
CanOpenOnlyofficeFilter.accept(String userId,
javax.jcr.Node node)
Accept.
|
protected abstract boolean |
AbstractOnlyofficeFilter.accept(String userId,
javax.jcr.Node node)
Accept.
|
static void |
OnlyofficeEditorContext.close(org.exoplatform.web.application.RequestContext requestContext)
Close.
|
static void |
OnlyofficeEditorContext.init(org.exoplatform.web.application.RequestContext requestContext,
String workspace,
String nodePath)
Initialize request with Onlyoffice support for given JCR location.
|
static void |
OnlyofficeEditorContext.open(org.exoplatform.web.application.RequestContext requestContext)
Open.
|
static void |
OnlyofficeEditorContext.showInfo(org.exoplatform.web.application.RequestContext requestContext,
String title,
String message)
Show info notification to the user.
|
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.