Uses of Class
org.fcrepo.kernel.api.lock.ResourceLockType
-
Packages that use ResourceLockType Package Description org.fcrepo.kernel.api.lock -
-
Uses of ResourceLockType in org.fcrepo.kernel.api.lock
Methods in org.fcrepo.kernel.api.lock that return ResourceLockType Modifier and Type Method Description static ResourceLockTypeResourceLockType. fromString(String value)To generate a new enum instance by matching on the enum's valueResourceLockTypeResourceLock. getLockType()static ResourceLockTypeResourceLockType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceLockType[]ResourceLockType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fcrepo.kernel.api.lock with parameters of type ResourceLockType Modifier and Type Method Description booleanResourceLock. hasLockType(ResourceLockType lockType)Does this lock type match the provided one.booleanResourceLock. isAdequate(ResourceLockType lockType)If an exclusive lock is requested, returns true only if this lock is exclusive.
-