Uses of Enum
org.fcrepo.kernel.api.lock.ResourceLockType
Packages that use ResourceLockType
-
Uses of ResourceLockType in org.fcrepo.kernel.api.lock
Methods in org.fcrepo.kernel.api.lock that return ResourceLockTypeModifier and TypeMethodDescriptionstatic ResourceLockTypeResourceLockType.fromString(String value) To generate a new enum instance by matching on the enum's valueResourceLock.getLockType()static ResourceLockTypeReturns 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 ResourceLockTypeModifier and TypeMethodDescriptionbooleanResourceLock.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.