Uses of Class
org.alfresco.repo.domain.locks.LockDetails.LockType
-
Packages that use LockDetails.LockType Package Description org.alfresco.repo.domain.locks -
-
Uses of LockDetails.LockType in org.alfresco.repo.domain.locks
Methods in org.alfresco.repo.domain.locks that return LockDetails.LockType Modifier and Type Method Description LockDetails.LockTypeLockDetails. getLockType()static LockDetails.LockTypeLockDetails.LockType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LockDetails.LockType[]LockDetails.LockType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.repo.domain.locks with parameters of type LockDetails.LockType Constructor Description LockDetails(java.lang.String txnId, org.alfresco.service.namespace.QName lockQName, LockDetails.LockType lockType)
-