Uses of Enum Class
org.alfresco.repo.domain.locks.LockDetails.LockType
Packages that use LockDetails.LockType
-
Uses of LockDetails.LockType in org.alfresco.repo.domain.locks
Methods in org.alfresco.repo.domain.locks that return LockDetails.LockTypeModifier and TypeMethodDescriptionLockDetails.getLockType()static LockDetails.LockTypeReturns the enum constant of this class with the specified name.static LockDetails.LockType[]LockDetails.LockType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.alfresco.repo.domain.locks with parameters of type LockDetails.LockTypeModifierConstructorDescriptionLockDetails(String txnId, QName lockQName, LockDetails.LockType lockType)