public class OnlyofficeEditorUIService extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
OnlyofficeEditorUIService.EditorListener |
protected static class |
OnlyofficeEditorUIService.State |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<String,OnlyofficeEditorUIService.State> |
editors
Open editors.
|
protected OnlyofficeEditorService |
editorService |
| Constructor and Description |
|---|
OnlyofficeEditorUIService(OnlyofficeEditorService editorService) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canClose(String userId,
String workspace,
String path) |
boolean |
canOpen(String userId,
String workspace,
String path) |
boolean |
canShow(String userId,
String workspace,
String path) |
boolean |
close(String userId,
String workspace,
String path) |
boolean |
closed(String userId,
String workspace,
String path) |
protected String |
editorId(String userId,
String workspace,
String path) |
boolean |
isClosed(String userId,
String workspace,
String path) |
boolean |
isClosing(String userId,
String workspace,
String path) |
boolean |
isOpen(String userId,
String workspace,
String path) |
boolean |
isOpening(String userId,
String workspace,
String path) |
boolean |
open(String userId,
String workspace,
String path) |
boolean |
opened(String userId,
String workspace,
String path) |
boolean |
reset(String userId,
String workspace,
String path) |
protected final ConcurrentHashMap<String,OnlyofficeEditorUIService.State> editors
protected final OnlyofficeEditorService editorService
public OnlyofficeEditorUIService(OnlyofficeEditorService editorService)
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.