net.java.dev.webdav.jaxrs.xml.elements
Class ActiveLock
java.lang.Object
net.java.dev.webdav.jaxrs.xml.elements.ActiveLock
public final class ActiveLock
- extends java.lang.Object
WebDAV activelock XML Element.
- Author:
- Markus KARG (mkarg@users.dev.java.net)
- See Also:
- Chapter 14.1 "activelock XML Element" of RFC 4918 "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActiveLock
public ActiveLock(LockScope lockScope,
LockType lockType,
Depth depth,
Owner owner,
TimeOut timeOut,
LockToken lockToken,
LockRoot lockRoot)
getLockScope
public final LockScope getLockScope()
getLockType
public final LockType getLockType()
depth
@Deprecated
public final Depth depth()
- Deprecated. Since 1.1.1. Use
getDepth() instead.
getDepth
public final Depth getDepth()
- Since:
- 1.1.1
getOwner
public final Owner getOwner()
getTimeOut
public final TimeOut getTimeOut()
getLockToken
public final LockToken getLockToken()
getLockRoot
public final LockRoot getLockRoot()
Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.