Uses of Class
com.ithit.webdav.server.exceptions.LockedException
Packages that use 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
Methods in com.ithit.webdav.server that throw LockedExceptionModifier and TypeMethodDescriptionvoidCreates 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.voidHierarchyItem.delete()Deletes this item.Locks this item.voidMoves this item to the destination folder under a new name.voidHierarchyItem.updateProperties(Property[] setProps, Property[] delProps) Adds, modifies and removes properties for this item.longFile.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
Methods in com.ithit.webdav.server.deltav that throw LockedExceptionModifier and TypeMethodDescriptionVersionableItem.checkIn()Creates new version.voidVersionableItem.checkOut()Allow modifications to the content and properties of this version-controlled item.voidVersionableItem.putUnderVersionControl(boolean enable) Puts or removes current item from version control.voidVersionableItem.setAutoCheckIn(boolean value) Sets flag which indicates if item will be checked-in by the engine during the unlock request.voidVersionableItem.setAutoVersion(AutoVersion value) Sets auth versioning mode for this item.voidDeltaVItem.setComment(String comment) Sets brief comment about a resource that is suitable for presentation to a user.voidDeltaVItem.setCreatorDisplayName(String name) Sets display name of the user that created this item.voidVersionableItem.unCheckOut()Cancels the checkout and restores the pre-checkout state of the version-controlled item.voidVersionableItem.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
Methods in com.ithit.webdav.server.resumableupload that throw LockedExceptionModifier and TypeMethodDescriptionvoidResumableUpload.cancelUpload()In this method implementation you can delete partially uploaded file.