Config |
OnlyofficeEditorService.createEditor(String userSchema,
String userHost,
int userPost,
String userId,
String workspace,
String docId) |
Create an editor configuration for given user and node.
|
Config |
OnlyofficeEditorServiceImpl.createEditor(String schema,
String host,
int port,
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.
|
Config |
OnlyofficeEditorService.createViewer(String userSchema,
String userHost,
int userPost,
String userId,
String workspace,
String docId) |
Creates the viewer.
|
Config |
OnlyofficeEditorServiceImpl.createViewer(String schema,
String host,
int port,
String userId,
String workspace,
String docId) |
Creates the viewer.
|
protected void |
OnlyofficeEditorServiceImpl.download(DocumentStatus status) |
Downloads document's content to the JCR node.
|
DocumentContent |
OnlyofficeEditorService.getContent(String userId,
String fileKey) |
Get file content.
|
DocumentContent |
OnlyofficeEditorServiceImpl.getContent(String userId,
String key) |
Get file content.
|
Config |
OnlyofficeEditorService.getEditor(String userId,
String workspace,
String path) |
Return existing editor configuration for given user and 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.getEditorByKey(String userId,
String key) |
Return existing editor for given temporal key.
|
Config |
OnlyofficeEditorServiceImpl.getEditorByKey(String userId,
String key) |
Return existing editor for given temporal key.
|
protected String |
OnlyofficeEditorServiceImpl.getLastModifier(javax.jcr.Node node) |
Gets last modifier display name from node.
|
ChangeState |
OnlyofficeEditorService.getState(String userId,
String fileKey) |
Local state of editing document.
|
ChangeState |
OnlyofficeEditorServiceImpl.getState(String userId,
String key) |
Local state of editing document.
|
org.exoplatform.services.organization.User |
OnlyofficeEditorService.getUser(String username) |
Gets the user.
|
org.exoplatform.services.organization.User |
OnlyofficeEditorServiceImpl.getUser(String username) |
Gets the user.
|
String |
OnlyofficeEditorService.initDocument(String workspace,
String path) |
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.
|
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 |
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.
|
protected void |
OnlyofficeEditorServiceImpl.validateUser(String userId,
Config config) |
Validate user.
|