Uses of Class
org.alfresco.service.cmr.lock.UnableToReleaseLockException.CAUSE
-
Packages that use UnableToReleaseLockException.CAUSE Package Description org.alfresco.service.cmr.lock 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.CAUSE Modifier and Type Method Description static UnableToReleaseLockException.CAUSEUnableToReleaseLockException.CAUSE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UnableToReleaseLockException.CAUSE[]UnableToReleaseLockException.CAUSE. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.service.cmr.lock with parameters of type UnableToReleaseLockException.CAUSE Constructor Description UnableToReleaseLockException(org.alfresco.service.cmr.repository.NodeRef nodeRef, UnableToReleaseLockException.CAUSE cause)
-