| Package | Description |
|---|---|
| net.java.dev.webdav.jaxrs.xml.elements |
This package contains WebDAV XML Elements.
|
| Modifier and Type | Method and Description |
|---|---|
Depth |
ActiveLock.depth()
Deprecated.
Since 1.1.1. Use
ActiveLock.getDepth() instead. |
Depth |
ActiveLock.getDepth() |
static Depth |
Depth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Depth[] |
Depth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ActiveLock(LockScope lockScope,
LockType lockType,
Depth depth,
Owner owner,
TimeOut timeOut,
LockToken lockToken,
LockRoot lockRoot) |
Copyright © 2008-2014 The java.net WebDAV Project. All Rights Reserved.