Uses of Class
org.exoplatform.services.jcr.webdav.lock.NullResourceLocksHolder
-
Packages that use NullResourceLocksHolder Package Description org.exoplatform.services.jcr.webdav.command -
-
Uses of NullResourceLocksHolder in org.exoplatform.services.jcr.webdav.command
Fields in org.exoplatform.services.jcr.webdav.command declared as NullResourceLocksHolder Modifier and Type Field Description protected NullResourceLocksHolderPropPatchCommand. lockHolderresource locks.protected NullResourceLocksHolderUnLockCommand. nullResourceLocksresource locks.Constructors in org.exoplatform.services.jcr.webdav.command with parameters of type NullResourceLocksHolder Constructor Description LockCommand(NullResourceLocksHolder nullResourceLocks)Constructor.MkColCommand(NullResourceLocksHolder nullResourceLocks)Constructor.MkColCommand(NullResourceLocksHolder nullResourceLocks, javax.ws.rs.core.UriBuilder uriBuilder)Constructor.PropPatchCommand(NullResourceLocksHolder lockHolder)Constructor.PutCommand(NullResourceLocksHolder nullResourceLocks, javax.ws.rs.core.UriBuilder uriBuilder, MimeTypeRecognizer mimeTypeRecognizer)Constructor.UnLockCommand(NullResourceLocksHolder nullResourceLocks)Constructor.
-