Uses of Class
org.alfresco.service.cmr.lock.LockStatus
-
Packages that use LockStatus 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. -
-
Uses of LockStatus in org.alfresco.repo.lock
Methods in org.alfresco.repo.lock that return LockStatus Modifier and Type Method Description LockStatusLockServiceImpl. getLockStatus(NodeRef nodeRef)LockStatusLockServiceImpl. 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 LockStatus Modifier and Type Method Description LockStatusVirtualLockServiceExtension. getLockStatus(NodeRef nodeRef)LockStatusVirtualLockServiceExtension. getLockStatus(NodeRef nodeRef, String userName) -
Uses of LockStatus in org.alfresco.service.cmr.lock
Methods in org.alfresco.service.cmr.lock that return LockStatus Modifier and Type Method Description LockStatusLockService. getLockStatus(NodeRef nodeRef)Gets the lock status for the node reference relative to the current user.LockStatusLockService. getLockStatus(NodeRef nodeRef, String userName)Gets the lock status for the node reference for the specified user.static LockStatusLockStatus. 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.
-