- CACHE_NAME - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The Constant CACHE_NAME.
- CACHE_NAME - Static variable in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService
-
Deprecated.
The Constant CACHE_NAME.
- callbackUrl - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The editor.
- callbackUrl(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
-
Callback url.
- callbackUrl(CharSequence, String, String) - Static method in class org.exoplatform.onlyoffice.Config
-
Callback url.
- callbackUrl - Variable in class org.exoplatform.onlyoffice.Config.Editor
-
The callback url.
- canClose(String, String, String) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService
-
Deprecated.
Can close.
- CanCloseOnlyofficeFilter - Class in org.exoplatform.onlyoffice.webui
-
Deprecated.
- CanCloseOnlyofficeFilter() - Constructor for class org.exoplatform.onlyoffice.webui.CanCloseOnlyofficeFilter
-
Deprecated.
Instantiates a new can close onlyoffice filter.
- CanCloseOnlyofficeFilter(String) - Constructor for class org.exoplatform.onlyoffice.webui.CanCloseOnlyofficeFilter
-
Deprecated.
Instantiates a new can close onlyoffice filter.
- CanCloseOnlyofficeFilter(String, UIExtensionFilterType) - Constructor for class org.exoplatform.onlyoffice.webui.CanCloseOnlyofficeFilter
-
Deprecated.
Instantiates a new can close onlyoffice filter.
- canDownloadBy(String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Check does given host can download document content by this service.
- canDownloadBy(String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Check does given host can download document content by this service.
- canOpen(String, String, String) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService
-
Deprecated.
Can open.
- CanOpenOnlyofficeFilter - Class in org.exoplatform.onlyoffice.webui
-
Deprecated.
- CanOpenOnlyofficeFilter() - Constructor for class org.exoplatform.onlyoffice.webui.CanOpenOnlyofficeFilter
-
Deprecated.
Instantiates a new can open onlyoffice filter.
- CanOpenOnlyofficeFilter(boolean) - Constructor for class org.exoplatform.onlyoffice.webui.CanOpenOnlyofficeFilter
-
Deprecated.
Instantiates a new can open onlyoffice filter.
- CanOpenOnlyofficeFilter(String) - Constructor for class org.exoplatform.onlyoffice.webui.CanOpenOnlyofficeFilter
-
Deprecated.
Instantiates a new can open onlyoffice filter.
- CanOpenOnlyofficeFilter(String, UIExtensionFilterType) - Constructor for class org.exoplatform.onlyoffice.webui.CanOpenOnlyofficeFilter
-
Deprecated.
Instantiates a new can open onlyoffice filter.
- canShow(String, String, String) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService
-
Deprecated.
Can show.
- CanShowOnlyofficeFilter - Class in org.exoplatform.onlyoffice.webui
-
Deprecated.
- CanShowOnlyofficeFilter() - Constructor for class org.exoplatform.onlyoffice.webui.CanShowOnlyofficeFilter
-
Deprecated.
Instantiates a new can show onlyoffice filter.
- CanShowOnlyofficeFilter(boolean) - Constructor for class org.exoplatform.onlyoffice.webui.CanShowOnlyofficeFilter
-
Deprecated.
Instantiates a new can show onlyoffice filter.
- CanShowOnlyofficeFilter(String) - Constructor for class org.exoplatform.onlyoffice.webui.CanShowOnlyofficeFilter
-
Deprecated.
Instantiates a new can show onlyoffice filter.
- CanShowOnlyofficeFilter(String, UIExtensionFilterType) - Constructor for class org.exoplatform.onlyoffice.webui.CanShowOnlyofficeFilter
-
Deprecated.
Instantiates a new can show onlyoffice filter.
- ChangeState - Class in org.exoplatform.onlyoffice
-
Editing document state in local storage.
- ChangeState(boolean, String, String[]) - Constructor for class org.exoplatform.onlyoffice.ChangeState
-
Instantiates a new change state.
- checkout(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Checkout.
- cleanName(String) - Method in class org.exoplatform.onlyoffice.jcr.CMSNodeFinder
-
Align given name to current repository conventions by removing or escaping forbidden characters.
- cleanName(String) - Method in class org.exoplatform.onlyoffice.jcr.JCRNodeFinder
-
Align given name to current repository conventions by removing or escaping forbidden characters.
- cleanName(String) - Method in interface org.exoplatform.onlyoffice.jcr.NodeFinder
-
Align given name to current repository conventions by removing or escaping forbidden characters.
- close(RequestContext) - Static method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorContext
-
Deprecated.
- close(String, String, String) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService
-
Deprecated.
Close.
- closed() - Method in class org.exoplatform.onlyoffice.Config
-
Mark this config as closed: the editor closed, if it was last user in the
editor, then its document should be saved in the storage.
- closed(String, String, String) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService
-
Deprecated.
Closed.
- closing() - Method in class org.exoplatform.onlyoffice.Config
-
Mark this config as closing: user already closed this editor but document
not yet saved in the storage.
- CMSNodeFinder - Class in org.exoplatform.onlyoffice.jcr
-
Node finder based on original implementation from ECMS.
Created by The eXo Platform SAS.
- CMSNodeFinder(RepositoryService, LinkManager, SessionProviderService, NodeHierarchyCreator) - Constructor for class org.exoplatform.onlyoffice.jcr.CMSNodeFinder
-
Instantiates a new CMS node finder.
- Config - Class in org.exoplatform.onlyoffice
-
Onlyoffice editor config for its JS API.
- Config() - Constructor for class org.exoplatform.onlyoffice.Config
-
- Config(String, String, String, String, String, String, String, String, Config.Document, Config.Editor) - Constructor for class org.exoplatform.onlyoffice.Config
-
Editor config constructor.
- config - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The config.
- Config.Builder - Class in org.exoplatform.onlyoffice
-
The Class Builder.
- Config.Document - Class in org.exoplatform.onlyoffice
-
The Onlyoffice Document.
- Config.Document.EditPermissions - Class in org.exoplatform.onlyoffice
-
The Class EditPermissions.
- Config.Document.Info - Class in org.exoplatform.onlyoffice
-
The Class Info.
- Config.Document.Permissions - Class in org.exoplatform.onlyoffice
-
The Class Permissions.
- Config.Editor - Class in org.exoplatform.onlyoffice
-
The Onlyoffice Editor.
- Config.Editor.User - Class in org.exoplatform.onlyoffice
-
The Class User.
- CONFIG_DS_ACCESS_ONLY - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The Constant CONFIG_DS_ACCESS_ONLY.
- CONFIG_DS_ALLOWEDHOSTS - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Configuration key for Document Server's allowed hosts in requests from a DS
to eXo side.
- CONFIG_DS_HOST - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The Constant CONFIG_DS_HOST.
- CONFIG_DS_SCHEMA - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The Constant CONFIG_DS_SCHEMA.
- configGet(UriInfo, HttpServletRequest, String, String) - Method in class org.exoplatform.onlyoffice.rest.EditorService
-
Deprecated.
- configPost(UriInfo, HttpServletRequest, String, String) - Method in class org.exoplatform.onlyoffice.rest.EditorService
-
Create configuration for Onlyoffice JS.
- configuredTemplate - Variable in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
-
The configured template.
- configuredViews - Variable in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
-
The configured views.
- ConflictException - Exception in org.exoplatform.onlyoffice
-
Conflict found while creating Onlyoffice editor.
- ConflictException(String) - Constructor for exception org.exoplatform.onlyoffice.ConflictException
-
Instantiates a new conflict exception.
- ConflictException(Throwable) - Constructor for exception org.exoplatform.onlyoffice.ConflictException
-
Instantiates a new conflict exception.
- ConflictException(String, Throwable) - Constructor for exception org.exoplatform.onlyoffice.ConflictException
-
Instantiates a new conflict exception.
- content(UriInfo, HttpServletRequest, String, String) - Method in class org.exoplatform.onlyoffice.rest.EditorService
-
Document content download link.
- created - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The folder.
- created(Calendar) - Method in class org.exoplatform.onlyoffice.Config.Builder
-
Created.
- created - Variable in class org.exoplatform.onlyoffice.Config.Document.Info
-
The created.
- createEditor(String, String, String, String, String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Create an editor configuration for given user and node.
- createEditor(String, String, String, String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Create an editor configuration for given user and node.
- cservice - Variable in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
-
The cservice.
- customizeTab(Node, String, String) - Method in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
-
Customize tab.
- customizeView(Node, String, String, Boolean, String) - Method in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
-
Customize view.
- CustomizeViewPlugin - Class in org.exoplatform.onlyoffice.webui
-
Customize existing view of ECMS Document Explorer.
- CustomizeViewPlugin(RepositoryService, InitParams, ConfigurationManager, NodeHierarchyCreator, DMSConfiguration, TemplateService) - Constructor for class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
-
Instantiates a new customize view plugin.
- FileFilter - Class in org.exoplatform.onlyoffice.webui
-
Created by The eXo Platform SAS.
- FileFilter() - Constructor for class org.exoplatform.onlyoffice.webui.FileFilter
-
Instantiates a new file filter.
- fileType - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The document.
- fileType(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
-
File type.
- fileType - Variable in class org.exoplatform.onlyoffice.Config.Document
-
The file type.
- fileType(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
File type.
- fileTypes - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The file types.
- fileUrl(CharSequence, String, String) - Static method in class org.exoplatform.onlyoffice.Config
-
File url.
- FileViewFilter - Class in org.exoplatform.onlyoffice.webui
-
Allow extension only in file view mode of JCR explorer.
- FileViewFilter() - Constructor for class org.exoplatform.onlyoffice.webui.FileViewFilter
-
Instantiates a new file view filter.
- FileViewFilter(String, UIExtensionFilterType) - Constructor for class org.exoplatform.onlyoffice.webui.FileViewFilter
-
Instantiates a new file view filter.
- FileViewFilter(String) - Constructor for class org.exoplatform.onlyoffice.webui.FileViewFilter
-
Instantiates a new file view filter.
- finder - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The finder.
- findItem(Session, String) - Method in class org.exoplatform.onlyoffice.jcr.CMSNodeFinder
-
Find JCR item by given path, if the path points to a symlink this method return a target node of the
link.
- findItem(Session, String) - Method in class org.exoplatform.onlyoffice.jcr.JCRNodeFinder
-
Find JCR item by given path, if the path points to a symlink this method return a target node of the
link.
- findItem(Session, String) - Method in interface org.exoplatform.onlyoffice.jcr.NodeFinder
-
Find JCR item by given path, if the path points to a symlink this method return a target node of the
link.
- findLinked(Session, String) - Method in class org.exoplatform.onlyoffice.jcr.CMSNodeFinder
-
Find nodes linked to given node.
- findLinked(Session, String) - Method in class org.exoplatform.onlyoffice.jcr.JCRNodeFinder
-
Find nodes linked to given node.
- findLinked(Session, String) - Method in interface org.exoplatform.onlyoffice.jcr.NodeFinder
-
Find nodes linked to given node.
- fireCreated(Config) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Fire created.
- fireError(Config) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Fire error.
- fireGet(Config) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Fire get.
- fireJoined(Config) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Fire joined.
- fireLeaved(Config) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Fire leaved.
- fireSaved(Config) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Fire saved.
- firstname - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The user.
- firstname - Variable in class org.exoplatform.onlyoffice.Config.Editor.User
-
The firstname.
- folder - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The folder.
- folder(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
-
Folder.
- folder - Variable in class org.exoplatform.onlyoffice.Config.Document.Info
-
The folder.
- forUser(String, String, String, String) - Method in class org.exoplatform.onlyoffice.Config.Document
-
For user.
- forUser(String, String, String, String, String) - Method in class org.exoplatform.onlyoffice.Config.Editor
-
For user.
- forUser(String, String, String, String) - Method in class org.exoplatform.onlyoffice.Config
-
Create a copy of this editor but for another given user.
- generateId(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Generate id.
- generateUrls(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
-
Generate file and callback URLs using given Platform base URL.
- getActiveUsers(ConcurrentMap<String, Config>) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets the current users.
- getAuthor() - Method in class org.exoplatform.onlyoffice.Config.Document.Info
-
Gets the author.
- getCallbackUrl() - Method in class org.exoplatform.onlyoffice.Config.Editor
-
Gets the callback url.
- getClientHost(HttpServletRequest) - Method in class org.exoplatform.onlyoffice.rest.EditorService
-
Gets the client host.
- getClientIpAddr(HttpServletRequest) - Method in class org.exoplatform.onlyoffice.rest.EditorService
-
Gets the client ip addr.
- getConfiguredTemplates() - Method in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
- getConfiguredViews() - Method in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
- getContent(String, String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Get file content.
- getContent(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Get file content.
- getContextNode() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the context node.
- getCreated() - Method in class org.exoplatform.onlyoffice.Config.Document.Info
-
Gets the created.
- getData() - Method in class org.exoplatform.onlyoffice.DocumentContent
-
Actual document content.
- getDocId() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the document ID in storage.
- getDocument() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the document.
- getDocument(String, String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Gets the document node by its ID and optionally a repository workspace.
- getDocument(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets the document node by its ID and optionally a repository workspace.
- getDocumentserverJsUrl() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the documentserver js url.
- getDocumentserverUrl() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the documentserver url.
- getDocumentType() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the document type.
- getEditor(String, String, String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Return existing editor configuration for given user and node.
- getEditor(String, String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Return existing editor configuration for given user and node.
- getEditor(String, String, boolean) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets the editor.
- getEditorByKey(String, String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Return existing editor for given temporal key.
- getEditorByKey(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Return existing editor for given temporal key.
- getEditorConfig() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the editor config.
- getEditorLink(String, String, String, String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Gets the editor page URL for opening at Platform server.
- getEditorLink(String, String, String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets the editor page URL for opening at Platform server.
- getEditorUrl() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the editor url.
- getError() - Method in class org.exoplatform.onlyoffice.ChangeState
-
Gets the error.
- getError() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the error.
- getExplorerUrl() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the explorer url.
- getFileType() - Method in class org.exoplatform.onlyoffice.Config.Document
-
Gets the file type.
- getFilters() - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeCloseManageComponent
-
Deprecated.
Gets the filters.
- getFilters() - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditor
-
Deprecated.
Gets the filters.
- getFilters() - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeOpenManageComponent
-
Gets the filters.
- getFirstname() - Method in class org.exoplatform.onlyoffice.Config.Editor.User
-
Gets the firstname.
- getFolder() - Method in class org.exoplatform.onlyoffice.Config.Document.Info
-
Gets the folder.
- getId() - Method in class org.exoplatform.onlyoffice.Config.Editor.User
-
Gets the id.
- getId() - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditor
-
Deprecated.
- getInfo() - Method in class org.exoplatform.onlyoffice.Config.Document
-
Gets the info.
- getItem(Session, String, boolean) - Method in class org.exoplatform.onlyoffice.jcr.JCRNodeFinder
-
Return JCR item by given path.
- getItem(Session, String, boolean) - Method in interface org.exoplatform.onlyoffice.jcr.NodeFinder
-
Return JCR item by given path.
- getKey() - Method in class org.exoplatform.onlyoffice.Config.Document
-
Gets the key.
- getKey() - Method in class org.exoplatform.onlyoffice.DocumentStatus
-
Gets the key.
- getLang() - Method in class org.exoplatform.onlyoffice.Config.Editor
-
Gets the language of user editor.
- getLastname() - Method in class org.exoplatform.onlyoffice.Config.Editor.User
-
Gets the lastname.
- getLockToken() - Method in class org.exoplatform.onlyoffice.Config.Editor.User
-
Deprecated.
- getMode() - Method in class org.exoplatform.onlyoffice.Config.Editor
-
Gets the mode.
- getPath() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the path in storage.
- getPermissions() - Method in class org.exoplatform.onlyoffice.Config.Document
-
Gets the permissions.
- getState(String, String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Local state of editing document.
- getState(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Local state of editing document.
- getStatus() - Method in class org.exoplatform.onlyoffice.DocumentStatus
-
Gets the status.
- getTitle() - Method in class org.exoplatform.onlyoffice.Config.Document
-
Gets the title.
- getType() - Method in class org.exoplatform.onlyoffice.DocumentContent
-
Document MIME type.
- getType() - Method in class org.exoplatform.onlyoffice.webui.CanCloseOnlyofficeFilter
-
Deprecated.
- getType() - Method in class org.exoplatform.onlyoffice.webui.CanOpenOnlyofficeFilter
-
Deprecated.
- getType() - Method in class org.exoplatform.onlyoffice.webui.CanShowOnlyofficeFilter
-
Deprecated.
- getUIAbstractManagerClass() - Method in class org.exoplatform.onlyoffice.webui.AbstractOnlyofficeManageComponent
- getUrl() - Method in class org.exoplatform.onlyoffice.Config.Document
-
Gets the url.
- getUrl() - Method in class org.exoplatform.onlyoffice.DocumentStatus
-
Gets the url.
- getUser() - Method in class org.exoplatform.onlyoffice.Config.Editor
-
Gets the user.
- getUser(String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets the user.
- getUserLang(String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets the user lang.
- getUsername() - Method in class org.exoplatform.onlyoffice.Config.Editor.User
-
Gets the username.
- getUserNode(String) - Method in class org.exoplatform.onlyoffice.jcr.CMSNodeFinder
-
Return user home node of given user.
- getUserNode(String) - Method in class org.exoplatform.onlyoffice.jcr.JCRNodeFinder
-
Return user home node of given user.
- getUserNode(String) - Method in interface org.exoplatform.onlyoffice.jcr.NodeFinder
-
Return user home node of given user.
- getUsers() - Method in class org.exoplatform.onlyoffice.ChangeState
-
Gets the users.
- getUsers() - Method in class org.exoplatform.onlyoffice.DocumentStatus
-
Gets the users.
- getWorkspace() - Method in class org.exoplatform.onlyoffice.Config
-
Gets a workspace of the storage.
- OnCloseActionListener() - Constructor for class org.exoplatform.onlyoffice.webui.OnlyofficeEditor.OnCloseActionListener
-
Deprecated.
- onCreate(Config) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
-
New editor just created.
- onCreate(Config) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService.EditorListener
-
Deprecated.
New editor just created.
- onDeny(Map<String, Object>) - Method in class org.exoplatform.onlyoffice.webui.AbstractOnlyofficeFilter
- onError(Config) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
-
Error saving document in editor.
- onError(Config) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService.EditorListener
-
Deprecated.
Error saving document in editor.
- OnErrorActionListener() - Constructor for class org.exoplatform.onlyoffice.webui.OnlyofficeEditor.OnErrorActionListener
-
Deprecated.
- onGet(Config) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
-
Existing editor obtained by user.
- onGet(Config) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService.EditorListener
-
Deprecated.
Existing editor obtained by user.
- onJoined(Config) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
-
User joined co-editing document (it's second or more user).
- onJoined(Config) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService.EditorListener
-
Deprecated.
User joined co-editing document (it's second or more user).
- onLeaved(Config) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
-
User leaved co-editing document (it's at least second user gone).
- onLeaved(Config) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService.EditorListener
-
Deprecated.
User leaved co-editing document (it's at least second user gone).
- OnlyofficeCloseActionListener() - Constructor for class org.exoplatform.onlyoffice.webui.OnlyofficeCloseManageComponent.OnlyofficeCloseActionListener
-
Deprecated.
- OnlyofficeCloseManageComponent - Class in org.exoplatform.onlyoffice.webui
-
Deprecated.
- OnlyofficeCloseManageComponent() - Constructor for class org.exoplatform.onlyoffice.webui.OnlyofficeCloseManageComponent
-
Deprecated.
- OnlyofficeCloseManageComponent.OnlyofficeCloseActionListener - Class in org.exoplatform.onlyoffice.webui
-
Deprecated.
The listener interface for receiving onlyofficeCloseAction events.
- OnlyofficeEditor - Class in org.exoplatform.onlyoffice.webui
-
Deprecated.
- OnlyofficeEditor() - Constructor for class org.exoplatform.onlyoffice.webui.OnlyofficeEditor
-
Deprecated.
Instantiates a new onlyoffice editor.
- OnlyofficeEditor.OnCloseActionListener - Class in org.exoplatform.onlyoffice.webui
-
Deprecated.
Used in UI, by Javascript client after actual download of the edited
content.
- OnlyofficeEditor.OnErrorActionListener - Class in org.exoplatform.onlyoffice.webui
-
Deprecated.
Used in UI, by Javascript client on creation and download errors.
- OnlyofficeEditorContext - Class in org.exoplatform.onlyoffice.webui
-
Initialize Onlyoffice support in portal request.
Created by The eXo Platform SAS.
- OnlyofficeEditorException - Exception in org.exoplatform.onlyoffice
-
Created by The eXo Platform SAS.
- OnlyofficeEditorException(String) - Constructor for exception org.exoplatform.onlyoffice.OnlyofficeEditorException
-
Instantiates a new onlyoffice editor exception.
- OnlyofficeEditorException(Throwable) - Constructor for exception org.exoplatform.onlyoffice.OnlyofficeEditorException
-
Instantiates a new onlyoffice editor exception.
- OnlyofficeEditorException(String, Throwable) - Constructor for exception org.exoplatform.onlyoffice.OnlyofficeEditorException
-
Instantiates a new onlyoffice editor exception.
- OnlyofficeEditorListener - Interface in org.exoplatform.onlyoffice
-
Created by The eXo Platform SAS.
- OnlyofficeEditorService - Interface in org.exoplatform.onlyoffice
-
Created by The eXo Platform SAS.
- OnlyofficeEditorServiceImpl - Class in org.exoplatform.onlyoffice
-
- OnlyofficeEditorServiceImpl(RepositoryService, SessionProviderService, IdentityRegistry, NodeFinder, OrganizationService, Authenticator, CacheService, DocumentService, LockService, InitParams) - Constructor for class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Cloud Drive service with storage in JCR and with managed features.
- OnlyofficeEditorUIService - Class in org.exoplatform.onlyoffice.webui
-
Deprecated.
- OnlyofficeEditorUIService(OnlyofficeEditorService, CacheService) - Constructor for class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService
-
Deprecated.
Instantiates a new onlyoffice editor UI service.
- OnlyofficeEditorUIService.EditorListener - Class in org.exoplatform.onlyoffice.webui
-
Deprecated.
The listener interface for receiving editor events.
- OnlyofficeOpenActionListener() - Constructor for class org.exoplatform.onlyoffice.webui.OnlyofficeOpenManageComponent.OnlyofficeOpenActionListener
-
- OnlyofficeOpenManageComponent - Class in org.exoplatform.onlyoffice.webui
-
Open Onlyoffice editor in file view.
- OnlyofficeOpenManageComponent() - Constructor for class org.exoplatform.onlyoffice.webui.OnlyofficeOpenManageComponent
-
- OnlyofficeOpenManageComponent.OnlyofficeOpenActionListener - Class in org.exoplatform.onlyoffice.webui
-
The listener interface for receiving onlyofficeOpenAction events.
- onSaved(Config) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
-
Document was saved and editor released.
- onSaved(Config) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService.EditorListener
-
Deprecated.
Document was saved and editor released.
- open() - Method in class org.exoplatform.onlyoffice.Config
-
Mark this config as open: user opened this editor.
- open(RequestContext) - Static method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorContext
-
Deprecated.
- open(String, String, String) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService
-
Deprecated.
Open.
- opened(String, String, String) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorUIService
-
Deprecated.
Opened.
- org.exoplatform.onlyoffice - package org.exoplatform.onlyoffice
-
- org.exoplatform.onlyoffice.jcr - package org.exoplatform.onlyoffice.jcr
-
- org.exoplatform.onlyoffice.rest - package org.exoplatform.onlyoffice.rest
-
- org.exoplatform.onlyoffice.webui - package org.exoplatform.onlyoffice.webui
-
- organization - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The organization.