Uses of Class
com.ithit.webdav.server.exceptions.LockedException
Package
Description
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
Contains interfaces required by DeltaV compatible servers.
Provides classes for handling resumable upload.
-
Uses of LockedException in com.ithit.webdav.server
Modifier and TypeMethodDescriptionvoid
Creates a copy of this item with a new name in the destination folder.Folder.createFile
(String name) Creates new WebDAV file with the specified name in this folder.Folder.createFolder
(String name) Creates new WebDAV folder with the specified name in this folder.void
HierarchyItem.delete()
Deletes this item.Locks this item.void
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. -
Uses of LockedException in com.ithit.webdav.server.deltav
Modifier and TypeMethodDescriptionVersionableItem.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. -
Uses of LockedException in com.ithit.webdav.server.resumableupload
Modifier and TypeMethodDescriptionvoid
ResumableUpload.cancelUpload()
In this method implementation you can delete partially uploaded file.