Uses of Enum Class
org.alfresco.service.cmr.lock.UnableToReleaseLockException.CAUSE
Packages that use UnableToReleaseLockException.CAUSE
Package
Description
Provides the public interface for the lock service that is used to lock nodes.
-
Uses of UnableToReleaseLockException.CAUSE in org.alfresco.service.cmr.lock
Methods in org.alfresco.service.cmr.lock that return UnableToReleaseLockException.CAUSEModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static UnableToReleaseLockException.CAUSE[]UnableToReleaseLockException.CAUSE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.alfresco.service.cmr.lock with parameters of type UnableToReleaseLockException.CAUSEModifierConstructorDescriptionUnableToReleaseLockException(NodeRef nodeRef, UnableToReleaseLockException.CAUSE cause)