Uses of Class
net.java.dev.webdav.jaxrs.xml.elements.LockScope

Packages that use LockScope
net.java.dev.webdav.jaxrs.xml.elements This package contains WebDAV XML Elements. 
 

Uses of LockScope in net.java.dev.webdav.jaxrs.xml.elements
 

Fields in net.java.dev.webdav.jaxrs.xml.elements declared as LockScope
static LockScope LockScope.EXCLUSIVE
           
static LockScope LockScope.SHARED
           
 

Methods in net.java.dev.webdav.jaxrs.xml.elements that return LockScope
 LockScope LockInfo.getLockScope()
           
 LockScope LockEntry.getLockScope()
           
 LockScope ActiveLock.getLockScope()
           
 LockScope LockScope.LockScopeAdapter.marshal(LockScope value)
          For internal use only.
 LockScope LockScope.LockScopeAdapter.unmarshal(LockScope value)
          For internal use only.
 

Methods in net.java.dev.webdav.jaxrs.xml.elements with parameters of type LockScope
 LockScope LockScope.LockScopeAdapter.marshal(LockScope value)
          For internal use only.
 LockScope LockScope.LockScopeAdapter.unmarshal(LockScope value)
          For internal use only.
 

Constructors in net.java.dev.webdav.jaxrs.xml.elements with parameters of type LockScope
ActiveLock(LockScope lockScope, LockType lockType, Depth depth, Owner owner, TimeOut timeOut, LockToken lockToken, LockRoot lockRoot)
           
LockEntry(LockScope lockScope, LockType lockType)
           
LockInfo(LockScope lockScope, LockType lockType, Owner owner)
           
 



Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.