| Package | Description |
|---|---|
| org.exoplatform.officeonline | |
| org.exoplatform.officeonline.exception |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WOPIService.checkNodeLock(javax.jcr.Node node,
String lockId)
Check node lock.
|
void |
WOPIService.delete(EditorConfig config,
String lockId)
Delete.
|
void |
WOPIService.lock(EditorConfig config,
String lockId)
Lock.
|
void |
WOPILockManagerPlugin.lock(javax.jcr.Node node,
String lockId)
Locks the node with provided lockId, stores the lock in the cache.
|
void |
WOPIService.refreshLock(EditorConfig config,
String lockId)
Refresh lock.
|
void |
WOPILockManagerPlugin.refreshLock(javax.jcr.Node node,
String lockId)
Refreshes lock by prolonging the lock expires.
|
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.
|
void |
WOPILockManagerPlugin.unlock(javax.jcr.Node node,
String lockId,
String workspace)
Unlocks the node with provided lockId.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileLockedException
The Class FileLockedException.
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.