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(org.alfresco.service.cmr.repository.NodeRef nodeRef)LockStatusLockServiceImpl. getLockStatus(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String userName)Gets the lock status for a node and a user namestatic LockStatusLockUtils. lockStatus(java.lang.String userName, java.lang.String lockOwner, java.util.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(org.alfresco.service.cmr.repository.NodeRef nodeRef)LockStatusVirtualLockServiceExtension. getLockStatus(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.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(org.alfresco.service.cmr.repository.NodeRef nodeRef)Gets the lock status for the node reference relative to the current user.LockStatusLockService. getLockStatus(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String userName)Gets the lock status for the node reference for the specified user.static LockStatusLockStatus. valueOf(java.lang.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.
-