|
Packages that use org.alfresco.service.cmr.lock.LockStatus | |
org.alfresco.service.cmr.lock | Provides the public interface for the lock service that is used to lock nodes. |
Uses of LockStatus in org.alfresco.service.cmr.lock |
Methods in org.alfresco.service.cmr.lock that return LockStatus | |
LockService.getLockStatus(NodeRef nodeRef) Gets the lock status for the node reference relative to the current user. |
|
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() |
|