Class OnlyofficeDocumentEditorPlugin.EditorSetting
- java.lang.Object
-
- org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin.EditorSetting
-
- Enclosing class:
- OnlyofficeDocumentEditorPlugin
protected static class OnlyofficeDocumentEditorPlugin.EditorSetting extends Object
The Class EditorSetting.
-
-
Constructor Summary
Constructors Constructor Description EditorSetting(String fileId, String link, String userId, CometdConfig cometdConf, Map<String,String> messages, OnlyofficeDocumentEditorPlugin.EditorError error)Instantiates a new editor setting.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CometdConfiggetCometdConf()Gets the cometd conf.OnlyofficeDocumentEditorPlugin.EditorErrorgetError()Gets the error.StringgetFileId()Gets the file id.StringgetLink()Gets the link.Map<String,String>getMessages()Gets the messages.StringgetUserId()Gets the user id.
-
-
-
Constructor Detail
-
EditorSetting
public EditorSetting(String fileId, String link, String userId, CometdConfig cometdConf, Map<String,String> messages, OnlyofficeDocumentEditorPlugin.EditorError error)
Instantiates a new editor setting.- Parameters:
fileId- the file idlink- the linkuserId- the user idcometdConf- the cometd confmessages- the messageserror- the error
-
-
Method Detail
-
getFileId
public String getFileId()
Gets the file id.- Returns:
- the file id
-
getLink
public String getLink()
Gets the link.- Returns:
- the link
-
getUserId
public String getUserId()
Gets the user id.- Returns:
- the user id
-
getCometdConf
public CometdConfig getCometdConf()
Gets the cometd conf.- Returns:
- the cometd conf
-
getError
public OnlyofficeDocumentEditorPlugin.EditorError getError()
Gets the error.- Returns:
- the error
-
-