Uses of Class
org.alfresco.service.cmr.lock.UnableToAquireLockException
Packages that use UnableToAquireLockException
Package
Description
Provides the public interface for the lock service that is used
to lock nodes.
-
Uses of UnableToAquireLockException in org.alfresco.repo.lock
Methods in org.alfresco.repo.lock that throw UnableToAquireLockException -
Uses of UnableToAquireLockException in org.alfresco.repo.virtual.bundle
Methods in org.alfresco.repo.virtual.bundle that throw UnableToAquireLockExceptionModifier and TypeMethodDescriptionvoidVirtualLockServiceExtension.lock(Collection<NodeRef> nodeRefs, LockType lockType, int timeToExpire) voidvoidvoidVirtualLockServiceExtension.lock(NodeRef nodeRef, LockType lockType, int timeToExpire, boolean lockChildren) voidVirtualLockServiceExtension.lock(NodeRef nodeRef, LockType lockType, int timeToExpire, Lifetime lifetime) voidVirtualLockServiceExtension.lock(NodeRef nodeRef, LockType lockType, int timeToExpire, Lifetime lifetime, boolean lockChildren) voidVirtualLockServiceExtension.lock(NodeRef nodeRef, LockType lockType, int timeToExpire, Lifetime lifetime, String additionalInfo) -
Uses of UnableToAquireLockException in org.alfresco.service.cmr.lock
Methods in org.alfresco.service.cmr.lock that throw UnableToAquireLockExceptionModifier and TypeMethodDescriptionvoidLockService.lock(Collection<NodeRef> nodeRefs, LockType lockType, int timeToExpire) Places a lock on all the nodes referenced in the passed list.voidPlaces a lock on a node.voidPlaces apersistentlock on a node.voidPlaces a lock on a node and optionally on all its children.voidPlaces a lock on a node.voidLockService.lock(NodeRef nodeRef, LockType lockType, int timeToExpire, Lifetime lifetime, boolean lockChildren) Places a lock on a node and optionally on all its children.voidLockService.lock(NodeRef nodeRef, LockType lockType, int timeToExpire, Lifetime lifetime, String additionalInfo) Places a lock on a node.