Uses of Class
org.alfresco.service.cmr.lock.UnableToReleaseLockException
Packages that use UnableToReleaseLockException
Package
Description
Provides the public interface for the lock service that is used to lock nodes.
-
Uses of UnableToReleaseLockException in org.alfresco.repo.lock
Methods in org.alfresco.repo.lock that throw UnableToReleaseLockExceptionModifier and TypeMethodDescriptionvoidLockServiceImpl.unlock(Collection<NodeRef> nodeRefs) voidvoidvoid -
Uses of UnableToReleaseLockException in org.alfresco.repo.virtual.bundle
Methods in org.alfresco.repo.virtual.bundle that throw UnableToReleaseLockExceptionModifier and TypeMethodDescriptionvoidVirtualLockServiceExtension.unlock(Collection<NodeRef> nodeRefs) voidvoidvoid -
Uses of UnableToReleaseLockException in org.alfresco.service.cmr.lock
Methods in org.alfresco.service.cmr.lock that throw UnableToReleaseLockExceptionModifier and TypeMethodDescriptionvoidLockService.unlock(Collection<NodeRef> nodeRefs) Removes a lock on the nodes provided.voidRemoves the lock on a node; if there is no lock then nothing is done.voidRemoves the lock on a node and optional on its children.voidRemoves the lock on a node and optional on its children.