| Package | Description |
|---|---|
| com.ithit.webdav.server |
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
|
| com.ithit.webdav.server.deltav |
Contains interfaces required by DeltaV compatible servers.
|
| com.ithit.webdav.server.resumableupload |
Provides classes for handling resumable upload.
|
| 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.
|
File |
Folder.createFile(String name)
Creates new WebDAV file with the specified name in this folder.
|
void |
Folder.createFolder(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,
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.
|
long |
File.write(InputStream content,
String contentType,
long startIndex,
long totalFileSize)
Saves the content of the file from the specified stream to the WebDAV repository.
|
| Modifier and Type | Method and Description |
|---|---|
String |
VersionableItem.checkIn()
Creates new version.
|
void |
VersionableItem.checkOut()
Allow modifications to the content and properties of this version-controlled item.
|
void |
VersionableItem.putUnderVersionControl(boolean enable)
Puts or removes current item from version control.
|
void |
VersionableItem.setAutoCheckIn(boolean value)
Sets flag which indicates if item will be checked-in by the engine during the unlock request.
|
void |
VersionableItem.setAutoVersion(AutoVersion value)
Sets auth versioning mode for this item.
|
void |
DeltaVItem.setComment(String comment)
Sets brief comment about a resource that is suitable for presentation to a user.
|
void |
DeltaVItem.setCreatorDisplayName(String name)
Sets display name of the user that created this item.
|
void |
VersionableItem.unCheckOut()
Cancels the checkout and restores the pre-checkout state of the version-controlled item.
|
void |
VersionableItem.updateToVersion(Version version)
Updates content and properties of the item to those identified by version parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResumableUpload.cancelUpload()
In this method implementation you can delete partially uploaded file.
|
Copyright © ITHit. All Rights Reserved.