Package | Description |
---|---|
org.alfresco.repo.webdav |
Modifier and Type | Class and Description |
---|---|
class |
LockInfoImpl
Class to represent a WebDAV lock info.
|
Modifier and Type | Field and Description |
---|---|
protected LockInfo |
LockMethod.lockInfo |
Modifier and Type | Field and Description |
---|---|
protected Map<org.alfresco.service.cmr.repository.NodeRef,LockInfo> |
WebDAVMethod.m_parentLockInfo |
Modifier and Type | Method and Description |
---|---|
protected LockInfo |
WebDAVMethod.checkNode(FileInfo fileInfo)
Checks if write operation can be performed on node.
|
protected LockInfo |
WebDAVMethod.checkNode(FileInfo fileInfo,
boolean ignoreShared,
boolean lockMethod)
Checks if write operation can be performed on node.
|
static LockInfo |
LockInfoImpl.fromJSON(String json) |
LockInfo |
WebDAVLockService.getLockInfo(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Gets the lock info for the node reference relative to the current user.
|
LockInfo |
WebDAVLockServiceImpl.getLockInfo(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Gets the lock status for the node reference relative to the current user.
|
protected LockInfo |
WebDAVMethod.getNodeLockInfo(FileInfo nodeInfo)
Returns node Lock token in consideration of WebDav lock depth.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WebDAVMethod.generateLockDiscoveryXML(org.dom4j.io.XMLWriter xml,
FileInfo lockNodeInfo,
LockInfo lockInfo)
Generates the lock discovery XML response
|
void |
WebDAVLockService.lock(org.alfresco.service.cmr.repository.NodeRef nodeRef,
LockInfo lockInfo) |
void |
WebDAVLockServiceImpl.lock(org.alfresco.service.cmr.repository.NodeRef nodeRef,
LockInfo lockInfo) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.