| Package | Description |
|---|---|
| net.java.dev.webdav.jaxrs.xml.elements |
This package contains WebDAV XML Elements.
|
| Modifier and Type | Field and Description |
|---|---|
static LockScope |
LockScope.EXCLUSIVE |
static LockScope |
LockScope.SHARED |
| Modifier and Type | Method and Description |
|---|---|
LockScope |
ActiveLock.getLockScope() |
LockScope |
LockInfo.getLockScope() |
LockScope |
LockEntry.getLockScope() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<LockScope> |
LockScope.Adapter.getConstants() |
| Constructor and Description |
|---|
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-2014 The java.net WebDAV Project. All Rights Reserved.