Uses of Class
org.exoplatform.onlyoffice.OnlyofficeEditorException
Packages that use OnlyofficeEditorException
-
Uses of OnlyofficeEditorException in org.exoplatform.onlyoffice
Subclasses of OnlyofficeEditorException in org.exoplatform.onlyofficeModifier and TypeClassDescriptionclassCreated by The eXo Platform SAS.classConflict found while creating Onlyoffice editor.classCreated by The eXo Platform SAS.classThe Class EditorLinkNotFoundException.Methods in org.exoplatform.onlyoffice that throw OnlyofficeEditorExceptionModifier and TypeMethodDescriptionOnlyofficeEditorService.createEditor(String userSchema, String userHost, int userPost, String userId, String workspace, String docId, String mode) Create an editor configuration for given user and node.OnlyofficeEditorServiceImpl.createEditor(String schema, String host, int port, String userId, String workspace, String docId, String mode) Create an editor configuration for given user and node.protected voidOnlyofficeEditorServiceImpl.createVersionOfDraft(javax.jcr.Node node) Creates a version of draft.OnlyofficeEditorService.createViewer(String userSchema, String userHost, int userPost, String userId, String workspace, String docId) Creates the viewer.OnlyofficeEditorServiceImpl.createViewer(String schema, String host, int port, String userId, String workspace, String docId) Creates the viewer.protected voidOnlyofficeEditorServiceImpl.download(DocumentStatus status) Downloads document's content to the JCR node.OnlyofficeEditorService.getContent(String userId, String fileKey) Get file content.OnlyofficeEditorServiceImpl.getContent(String userId, String key) Get file content.Return existing editor configuration for given user and node.protected ConfigGets the editor.Return existing editor configuration for given user and node.OnlyofficeEditorService.getEditorByKey(String userId, String key) Return existing editor for given temporal key.OnlyofficeEditorServiceImpl.getEditorByKey(String userId, String key) Return existing editor for given temporal key.protected StringOnlyofficeEditorServiceImpl.getLastModifier(javax.jcr.Node node) Gets last modifier display name from node.Local state of editing document.Local state of editing document.org.exoplatform.services.organization.UserGets the user.org.exoplatform.services.organization.UserGets the user.OnlyofficeEditorService.initDocument(String workspace, String path) Inits the document and returns an ID for use within editors.OnlyofficeEditorServiceImpl.initDocument(String workspace, String path) Inits the document and returns an ID for use within editors.protected org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl.LockStateLock the node by current user.protected voidOnlyofficeEditorServiceImpl.unlock(javax.jcr.Node node, org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl.LockState lock) Unlock given node.voidOnlyofficeEditorService.updateDocument(DocumentStatus status) Update a configuration associated with given DocumentStatus instance.voidOnlyofficeEditorServiceImpl.updateDocument(DocumentStatus status) Update a configuration associated with given DocumentStatus instance.protected voidOnlyofficeEditorServiceImpl.validateUser(String userId, Config config) Validate user. -
Uses of OnlyofficeEditorException in org.exoplatform.onlyoffice.cometd
Methods in org.exoplatform.onlyoffice.cometd that throw OnlyofficeEditorExceptionModifier and TypeMethodDescriptionvoidCometdOnlyofficeService.CometdService.subscribeDocuments(org.cometd.bayeux.Message message, String docId) Subscribe document events.