Uses of Class
com.ithit.webdav.server.exceptions.MultistatusException

Packages that use MultistatusException
com.ithit.webdav.server Contains interfaces required by Class 1, Class2 compliant WebDav implementations. 
 

Uses of MultistatusException in com.ithit.webdav.server
 

Methods in com.ithit.webdav.server that throw MultistatusException
 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.
 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.
 



Copyright © 2009 ITHit. All Rights Reserved.