Class OnlyofficeDocumentEditorPlugin.EditorSetting
java.lang.Object
org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin.EditorSetting
- Enclosing class:
OnlyofficeDocumentEditorPlugin
The Class EditorSetting.
-
Constructor Summary
ConstructorsConstructorDescriptionEditorSetting(String fileId, String link, String userId, CometdConfig cometdConf, Map<String, String> messages, OnlyofficeDocumentEditorPlugin.EditorError error) Instantiates a new editor setting. -
Method Summary
-
Constructor Details
-
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 Details
-
getFileId
Gets the file id.- Returns:
- the file id
-
getLink
Gets the link.- Returns:
- the link
-
getUserId
Gets the user id.- Returns:
- the user id
-
getCometdConf
Gets the cometd conf.- Returns:
- the cometd conf
-
getMessages
Gets the messages.- Returns:
- the messages
-
getError
Gets the error.- Returns:
- the error
-