|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LockedException | |
|---|---|
| com.ithit.webdav.server | Contains interfaces required by Class 1, Class2 compliant WebDav implementations. |
| com.ithit.webdav.server.resumableupload | |
| Uses of LockedException in com.ithit.webdav.server |
|---|
| Methods in com.ithit.webdav.server that throw LockedException | |
|---|---|
void |
HierarchyItem.copyTo(Folder folder,
java.lang.String destName,
boolean deep)
Creates a copy of this item with a new name in the destination folder. |
File |
Folder.createFile(java.lang.String name)
Creates new WebDAV file with the specified name in this folder. |
void |
Folder.createFolder(java.lang.String name)
Creates new WebDAV folder with the specified name in this folder. |
void |
HierarchyItem.delete()
Deletes this item. |
LockResult |
Lock.lock(boolean shared,
boolean deep,
long timeout,
java.lang.String owner)
Locks this item. |
void |
HierarchyItem.moveTo(Folder folder,
java.lang.String destName)
Moves this item to the destination folder under a new name. |
void |
HierarchyItem.updateProperties(Property[] setProps,
Property[] delProps)
Modifies and removes properties for this item. |
void |
File.write(java.io.InputStream content,
java.lang.String contentType,
long startIndex,
long totalFileSize)
Saves the content of the file from the specified stream to the WebDAV repository. |
| Uses of LockedException in com.ithit.webdav.server.resumableupload |
|---|
| Methods in com.ithit.webdav.server.resumableupload that throw LockedException | |
|---|---|
void |
ResumableUpload.cancelUpload()
In this method implementation you can delete partially uploaded file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||