Uses of Class
org.alfresco.rest.api.model.LockInfo.LockType2
-
Packages that use LockInfo.LockType2 Package Description org.alfresco.rest.api.model -
-
Uses of LockInfo.LockType2 in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return LockInfo.LockType2 Modifier and Type Method Description LockInfo.LockType2LockInfo. getType()static LockInfo.LockType2LockInfo.LockType2. valueOf(String name)Returns the enum constant of this type with the specified name.static LockInfo.LockType2[]LockInfo.LockType2. values()Returns an array containing the constants of this enum type, in the order they are declared.
-