Uses of Class
org.uberfire.backend.vfs.impl.LockInfo
-
Packages that use LockInfo Package Description org.uberfire.backend.vfs.impl -
-
Uses of LockInfo in org.uberfire.backend.vfs.impl
Methods in org.uberfire.backend.vfs.impl that return LockInfo Modifier and Type Method Description LockInfoLockResult. getLockInfo()static LockInfoLockInfo. unlocked()Methods in org.uberfire.backend.vfs.impl with parameters of type LockInfo Modifier and Type Method Description static LockResultLockResult. failed(LockInfo lockInfo)Constructors in org.uberfire.backend.vfs.impl with parameters of type LockInfo Constructor Description LockResult(boolean success, LockInfo lockInfo)
-