| Package | Description |
|---|---|
| org.exoplatform.officeonline | |
| org.exoplatform.officeonline.rest |
| Modifier and Type | Method and Description |
|---|---|
EditorConfig |
EditorConfig.Builder.build() |
EditorConfig |
AbstractOfficeOnlineService.buildEditorConfig(String token)
Builds the editor config.
|
EditorConfig |
AbstractOfficeOnlineService.createEditorConfig(String userId,
String fileId,
String workspace,
RequestInfo requestInfo)
Creates the editor config.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WOPIService.addBreadcrumbProperties(Map<String,Serializable> map,
javax.jcr.Node node,
EditorConfig config)
Adds the breadcrumb properties.
|
protected void |
WOPIService.addFileURLProperties(Map<String,Serializable> map,
javax.jcr.Node node,
EditorConfig config)
Adds the file URL properties.
|
Map<String,Serializable> |
WOPIService.checkFileInfo(EditorConfig config)
Check file info.
|
void |
WOPIService.delete(EditorConfig config,
String lockId)
Delete.
|
DocumentContent |
AbstractOfficeOnlineService.getContent(EditorConfig config)
Gets the content.
|
String |
WOPIService.getLockId(EditorConfig config)
Gets the lock.
|
void |
WOPIService.lock(EditorConfig config,
String lockId)
Lock.
|
void |
OfficeOnlineListener.onSaved(EditorConfig config)
On saved.
|
void |
WOPIService.onSaved(EditorConfig config)
On saved.
|
void |
WOPIService.putFile(EditorConfig config,
String lockId,
InputStream data)
Put file.
|
String |
WOPIService.putRelativeFile(EditorConfig config,
String filename,
boolean overwrite,
InputStream data)
Put relative file.
|
String |
WOPIService.putSuggestedFile(EditorConfig config,
String target,
InputStream data)
Put relative file in suggested mode.
|
void |
WOPIService.refreshLock(EditorConfig config,
String lockId)
Refresh lock.
|
void |
WOPIService.relock(EditorConfig config,
String providedLock,
String oldLock)
Relock.
|
String |
WOPIService.renameFile(EditorConfig config,
String newTitle,
String lockId)
Rename file.
|
void |
WOPIService.unlock(EditorConfig config,
String providedLock)
Unlock.
|
| Modifier and Type | Method and Description |
|---|---|
protected EditorConfig |
WOPIResource.getEditorConfig(javax.servlet.ServletContext context)
Gets the editor config.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WOPIResource.addItemVersionHeader(javax.ws.rs.core.Response.ResponseBuilder response,
EditorConfig config)
Adds the item version header.
|
protected javax.ws.rs.core.Response |
WOPIResource.putUserInfo(EditorConfig config,
String userInfo) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.