protected static class OnlyofficeDocumentEditorPlugin.EditorSetting extends Object
| Constructor and Description |
|---|
EditorSetting(String fileId,
String link,
String userId,
CometdConfig cometdConf,
Map<String,String> messages,
OnlyofficeDocumentEditorPlugin.EditorError error)
Instantiates a new editor setting.
|
| Modifier and Type | Method and Description |
|---|---|
CometdConfig |
getCometdConf()
Gets the cometd conf.
|
OnlyofficeDocumentEditorPlugin.EditorError |
getError()
Gets the error.
|
String |
getFileId()
Gets the file id.
|
String |
getLink()
Gets the link.
|
Map<String,String> |
getMessages()
Gets the messages.
|
String |
getUserId()
Gets the user id.
|
public EditorSetting(String fileId, String link, String userId, CometdConfig cometdConf, Map<String,String> messages, OnlyofficeDocumentEditorPlugin.EditorError error)
fileId - the file idlink - the linkuserId - the user idcometdConf - the cometd confmessages - the messageserror - the errorpublic String getFileId()
public String getLink()
public String getUserId()
public CometdConfig getCometdConf()
public OnlyofficeDocumentEditorPlugin.EditorError getError()
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.