Package | Description |
---|---|
org.alfresco.repo.lock | |
org.alfresco.repo.virtual.bundle | |
org.alfresco.service.cmr.lock |
Provides the public interface for the lock service that is used
to lock nodes.
|
Modifier and Type | Method and Description |
---|---|
LockStatus |
LockServiceImpl.getLockStatus(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
LockStatus |
LockServiceImpl.getLockStatus(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String userName)
Gets the lock status for a node and a user name
|
static LockStatus |
LockUtils.lockStatus(String userName,
String lockOwner,
Date expiryDate)
Deprecated.
eventually move into LockService
|
Modifier and Type | Method and Description |
---|---|
LockStatus |
VirtualLockServiceExtension.getLockStatus(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
LockStatus |
VirtualLockServiceExtension.getLockStatus(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String userName) |
Modifier and Type | Method and Description |
---|---|
LockStatus |
LockService.getLockStatus(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Gets the lock status for the node reference relative to the current user.
|
LockStatus |
LockService.getLockStatus(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String userName)
Gets the lock status for the node reference for the specified user.
|
static LockStatus |
LockStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockStatus[] |
LockStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.