- 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.OnlyofficeContext
-
Adds the script to be called on onlyoffice module.
- canAddLifecycle(List<ApplicationLifecycle>, Class<C>) - Method in class org.exoplatform.onlyoffice.webui.AbstractOnlyofficeWebFilter
-
Consult if we can add a new lifecycle of given class to the list.
- 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.
- canRenameDocument(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Checks if current user can rename the document.
- 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.
- CHANNEL_NAME_PARAMS - 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.documents.OnlyofficeDocumentEditorPlugin
-
The Constant CLIENT_RESOURCE_PREFIX.
- CLIENT_RESOURCE_PREFIX - Static variable in class org.exoplatform.onlyoffice.webui.OnlyofficeContext
-
The Constant CLIENT_RESOURCE_PREFIX.
- 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.
- coEdited(Boolean) - Method in class org.exoplatform.onlyoffice.DocumentStatus.Builder
-
Co edited.
- coEdited - Variable in class org.exoplatform.onlyoffice.DocumentStatus
-
The coedited.
- coEdited - Variable in class org.exoplatform.onlyoffice.Userdata
-
The co edited.
- CometdConfig - Class in org.exoplatform.onlyoffice.cometd
-
The CometdInfo class is used to pass necessary cometd information to a
client.
- CometdConfig(String, String, String) - Constructor for class org.exoplatform.onlyoffice.cometd.CometdConfig
-
Instantiates CometdConfig.
- CometdOnlyofficeService - Class in org.exoplatform.onlyoffice.cometd
-
The CometdOnlyofficeService.
- CometdOnlyofficeService(EXoContinuationBayeux, OnlyofficeEditorService, RepositoryService) - 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
-
- cometdService - Variable in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
The cometd service.
- commandServiceUrl - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The document command service url.
- comment - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The comment.
- comment(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
-
Comment.
- comment(String) - Method in class org.exoplatform.onlyoffice.DocumentStatus.Builder
-
Sets the comment.
- comment - Variable in class org.exoplatform.onlyoffice.DocumentStatus
-
The comment (used for saving a version of a document with comment on FileActivity)
- comment - Variable in class org.exoplatform.onlyoffice.EditorPage
-
The comment.
- comment - Variable in class org.exoplatform.onlyoffice.Userdata
-
The comment.
- 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, URI, String, String, String, String, EditorPage, Boolean, String, Config.Document, Config.Editor) - Constructor for class org.exoplatform.onlyoffice.Config
-
Editor config constructor.
- config(Config) - Method in class org.exoplatform.onlyoffice.DocumentStatus.Builder
-
Config.
- 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.
- CONFIG_DS_SECRET - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The Constant CONFIG_DS_SECRET.
- configPost(UriInfo, HttpServletRequest, String, String) - Method in class org.exoplatform.onlyoffice.rest.EditorService
-
Create configuration for Onlyoffice JS.
- 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.
- createDocument(Node, String, NewDocumentTemplate) - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeNewDocumentTemplatePlugin
-
Creates the document.
- createEditor(String, String, int, String, String, String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Create an editor configuration for given user and node.
- createEditor(String, String, int, String, String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Create an editor configuration for given user and node.
- createThreadExecutor(String, int, int) - Method in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
Create a new thread executor service.
- createVersionOfDraft(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Creates a version of draft.
- createViewer(String, String, int, String, String, String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Creates the viewer.
- createViewer(String, String, int, String, String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Creates the viewer.
- data(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Data.
- DATETIME_FORMAT - Static variable in class org.exoplatform.onlyoffice.Config
-
The Constant DATETIME_FORMAT.
- DEFAULT_NAME - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The Constant DEFAULT_NAME.
- displayPath - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The display path.
- displayPath(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
-
Display path.
- displayPath - Variable in class org.exoplatform.onlyoffice.EditorPage
-
The display path.
- docId - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The document ID in storage.
- Document(String, String, String, String, Config.Document.Info, Config.Document.Permissions) - Constructor for class org.exoplatform.onlyoffice.Config.Document
-
Instantiates a new document.
- DOCUMENT_CHANGED_EVENT - Static variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
The document changed event.
- DOCUMENT_CONTENT_UPDATED_EVENT - Static variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
The Constant DOCUMENT_CONTENT_UPDATED_EVENT.
- DOCUMENT_DELETED_EVENT - Static variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
The document deleted event.
- DOCUMENT_LINK_EVENT - Static variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
The document link event.
- DOCUMENT_PATH_ATTRIBUTE - Static variable in class org.exoplatform.onlyoffice.webui.OnlyofficeContext
-
The Constant DOCUMENT_PATH_ATTRIBUTE.
- DOCUMENT_SAVED_EVENT - Static variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
The document saved event.
- DOCUMENT_TITLE_UPDATED - Static variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
The document title updated event.
- DOCUMENT_USERSAVED - Static variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
The document usersave event.
- DOCUMENT_VERSION_EVENT - Static variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
The document version event.
- DOCUMENT_WORKSPACE_ATTRIBUTE - Static variable in class org.exoplatform.onlyoffice.webui.OnlyofficeContext
-
The Constant DOCUMENT_WORKSPACE_ATTRIBUTE.
- DocumentContent - Class in org.exoplatform.onlyoffice
-
Created by The eXo Platform SAS.
- DocumentContent() - Constructor for class org.exoplatform.onlyoffice.DocumentContent
-
Constructor for inheritance.
- DocumentNotFoundException - Exception in org.exoplatform.onlyoffice
-
Created by The eXo Platform SAS.
- DocumentNotFoundException(String) - Constructor for exception org.exoplatform.onlyoffice.DocumentNotFoundException
-
Instantiates a new document not found exception.
- DocumentNotFoundException(Throwable) - Constructor for exception org.exoplatform.onlyoffice.DocumentNotFoundException
-
Instantiates a new document not found exception.
- DocumentNotFoundException(String, Throwable) - Constructor for exception org.exoplatform.onlyoffice.DocumentNotFoundException
-
Instantiates a new document not found exception.
- documentserverAccessOnly - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The documentserver access only.
- documentserverAllowedhosts - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The documentserver allowed hosts (can be empty if not configured).
- documentserverHostName - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The documentserver host name.
- documentserverSecret - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The document server secret key.
- documentserverSecret - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The document server secret.
- documentserverUrl - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The documentserver url.
- documentserverUrl - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The documentserver url.
- documentService - Variable in class org.exoplatform.onlyoffice.documents.OnlyofficeNewDocumentTemplatePlugin
-
The document service.
- documentService - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The document service.
- DocumentStatus - Class in org.exoplatform.onlyoffice
-
- DocumentStatus() - Constructor for class org.exoplatform.onlyoffice.DocumentStatus
-
- DocumentStatus.Builder - Class in org.exoplatform.onlyoffice
-
The Class Builder.
- documentType - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The document type.
- documentType(String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Document type.
- DocumentTypePlugin - Class in org.exoplatform.onlyoffice
-
The DocumentTypePlugin.
- DocumentTypePlugin(InitParams) - Constructor for class org.exoplatform.onlyoffice.DocumentTypePlugin
-
Initializes a DocumentTypePlugin.
- documentTypePlugin - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The document type plugin.
- DocumentTypesConfig() - Constructor for class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl.DocumentTypesConfig
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorFilter
- download - Variable in class org.exoplatform.onlyoffice.Config.Document.Permissions
-
The download.
- download(DocumentStatus) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Downloads document's content to the JCR node.
- download - Variable in class org.exoplatform.onlyoffice.Userdata
-
The download.
- downloadClosed(DocumentStatus) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Downloads document's content to the JCR node when the editor is closed.
- downloadLink - Variable in class org.exoplatform.onlyoffice.Config.Editor.User
-
The download link.
- downloadUrl - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The download url for viewer mode.
- downloadUrl(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
-
Download url.
- downloadVersion(String, String, boolean, boolean, String, String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Builds status object based on params.
- downloadVersion(String, String, boolean, boolean, String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Builds status object based on params.
- downloadVersion(DocumentStatus) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Downloads document's content to the JCR node creating a new version.
- drive - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The drive.
- drive(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
-
Drive.
- drive - Variable in class org.exoplatform.onlyoffice.EditorPage
-
The drive.
- DRIVES - Static variable in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
The Constant DRIVES.
- edit - Variable in class org.exoplatform.onlyoffice.Config.Document.Permissions
-
The edit.
- EDIT_MODE - Static variable in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
The edit mode.
- EDITING_FINISHED_DELAY - Static variable in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
The Constant EDITING_FINISHED_DELAY.
- editor(String, String, String, String, String) - Static method in class org.exoplatform.onlyoffice.Config
-
Editor.
- Editor(String, String, String, Config.Editor.User) - Constructor for class org.exoplatform.onlyoffice.Config.Editor
-
Instantiates a new editor.
- EDITOR_CLOSED_EVENT - Static variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
The editor closed event.
- EDITOR_CLOSED_EVENT - Static variable in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
The editor closed event.
- EDITOR_ERROR_EVENT - Static variable in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
The editor error event.
- EDITOR_LINK_NOT_FOUND_ERROR - Static variable in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
The Constant EDITOR_LINK_NOT_FOUND_ERROR.
- EDITOR_LINK_NOT_FOUND_ERROR_MESSAGE - Static variable in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
The Constant EDITOR_LINK_NOT_FOUND_ERROR_MESSAGE.
- EDITOR_OPENED_EVENT - Static variable in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
The editor opened event.
- EDITOR_SAVED_EVENT - Static variable in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
The editor saved event.
- EDITOR_STATES_ATTR_NAME - Static variable in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorLifecycle
-
The Constant EDITOR_STATES_ATTR_NAME.
- EDITOR_VERSION_EVENT - Static variable in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
The editor version event.
- editorCache - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Cache of Editing documents.
- EditorError(String, String) - Constructor for class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin.EditorError
-
Instantiates a new editor error.
- EditorLinkNotFoundException - Exception in org.exoplatform.onlyoffice
-
The Class EditorLinkNotFoundException.
- EditorLinkNotFoundException(String) - Constructor for exception org.exoplatform.onlyoffice.EditorLinkNotFoundException
-
Instantiates a new editor link not found exception.
- EditorLinkNotFoundException(Throwable) - Constructor for exception org.exoplatform.onlyoffice.EditorLinkNotFoundException
-
Instantiates a new editor link not found exception.
- EditorLinkNotFoundException(String, Throwable) - Constructor for exception org.exoplatform.onlyoffice.EditorLinkNotFoundException
-
Instantiates a new editor link not found exception.
- editorLinks - Variable in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
The editor links.
- EditorPage - Class in org.exoplatform.onlyoffice
-
The Class EditorPage.
- EditorPage(String, Boolean, String, String, String, String) - Constructor for class org.exoplatform.onlyoffice.EditorPage
-
Instantiates a new editor page.
- EditorPage() - Constructor for class org.exoplatform.onlyoffice.EditorPage
-
Instantiates a new editor page.
- editors - Variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
The Onlyoffice editor service.
- editors - Variable in class org.exoplatform.onlyoffice.rest.EditorService
-
The editors.
- editorService - Variable in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
The editor service.
- EditorService - Class in org.exoplatform.onlyoffice.rest
-
REST service implementing Onlyoffice config storage service.
- EditorService(OnlyofficeEditorService) - Constructor for class org.exoplatform.onlyoffice.rest.EditorService
-
- EditorSetting(String, String, String, CometdConfig, Map<String, String>, OnlyofficeDocumentEditorPlugin.EditorError) - Constructor for class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin.EditorSetting
-
Instantiates a new editor setting.
- editorUrl - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The editor page at platform URL.
- editorUrl(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
-
Editor page URL.
- editorURLPath(String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Editor URL path.
- EditPermissions() - Constructor for class org.exoplatform.onlyoffice.Config.Document.EditPermissions
-
Instantiates a new edits the permissions.
- EMPTY - Static variable in class org.exoplatform.onlyoffice.Config
-
The Constant EMPTY.
- EMPTY_PERMISSIONS - Static variable in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorLifecycle
-
The Constant EMPTY_PERMISSIONS.
- EMPTY_TEXT - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The Constant EMPTY_TEXT.
- equals(Object) - Method in class org.exoplatform.onlyoffice.Config
- error - Variable in class org.exoplatform.onlyoffice.ChangeState
-
The error.
- error(long) - Method in class org.exoplatform.onlyoffice.DocumentStatus.Builder
-
Error.
- error - Variable in class org.exoplatform.onlyoffice.DocumentStatus
-
The error.
- EVENT_DELAY - Static variable in class org.exoplatform.onlyoffice.OnlyOfficeDocumentUpdateActivityHandler
-
The Constant EVENT_DELAY in min.
- eventsHandlers - Variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
The call handlers.
- exoBayeux - Variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
The exo bayeux.
- explorerLink(String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
ECMS explorer page relative URL (within the Platform).
- explorerUri - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The ECMS explorer page URL.
- explorerUri(URI) - Method in class org.exoplatform.onlyoffice.Config.Builder
-
URI of ECMS explorer page with a document.
- explorerUri(String, String, int, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Explorer uri.
- explorerUrl(String, String, int, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Deprecated.
- 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.Version
-
- 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.
- getClosedTime() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the closedTime.
- getCoEdited() - Method in class org.exoplatform.onlyoffice.Userdata
-
Gets the co edited.
- getCometdConf() - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin.EditorSetting
-
Gets the cometd conf.
- getCometdServerPath() - Method in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
Gets the cometd server path.
- getComment() - Method in class org.exoplatform.onlyoffice.DocumentStatus
-
Gets the comment.
- getComment() - Method in class org.exoplatform.onlyoffice.EditorPage
-
Gets the comment.
- getComment() - Method in class org.exoplatform.onlyoffice.Userdata
-
Gets the comment.
- getConfig() - Method in class org.exoplatform.onlyoffice.DocumentStatus
-
Gets the config.
- getContainerName() - Method in class org.exoplatform.onlyoffice.cometd.CometdConfig
-
Gets the container name.
- 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.
- getCreatedTime() - Method in class org.exoplatform.onlyoffice.Version
-
- getData() - Method in class org.exoplatform.onlyoffice.DocumentContent
-
Actual document content.
- getDisplayName(String) - Method in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
Gets user's display name.
- getDisplayName() - Method in class org.exoplatform.onlyoffice.Version
-
- getDisplayPath() - Method in class org.exoplatform.onlyoffice.EditorPage
-
Gets the display path.
- getDisplayPath(Node, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets display path.
- 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 path and optionally a repository workspace.
- getDocument(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets the document node by its path and optionally a repository workspace.
- getDocumentById(String, String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Gets the document node by its id and optionally a repository workspace.
- getDocumentById(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets the document node by its id and optionally a repository workspace.
- getDocumentId(Node) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Gets the document ID for given node.
- getDocumentId(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets the document ID for given node.
- getDocumentserverAllowedHosts(String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets allowed hosts.
- getDocumentserverHost(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets documentserver host name.
- 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.
- getDocumentUpdateHandler() - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
Gets the document update handler.
- getDownloadLink() - Method in class org.exoplatform.onlyoffice.Config.Editor.User
-
Gets the downloadLink.
- getDownloadUrl() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the download url.
- getDrive() - Method in class org.exoplatform.onlyoffice.EditorPage
-
Gets the drive.
- getDrive(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets drive.
- getEditingFinishedDelay() - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
- 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.
- getEditorClass() - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeNewDocumentTemplatePlugin
-
- getEditorConfig() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the editor config.
- getEditorLink(Node, String, String, int) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Gets the editor page URL for opening at Platform server.
- getEditorLink(Node, String, String, int) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets the editor page URL for opening at Platform server.
- getEditorPage() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the editor page.
- getEditorUrl() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the editor absolute URL.
- getError() - Method in class org.exoplatform.onlyoffice.ChangeState
-
Gets the error.
- getError() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the error.
- getError() - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin.EditorSetting
-
Gets the error.
- getError() - Method in class org.exoplatform.onlyoffice.DocumentStatus
-
Gets the error.
- getExplorerUri() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the explorer page URI.
- getExplorerUrl() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the explorer absolute URL.
- getFileId() - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin.EditorSetting
-
Gets the file id.
- getFileType() - Method in class org.exoplatform.onlyoffice.Config.Document
-
Gets the file type.
- getFileViewerConfig(String, String) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeFileViewer
-
Gets the file viewer config.
- getFolder() - Method in class org.exoplatform.onlyoffice.Config.Document.Info
-
Gets the folder.
- getFullName() - Method in class org.exoplatform.onlyoffice.Version
-
- 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.
- getLastModified() - Method in class org.exoplatform.onlyoffice.Config.Editor.User
-
Gets the lastModified.
- getLastModified() - Method in class org.exoplatform.onlyoffice.EditorPage
-
Gets the last modified.
- getLastModified(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets lastmodified from node.
- getLastModifier() - Method in class org.exoplatform.onlyoffice.EditorPage
-
Gets the last modifier.
- getLastModifier(String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Gets the last modifier userId.
- getLastModifier(String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets the last modifier userId.
- getLastModifier(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets last modifier display name from node.
- getLastSaved() - Method in class org.exoplatform.onlyoffice.Config.Editor.User
-
Gets the last saved.
- getLastUser() - Method in class org.exoplatform.onlyoffice.DocumentStatus
-
Gets the last user (editor).
- getLifecycle(List<ApplicationLifecycle>, Class<C>) - Method in class org.exoplatform.onlyoffice.webui.AbstractOnlyofficeWebFilter
-
Returns a lifecycle instance of given class from the list.
- getLink() - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin.EditorSetting
-
Gets the link.
- getLinkSaved() - Method in class org.exoplatform.onlyoffice.Config.Editor.User
-
Gets the linkSaved.
- getMessage() - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin.EditorError
-
Gets the message.
- getMessages() - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin.EditorSetting
-
Gets the messages.
- getMimeType(Node) - Static method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Get the MimeType
- 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.
- getName() - Method in class org.exoplatform.onlyoffice.Config.Editor.User
-
Gets the name.
- getName() - Method in class org.exoplatform.onlyoffice.Version
-
- getOpenedTime() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the openedTime.
- getOwner() - Method in class org.exoplatform.onlyoffice.Config.Document.Info
-
Gets the owner.
- getPath() - Method in class org.exoplatform.onlyoffice.cometd.CometdConfig
-
Gets the path.
- 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.
- getPreviousModified() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the previous modified.
- getProviderName() - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
Gets the provider name.
- getRenameAllowed() - Method in class org.exoplatform.onlyoffice.EditorPage
-
Gets the rename allowed.
- getSameModifier() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the same modifier.
- getServletRequest(WebuiRequestContext) - Method in class org.exoplatform.onlyoffice.webui.AbstractOnlyofficeLifecycle
-
Gets the servlet request associated with given context.
- 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 returned by Onlyoffice Document Server.
- getSymlink(Node, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets parent folder of the file based on file preferences
- getTemplate(String) - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeNewDocumentTemplatePlugin
-
- getTemplates() - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeNewDocumentTemplatePlugin
-
Gets the templates.
- getTitle() - Method in class org.exoplatform.onlyoffice.Config.Document
-
Gets the title.
- getToken() - Method in class org.exoplatform.onlyoffice.cometd.CometdConfig
-
Gets the token.
- getToken() - Method in class org.exoplatform.onlyoffice.Config
-
Gets the token.
- getType() - Method in class org.exoplatform.onlyoffice.DocumentContent
-
Document MIME type.
- getType() - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin.EditorError
-
Gets the type.
- getUploaded() - Method in class org.exoplatform.onlyoffice.Config.Document.Info
-
Gets the uploaded.
- 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, String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Gets a user.
- getUser(String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Gets the user.
- getUser(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets a user.
- getUser(String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets the user.
- getUserId() - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin.EditorSetting
-
Gets the user id.
- getUserId() - Method in class org.exoplatform.onlyoffice.DocumentStatus
-
Gets the userId.
- getUserId(String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets userId from node path.
- getUserId() - Method in class org.exoplatform.onlyoffice.Userdata
-
Gets the user id.
- getUserLang(String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Gets the user lang.
- 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(String) - Method in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
-
Gets the user token.
- getVersionLabels() - Method in class org.exoplatform.onlyoffice.Version
-
- getVersionPageNumber() - Method in class org.exoplatform.onlyoffice.Version
-
- getVersions(String, String, int, int) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
get the list of versions of the document with the given id.
- getVersions(String, String, int, int) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
get the list of versions of the document with the given id.
- getVersions(UriInfo, HttpServletRequest, String, String, int, int) - Method in class org.exoplatform.onlyoffice.rest.EditorService
-
Getting versions of the given document
- getWorkspace() - Method in class org.exoplatform.onlyoffice.Config
-
Gets a workspace of the storage.
- groupsPath - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The group drives path in JCR.
- i18nService - Variable in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
The i 18 n service.
- id - Variable in class org.exoplatform.onlyoffice.Config.Editor.User
-
The id.
- identityRegistry - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
The identity registry.
- info - Variable in class org.exoplatform.onlyoffice.Config.Document
-
The info.
- Info(String, String, String) - Constructor for class org.exoplatform.onlyoffice.Config.Document.Info
-
Instantiates a new info.
- init() - Static method in class org.exoplatform.onlyoffice.webui.OnlyofficeContext
-
Inits the context (current user, CometD settings, etc).
- initActivity(String, String, String) - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
Inits the activity.
- initDocument(Node) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Inits the document and returns an ID for use within editors.
- initDocument(String, String) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Inits the document and returns an ID for use within editors.
- initDocument(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Inits the document and returns an ID for use within editors.
- initDocument(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Inits the document and returns an ID for use within editors.
- initExplorer(String, String, WebuiRequestContext) - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
Inits the explorer.
- initFileTypes() - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Initializes fileTypes map
- initiated - Variable in class org.exoplatform.onlyoffice.rest.EditorService
-
The initiated.
- initPreview(String, String, URI, Locale) - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
Inits the preview.
- INTERNAL_EDITOR_ERROR - Static variable in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
The Constant INTERNAL_EDITOR_ERROR.
- INTERNAL_EDITOR_ERROR_MESSAGE - Static variable in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
The Constant INTERNAL_EDITOR_ERROR_MESSAGE.
- isActivity - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The indicator to show if the document has a file activity.
- isActivity(Boolean) - Method in class org.exoplatform.onlyoffice.Config.Builder
-
IsActivity.
- isActivity() - Method in class org.exoplatform.onlyoffice.Config
-
Is activity.
- isClosed() - Method in class org.exoplatform.onlyoffice.Config
-
Checks if is editor closed (including closing state).
- isClosing() - Method in class org.exoplatform.onlyoffice.Config
-
Checks if is editor currently closing (saving the document).
- isCoedited() - Method in class org.exoplatform.onlyoffice.DocumentStatus
-
Gets the coEdited.
- isCommentedNode(Node) - Method in class org.exoplatform.onlyoffice.OnlyOfficeDocumentUpdateActivityHandler
-
Checks if a node has comment.
- isCreated() - Method in class org.exoplatform.onlyoffice.Config
-
Checks if is created.
- isDocumentMimeSupported(Node) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Checks if the node has compatible mime-types.
- isDocumentMimeSupported(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Checks if the node has compatible mime-types.
- isDocumentSupported(String, String) - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
Checks if is document supported.
- isDownload() - Method in class org.exoplatform.onlyoffice.Config.Document.Permissions
-
Checks if is download.
- isDownload() - Method in class org.exoplatform.onlyoffice.Userdata
-
Gets the download.
- isEdit() - Method in class org.exoplatform.onlyoffice.Config.Document.Permissions
-
Checks if is edits the.
- isForcesaved() - Method in class org.exoplatform.onlyoffice.DocumentStatus
-
Gets the forcesaved.
- isForcesaved() - Method in class org.exoplatform.onlyoffice.Userdata
-
Gets the forcesaved.
- isOpen() - Method in class org.exoplatform.onlyoffice.Config
-
Checks if is editor open.
- isSaved() - Method in class org.exoplatform.onlyoffice.ChangeState
-
Checks if is saved.
- isSaved() - Method in class org.exoplatform.onlyoffice.DocumentStatus
-
Gets the isSaved.
- isValidHost(String) - Method in class org.exoplatform.onlyoffice.rest.EditorService
-
Checks if is valid host.
- onCreate(DocumentStatus) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
-
New editor just created.
- onDestroy(Application) - Method in class org.exoplatform.onlyoffice.webui.AbstractOnlyofficeLifecycle
- onDocumentCreated(String, String) - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
On document created.
- onEndRequest(Application, WebuiRequestContext) - Method in class org.exoplatform.onlyoffice.webui.AbstractOnlyofficeLifecycle
- onEndRequest(Application, WebuiRequestContext) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorLifecycle
- onError(DocumentStatus) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
-
Error saving document in editor.
- onFailRequest(Application, WebuiRequestContext, RequestFailure) - Method in class org.exoplatform.onlyoffice.webui.AbstractOnlyofficeLifecycle
- onGet(DocumentStatus) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
-
Existing editor obtained by user.
- onInit(Application) - Method in class org.exoplatform.onlyoffice.webui.AbstractOnlyofficeLifecycle
- onJoined(DocumentStatus) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
-
User joined co-editing document (it's second or more user).
- onLastEditorClosed(String, String) - Method in class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
On last editor closed.
- onLeaved(DocumentStatus) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
-
User leaved co-editing document (it's at least second user gone).
- OnlyofficeContext - Class in org.exoplatform.onlyoffice.webui
-
Created by The eXo Platform SAS.
- OnlyofficeDocumentEditorPlugin - Class in org.exoplatform.onlyoffice.documents
-
The Class OnlyOfficeNewDocumentEditorPlugin.
- OnlyofficeDocumentEditorPlugin(OnlyofficeEditorService, ResourceBundleService, CometdOnlyofficeService, LinkManager) - Constructor for class org.exoplatform.onlyoffice.documents.OnlyofficeDocumentEditorPlugin
-
Instantiates a new OnlyOffice new document editor plugin.
- OnlyofficeDocumentEditorPlugin.EditorError - Class in org.exoplatform.onlyoffice.documents
-
The Class Error.
- OnlyofficeDocumentEditorPlugin.EditorSetting - Class in org.exoplatform.onlyoffice.documents
-
The Class EditorSetting.
- OnlyOfficeDocumentUpdateActivityHandler - Class in org.exoplatform.onlyoffice
-
The listener interface for receiving documentUpdateActivity events.
- OnlyOfficeDocumentUpdateActivityHandler() - Constructor for class org.exoplatform.onlyoffice.OnlyOfficeDocumentUpdateActivityHandler
-
Instantiates a new document update activity listener.
- 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.
- OnlyofficeEditorFilter - Class in org.exoplatform.onlyoffice.webui
-
Filter to add listener that will initialize Onlyoffice editor app.
- OnlyofficeEditorFilter() - Constructor for class org.exoplatform.onlyoffice.webui.OnlyofficeEditorFilter
-
- OnlyofficeEditorLifecycle - Class in org.exoplatform.onlyoffice.webui
-
This listener should hide navigation toolbar in the Platform page.
Created by The eXo Platform SAS.
- OnlyofficeEditorLifecycle() - Constructor for class org.exoplatform.onlyoffice.webui.OnlyofficeEditorLifecycle
-
Instantiates a new Onlyoffice editor lifecycle.
- 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, ListenerService, TrashService, SpaceService, ActivityManager, ManageDriveService, NodeHierarchyCreator, InitParams) - Constructor for class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
-
Cloud Drive service with storage in JCR and with managed features.
- OnlyofficeEditorServiceImpl.DocumentTypesConfig - Class in org.exoplatform.onlyoffice
-
NewDocumentTypesConfig.
- OnlyofficeFileViewer - Class in org.exoplatform.onlyoffice.webui
-
The Class OnlyofficeFileViewer is used to show document preview.
- OnlyofficeFileViewer() - Constructor for class org.exoplatform.onlyoffice.webui.OnlyofficeFileViewer
-
- OnlyofficeNewDocumentTemplatePlugin - Class in org.exoplatform.onlyoffice.documents
-
The Class OnlyofficeNewDocumentTemplatePlugin.
- OnlyofficeNewDocumentTemplatePlugin(DocumentService, InitParams) - Constructor for class org.exoplatform.onlyoffice.documents.OnlyofficeNewDocumentTemplatePlugin
-
Instantiates a new Onlyoffice new document template plugin.
- onSaved(DocumentStatus) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
-
Document was saved and editor released.
- onStartRequest(Application, WebuiRequestContext) - Method in class org.exoplatform.onlyoffice.webui.AbstractOnlyofficeLifecycle
- onStartRequest(Application, WebuiRequestContext) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeEditorLifecycle
- open() - Method in class org.exoplatform.onlyoffice.Config
-
Mark this config as open: user opened this editor.
- org.exoplatform.onlyoffice - package org.exoplatform.onlyoffice
-
- org.exoplatform.onlyoffice.cometd - package org.exoplatform.onlyoffice.cometd
-
- org.exoplatform.onlyoffice.documents - package org.exoplatform.onlyoffice.documents
-
- 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.
- owner - Variable in class org.exoplatform.onlyoffice.Config.Builder
-
The folder.
- owner(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
-
Owner.
- owner - Variable in class org.exoplatform.onlyoffice.Config.Document.Info
-
The owner.