- CACHE_NAME - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
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.
- callModule(String) - Static method in class org.exoplatform.onlyoffice.webui.OnlyofficeClientContext
-
Adds the script to be called on onlyoffice module.
- 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.
- canEditDocument(Node) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Checks if the node isn't locked and can be edited by the current user.
- canEditDocument(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Checks if the node isn't locked and can be edited by the current user.
- 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.
- CHANNEL_NAME - Static variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
The channel name.
- channelsAsString(Set<ServerChannel>) - Method in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
Channels as string.
- 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.
- CLIENT_RESOURCE_PREFIX - Static variable in class org.exoplatform.onlyoffice.webui.OnlyofficeClientContext
-
- 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.
- 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.
- CometdInfo - Class in org.exoplatform.onlyoffice.cometd
-
The CometdInfo class is used to pass necessary cometd information to a client.
- CometdInfo(String, String, String, String, String) - Constructor for class org.exoplatform.onlyoffice.cometd.CometdInfo
-
Instantiates a CometdInfo object.
- CometdInfo() - Constructor for class org.exoplatform.onlyoffice.cometd.CometdInfo
-
Instantiates a CometdInfo object.
- CometdOnlyofficeService - Class in org.exoplatform.onlyoffice.cometd
-
The CometdOnlyofficeService.
- CometdOnlyofficeService(EXoContinuationBayeux, OnlyofficeEditorService) - Constructor for class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
Instantiates the CometdOnlyofficeService.
- CometdOnlyofficeService.CometdService - Class in org.exoplatform.onlyoffice.cometd
-
The CometService is responsible for sending messages to Cometd channels
when a document is saved.
- CometdService() - Constructor for class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService.CometdService
-
- 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.DocumentStatus
-
The config.
- 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.
- 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.
- getCometdPath() - Method in class org.exoplatform.onlyoffice.cometd.CometdInfo
-
Gets the cometdPath.
- getCometdServerPath() - Method in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
Gets the cometd server path.
- getConfig() - Method in class org.exoplatform.onlyoffice.DocumentStatus
-
Gets the config.
- getConfiguredTemplates() - Method in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
- getConfiguredViews() - Method in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
- getContainer() - Method in class org.exoplatform.onlyoffice.cometd.CometdInfo
-
Gets the container.
- 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.cometd.CometdInfo
-
Gets the docId.
- 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(Node) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Gets the editor page URL for opening at Platform server relatively to the
current PortalRequest.
- getEditorLink(String, String, String, String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Gets the editor page URL for opening at Platform server.
- getEditorLink(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets the editor page URL for opening at Platform server relatively to the
current PortalRequest.
- 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.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.
- 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.
- getLastUser() - Method in class org.exoplatform.onlyoffice.DocumentStatus
-
Gets the last user (editor).
- getLockToken() - Method in class org.exoplatform.onlyoffice.Config.Editor.User
-
Deprecated.
- getMimeTypes() - Method in class org.exoplatform.onlyoffice.DocumentTypePlugin
-
Gets the mimeTypes.
- getMimeTypes() - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl.DocumentTypesConfig
-
Gets the mime types.
- 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.
- getUIAbstractManagerClass() - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeOpenManageComponent
- 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.cometd.CometdInfo
-
Gets the user.
- 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.
- getUserToken() - Method in class org.exoplatform.onlyoffice.cometd.CometdInfo
-
Gets the userToken.
- getUserToken(String) - Method in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
Gets the user token.
- getWorkspace() - Method in class org.exoplatform.onlyoffice.Config
-
Gets a workspace of the storage.