Package | Description |
---|---|
com.ithit.webdav.server |
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
HierarchyItem.copyTo(Folder folder,
String destName,
boolean deep)
Creates a copy of this item with a new name in the destination folder.
|
void |
HierarchyItem.delete()
Deletes this item.
|
LockResult |
Lock.lock(boolean shared,
boolean deep,
long timeout,
String owner)
Locks this item.
|
void |
HierarchyItem.moveTo(Folder folder,
String destName)
Moves this item to the destination folder under a new name.
|
void |
HierarchyItem.updateProperties(Property[] setProps,
Property[] delProps)
Adds, modifies and removes properties for this item.
|
Copyright © ITHit. All Rights Reserved.