|
Packages that use org.alfresco.service.cmr.lock.LockStatus | ||
org.alfresco.service.cmr.lock |
Uses of LockStatus in org.alfresco.service.cmr.lock |
Methods in org.alfresco.service.cmr.lock that return LockStatus | |
abstract LockStatus |
LockService.getLockStatus(NodeRef nodeRef) Gets the lock status for the node reference relative to the current user. |
abstract LockStatus |
LockService.getLockStatus(NodeRef nodeRef, String userName) Gets the lock status for the node reference for the specified user. |
static LockStatus |
LockStatus.valueOf(String name) |
static LockStatus[] |
LockStatus.values() |
|