Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

accept(Map<String, Object>) - Method in class org.exoplatform.onlyoffice.webui.FileFilter
activeCache - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Cache of Editing documents.
activeLock - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Lock for updating Editing documents cache.
addListener(OnlyofficeEditorListener) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
Add listener to the service.
addListener(OnlyofficeEditorListener) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Add listener to the service.
addTypePlugin(ComponentPlugin) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
Adds DocumentTypePlugin to the service to check mimetypes of documents.
addTypePlugin(ComponentPlugin) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Adds DocumentTypePlugin to the service to check mimetypes of documents.
API_VERSION - Static variable in class org.exoplatform.onlyoffice.rest.EditorService
The Constant API_VERSION.
authenticator - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The authenticator.
author - Variable in class org.exoplatform.onlyoffice.Config.Builder
The folder.
author(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
Author.
author - Variable in class org.exoplatform.onlyoffice.Config.Document.Info
The author.

B

BadParameterException - Exception in org.exoplatform.onlyoffice
Created by The eXo Platform SAS.
BadParameterException(String) - Constructor for exception org.exoplatform.onlyoffice.BadParameterException
Instantiates a new bad parameter exception.
BadParameterException(Throwable) - Constructor for exception org.exoplatform.onlyoffice.BadParameterException
Instantiates a new bad parameter exception.
BadParameterException(String, Throwable) - Constructor for exception org.exoplatform.onlyoffice.BadParameterException
Instantiates a new bad parameter exception.
build() - Method in class org.exoplatform.onlyoffice.Config.Builder
Builds the.
Builder(String, String, String, String, String) - Constructor for class org.exoplatform.onlyoffice.Config.Builder
Instantiates a new builder.

C

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
Instantiates a new config for use with Externalizable methods.
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.

D

data(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Data.
DATETIME_FORMAT - Static variable in class org.exoplatform.onlyoffice.Config
The Constant DATETIME_FORMAT.
dmsConfiguration - Variable in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
The dms configuration.
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_SAVED_EVENT - Static variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
The document saved event.
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.
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.OnlyofficeEditorServiceImpl
The document service.
DocumentStatus - Class in org.exoplatform.onlyoffice
Onlyoffice Config status as described in callback handler documentation.
DocumentStatus() - Constructor for class org.exoplatform.onlyoffice.DocumentStatus
 
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
 
download - Variable in class org.exoplatform.onlyoffice.Config.Document.Permissions
The download.
download(Config, DocumentStatus) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Download.

E

edit - Variable in class org.exoplatform.onlyoffice.Config.Document.Permissions
The edit.
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.
editors - Variable in class org.exoplatform.onlyoffice.rest.EditorService
The editors.
EditorService - Class in org.exoplatform.onlyoffice.rest
REST service implementing Onlyoffice config storage service.
EditorService(OnlyofficeEditorService) - Constructor for class org.exoplatform.onlyoffice.rest.EditorService
REST cloudDrives uses OnlyofficeEditorService for actual job.
editorService - Variable in class org.exoplatform.onlyoffice.webui.FileUIActivity
The editor service.
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_TEXT - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The Constant EMPTY_TEXT.
end() - Method in class org.exoplatform.onlyoffice.webui.FileUIActivity
equals(Object) - Method in class org.exoplatform.onlyoffice.Config
error - Variable in class org.exoplatform.onlyoffice.ChangeState
The error.
exoBayeux - Variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
The exo bayeux.
explorerUrl - Variable in class org.exoplatform.onlyoffice.Config.Builder
The ECMS explorer page URL.
explorerUrl(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
Explorer url.
explorerUrl(String, String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
ECMS explorer page URL.

F

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.
FileUIActivity - Class in org.exoplatform.onlyoffice.webui
Created by The eXo Platform SAS.
FileUIActivity() - Constructor for class org.exoplatform.onlyoffice.webui.FileUIActivity
Instantiates a new file UI activity with Edit Online button for office documents.
fileUrl(CharSequence, String, String) - Static method in class org.exoplatform.onlyoffice.Config
File url.
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(DocumentStatus) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Fire created.
fireError(DocumentStatus) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Fire error.
fireGet(DocumentStatus) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Fire get.
fireJoined(DocumentStatus) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Fire joined.
fireLeaved(DocumentStatus) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Fire leaved.
fireSaved(DocumentStatus) - 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.

G

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.

H

hasError() - Method in class org.exoplatform.onlyoffice.Config
Checks for error.
hierarchyCreator - Variable in class org.exoplatform.onlyoffice.jcr.CMSNodeFinder
The hierarchy creator.
hierarchyCreator - Variable in class org.exoplatform.onlyoffice.jcr.JCRNodeFinder
The hierarchy creator.
HTTP_PORT_DELIMITER - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The Constant HTTP_PORT_DELIMITER.

I

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() - Method in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
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.
initDocument(UriInfo, HttpServletRequest, String, String) - Method in class org.exoplatform.onlyoffice.rest.EditorService
Deprecated.
initiated - Variable in class org.exoplatform.onlyoffice.rest.EditorService
The initiated.
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).
isCreated() - Method in class org.exoplatform.onlyoffice.Config
Checks if is created.
isDownload() - Method in class org.exoplatform.onlyoffice.Config.Document.Permissions
Checks if is download.
isEdit() - Method in class org.exoplatform.onlyoffice.Config.Document.Permissions
Checks if is edits the.
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.
isValidHost(String) - Method in class org.exoplatform.onlyoffice.rest.EditorService
Checks if is valid host.

J

JAVASCRIPT - Static variable in class org.exoplatform.onlyoffice.webui.OnlyofficeClientContext
The Constant JAVASCRIPT.
JCRNodeFinder - Class in org.exoplatform.onlyoffice.jcr
Created by The eXo Platform SAS.
JCRNodeFinder(RepositoryService, SessionProviderService, NodeHierarchyCreator) - Constructor for class org.exoplatform.onlyoffice.jcr.JCRNodeFinder
Instantiates a new JCR node finder.
jcrService - Variable in class org.exoplatform.onlyoffice.jcr.JCRNodeFinder
The jcr service.
jcrService - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The jcr service.

K

key - Variable in class org.exoplatform.onlyoffice.Config.Builder
The document.
key(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
Key.
key - Variable in class org.exoplatform.onlyoffice.Config.Document
The key.
key - Variable in class org.exoplatform.onlyoffice.DocumentStatus
The key.

L

lang - Variable in class org.exoplatform.onlyoffice.Config.Builder
The editor.
lang(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
Lang.
lang - Variable in class org.exoplatform.onlyoffice.Config.Editor
The lang.
lastname - Variable in class org.exoplatform.onlyoffice.Config.Builder
The user.
lastname - Variable in class org.exoplatform.onlyoffice.Config.Editor.User
The lastname.
listeners - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The listeners.
localState(UriInfo, String, String) - Method in class org.exoplatform.onlyoffice.rest.EditorService
Editing document state in local storage.
lock(Node, Config) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Lock the node by current user.
LOCK_WAIT_ATTEMTS - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The Constant LOCK_WAIT_ATTEMTS.
LOCK_WAIT_TIMEOUT - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The Constant LOCK_WAIT_TIMEOUT.
lockService - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The lock service.
lockToken - Variable in class org.exoplatform.onlyoffice.Config.Editor.User
Deprecated.
LOG - Static variable in class org.exoplatform.onlyoffice.DocumentTypePlugin
The Constant LOG.
LOG - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The Constant LOG.
LOG - Static variable in class org.exoplatform.onlyoffice.rest.EditorService
The Constant LOG.
LOG - Static variable in class org.exoplatform.onlyoffice.webui.OnlyofficeClientContext
 
LOG - Static variable in class org.exoplatform.onlyoffice.webui.OnlyofficeOpenManageComponent
The Constant LOG.
lowerCase(String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Get lower case copy of the given string.

M

mergeButtons(String, Set<String>) - Method in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
Read all buttons from given node, in buttons property, to given string builder.
mimeType(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Mime type.
mimeTypes - Variable in class org.exoplatform.onlyoffice.DocumentTypePlugin
The mime types *.
mimeTypes - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl.DocumentTypesConfig
The mime types.
mode - Variable in class org.exoplatform.onlyoffice.Config.Builder
The editor.
mode(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
Mode.
mode - Variable in class org.exoplatform.onlyoffice.Config.Editor
The mode.

N

NO_LANG - Static variable in class org.exoplatform.onlyoffice.Config
The Constant NO_LANG.
node(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Node.
nodeByUUID(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Node by UUID.
nodeContent(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Node content.
nodeCreated(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Node created.
NodeFinder - Interface in org.exoplatform.onlyoffice.jcr
An abstraction for a Node lookup in JCR repository.
We need this to decouple WCM's NodeFinder from dependencies of the add-on.
nodeHierarchyCreator - Variable in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
The node hierarchy creator.
nodePath(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Node path.
nodePath(Config) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Node path.
nodeTitle(Node) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Node title.
notEmpty(String) - Method in class org.exoplatform.onlyoffice.rest.EditorService
Check string is not empty.

O

onCreate(DocumentStatus) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
New editor just created.
onError(DocumentStatus) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
Error saving document in editor.
onGet(DocumentStatus) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
Existing editor obtained by user.
onJoined(DocumentStatus) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
User joined co-editing document (it's second or more user).
onLeaved(DocumentStatus) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
User leaved co-editing document (it's at least second user gone).
OnlyofficeClientContext - Class in org.exoplatform.onlyoffice.webui
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 - Variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
The Onlyoffice editor service.
OnlyofficeEditorService - Interface in org.exoplatform.onlyoffice
Created by The eXo Platform SAS.
OnlyofficeEditorServiceImpl - Class in org.exoplatform.onlyoffice
Service implementing OnlyofficeEditorService and Startable.
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.
OnlyofficeEditorServiceImpl.DocumentTypesConfig - Class in org.exoplatform.onlyoffice
DocumentTypesConfig.
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(DocumentStatus) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorListener
Document was saved and editor released.
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.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.

P

params - Variable in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
The params.
path - Variable in class org.exoplatform.onlyoffice.Config.Builder
The path.
permissions - Variable in class org.exoplatform.onlyoffice.Config.Document
The permissions.
Permissions(boolean, boolean) - Constructor for class org.exoplatform.onlyoffice.Config.Document.Permissions
Instantiates a new permissions.
platformRestUrl - Variable in class org.exoplatform.onlyoffice.Config.Builder
The platform REST URL base.
platformRestUrl(CharSequence) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Platform REST URL.
platformRestUrl(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Deprecated.
platformUrl(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Platform url.
postConstruct() - Method in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService.CometdService
Post construct.
processEvent(Event<OnlyofficeOpenManageComponent>) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeOpenManageComponent.OnlyofficeOpenActionListener

R

RANDOM - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The Constant RANDOM.
readExternal(ObjectInput) - Method in class org.exoplatform.onlyoffice.Config
removeListener(OnlyofficeEditorListener) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
Remove listener from the service.
removeListener(OnlyofficeEditorListener) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Remove listener from the service.
renderEventURL(boolean, String, String, Parameter[]) - Method in class org.exoplatform.onlyoffice.webui.OnlyofficeOpenManageComponent
repositoryService - Variable in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
The repository service.
requestHost(URI) - Method in class org.exoplatform.onlyoffice.rest.EditorService
Request host.
requireJS() - Static method in class org.exoplatform.onlyoffice.webui.OnlyofficeClientContext
Return Web UI app's RequireJS instance.

S

saved - Variable in class org.exoplatform.onlyoffice.ChangeState
The saved.
service - Variable in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
The service.
ServiceResponse - Class in org.exoplatform.onlyoffice.rest
Helper builder for REST responses.
ServiceResponse() - Constructor for class org.exoplatform.onlyoffice.rest.ServiceResponse
 
sessionProviders - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The session providers.
sessionProviderService - Variable in class org.exoplatform.onlyoffice.jcr.CMSNodeFinder
The session provider service.
sessionProviderService - Variable in class org.exoplatform.onlyoffice.jcr.JCRNodeFinder
The session provider service.
setCometdPath(String) - Method in class org.exoplatform.onlyoffice.cometd.CometdInfo
Sets the cometdPath.
setConfig(Config) - Method in class org.exoplatform.onlyoffice.DocumentStatus
Sets the config.
setContainer(String) - Method in class org.exoplatform.onlyoffice.cometd.CometdInfo
Sets the container.
setContextNode(Node) - Method in class org.exoplatform.onlyoffice.Config
Sets the context node.
setDocId(String) - Method in class org.exoplatform.onlyoffice.cometd.CometdInfo
Sets the docId.
setError(String) - Method in class org.exoplatform.onlyoffice.Config
Sets the error.
setKey(String) - Method in class org.exoplatform.onlyoffice.DocumentStatus
Sets the key.
setLang(String) - Method in class org.exoplatform.onlyoffice.Config.Editor
Sets the lang.
setLockToken(String) - Method in class org.exoplatform.onlyoffice.Config.Editor.User
Deprecated.
setMimeTypes(List<String>) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl.DocumentTypesConfig
Sets the mime types.
setStatus(Long) - Method in class org.exoplatform.onlyoffice.DocumentStatus
Sets the status.
setUrl(String) - Method in class org.exoplatform.onlyoffice.DocumentStatus
Sets the url.
setUser(String) - Method in class org.exoplatform.onlyoffice.cometd.CometdInfo
Sets the user.
setUsers(String[]) - Method in class org.exoplatform.onlyoffice.DocumentStatus
Sets the users.
setUserToken(String) - Method in class org.exoplatform.onlyoffice.cometd.CometdInfo
Sets the userToken.
showError(String, String) - Static method in class org.exoplatform.onlyoffice.webui.OnlyofficeClientContext
 
start() - Method in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
start() - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
On-start initializer.
status - Variable in class org.exoplatform.onlyoffice.DocumentStatus
The status.
status(UriInfo, HttpServletRequest, String, String, String) - Method in class org.exoplatform.onlyoffice.rest.EditorService
Config status posted from the Document Server.
stop() - Method in class org.exoplatform.onlyoffice.cometd.CometdOnlyofficeService
stop() - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
On-stop finalizer.
syncUsers(ConcurrentMap<String, Config>, String[]) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Sync users.
systemNode(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
System node.

T

templateService - Variable in class org.exoplatform.onlyoffice.webui.CustomizeViewPlugin
The template service.
title - Variable in class org.exoplatform.onlyoffice.Config.Builder
The document.
title(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
Title.
title - Variable in class org.exoplatform.onlyoffice.Config.Document
The title.
toJSON() - Method in class org.exoplatform.onlyoffice.Config
Return this config as JSON string.
toString() - Method in class org.exoplatform.onlyoffice.Config
TYPE_PRESENTATION - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The Constant TYPE_PRESENTATION.
TYPE_SPREADSHEET - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The Constant TYPE_SPREADSHEET.
TYPE_TEXT - Static variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The Constant TYPE_TEXT.

U

unlock(Node, OnlyofficeEditorServiceImpl.LockState) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Unlock given node.
updateDocument(String, DocumentStatus) - Method in interface org.exoplatform.onlyoffice.OnlyofficeEditorService
Update a configuration associated with given editor Config instance.
updateDocument(String, DocumentStatus) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Update a configuration associated with given editor Config instance.
updateUI(UriInfo, String, String, String) - Method in class org.exoplatform.onlyoffice.rest.EditorService
Deprecated.
uploadParams - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The upload params.
uploadUrl - Variable in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
The upload url.
url - Variable in class org.exoplatform.onlyoffice.Config.Builder
The document.
url(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
Url.
url - Variable in class org.exoplatform.onlyoffice.Config.Document
The url.
url - Variable in class org.exoplatform.onlyoffice.DocumentStatus
The url.
user - Variable in class org.exoplatform.onlyoffice.Config.Editor
The user.
User(String, String, String) - Constructor for class org.exoplatform.onlyoffice.Config.Editor.User
Instantiates a new user.
userFirstName(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
User first name.
userId - Variable in class org.exoplatform.onlyoffice.Config.Builder
The user.
userId(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
User id.
userIdentity(String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Find or create user identity.
userLastName(String) - Method in class org.exoplatform.onlyoffice.Config.Builder
User last name.
username - Variable in class org.exoplatform.onlyoffice.Config.Editor.User
The username.
users - Variable in class org.exoplatform.onlyoffice.ChangeState
The users.
users - Variable in class org.exoplatform.onlyoffice.DocumentStatus
The users.

V

validateUser(String, Config) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Validate user.
versionGet(UriInfo, HttpServletRequest) - Method in class org.exoplatform.onlyoffice.rest.EditorService
Return Onlyoffice REST API version.

W

webdavUri(String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Deprecated.
webdavUrl(String, String, String, String) - Method in class org.exoplatform.onlyoffice.OnlyofficeEditorServiceImpl
Deprecated.
workspace - Variable in class org.exoplatform.onlyoffice.Config.Builder
The workspace of the storage.
writeExternal(ObjectOutput) - Method in class org.exoplatform.onlyoffice.Config
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2003–2019 eXo Platform SAS. All rights reserved.