Uses of Enum Class
org.alfresco.service.cmr.lock.LockStatus
Packages that use LockStatus
Package
Description
Provides the public interface for the lock service that is used to lock nodes.
-
Uses of LockStatus in org.alfresco.repo.lock
Methods in org.alfresco.repo.lock that return LockStatusModifier and TypeMethodDescriptionLockServiceImpl.getLockStatus(NodeRef nodeRef) LockServiceImpl.getLockStatus(NodeRef nodeRef, String userName) Gets the lock status for a node and a user namestatic LockStatusLockUtils.lockStatus(String userName, String lockOwner, Date expiryDate) Deprecated.eventually move into LockService -
Uses of LockStatus in org.alfresco.repo.virtual.bundle
Methods in org.alfresco.repo.virtual.bundle that return LockStatusModifier and TypeMethodDescriptionVirtualLockServiceExtension.getLockStatus(NodeRef nodeRef) VirtualLockServiceExtension.getLockStatus(NodeRef nodeRef, String userName) -
Uses of LockStatus in org.alfresco.service.cmr.lock
Methods in org.alfresco.service.cmr.lock that return LockStatusModifier and TypeMethodDescriptionLockService.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 LockStatusReturns the enum constant of this class with the specified name.static LockStatus[]LockStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.