Uses of Interface
org.exoplatform.onlyoffice.OnlyofficeEditorService
-
Packages that use OnlyofficeEditorService Package Description org.exoplatform.onlyoffice org.exoplatform.onlyoffice.cometd org.exoplatform.onlyoffice.documents org.exoplatform.onlyoffice.rest -
-
Uses of OnlyofficeEditorService in org.exoplatform.onlyoffice
Classes in org.exoplatform.onlyoffice that implement OnlyofficeEditorService Modifier and Type Class Description classOnlyofficeEditorServiceImplService implementingOnlyofficeEditorServiceandStartable. -
Uses of OnlyofficeEditorService in org.exoplatform.onlyoffice.cometd
Fields in org.exoplatform.onlyoffice.cometd declared as OnlyofficeEditorService Modifier and Type Field Description protected OnlyofficeEditorServiceCometdOnlyofficeService. editorsThe Onlyoffice editor service.Constructors in org.exoplatform.onlyoffice.cometd with parameters of type OnlyofficeEditorService Constructor Description CometdOnlyofficeService(org.mortbay.cometd.continuation.EXoContinuationBayeux exoBayeux, OnlyofficeEditorService onlyofficeEditorService, org.exoplatform.services.jcr.RepositoryService jcrService)Instantiates the CometdOnlyofficeService. -
Uses of OnlyofficeEditorService in org.exoplatform.onlyoffice.documents
Fields in org.exoplatform.onlyoffice.documents declared as OnlyofficeEditorService Modifier and Type Field Description protected OnlyofficeEditorServiceOnlyofficeDocumentEditorPlugin. editorServiceThe editor service.Constructors in org.exoplatform.onlyoffice.documents with parameters of type OnlyofficeEditorService Constructor Description OnlyofficeDocumentEditorPlugin(OnlyofficeEditorService editorService, org.exoplatform.services.resources.ResourceBundleService i18nService, CometdOnlyofficeService cometdService, org.exoplatform.services.cms.link.LinkManager linkManager)Instantiates a new OnlyOffice new document editor plugin. -
Uses of OnlyofficeEditorService in org.exoplatform.onlyoffice.rest
Fields in org.exoplatform.onlyoffice.rest declared as OnlyofficeEditorService Modifier and Type Field Description protected OnlyofficeEditorServiceEditorService. editorsThe editors.Constructors in org.exoplatform.onlyoffice.rest with parameters of type OnlyofficeEditorService Constructor Description EditorService(OnlyofficeEditorService editors)REST cloudDrives usesOnlyofficeEditorServicefor actual job.
-