Uses of Interface
com.ithit.webdav.server.Folder
Packages that use Folder
Package
Description
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
Contains interfaces for creating server which supports DASL server search.
Contains interfaces for creating server which supports collection synchronization.
-
Uses of Folder in com.ithit.webdav.server
Methods in com.ithit.webdav.server that return FolderModifier and TypeMethodDescriptionFolder.createFolder
(String name) Creates new WebDAV folder with the specified name in this folder.Methods in com.ithit.webdav.server with parameters of type Folder -
Uses of Folder in com.ithit.webdav.server.search
Subinterfaces of Folder in com.ithit.webdav.server.searchModifier and TypeInterfaceDescriptioninterface
Represents a folder that supports search according to DASL standard. -
Uses of Folder in com.ithit.webdav.server.synchronization
Subinterfaces of Folder in com.ithit.webdav.server.synchronizationModifier and TypeInterfaceDescriptioninterface
This specification defines an extension to Web Distributed Authoring and Versioning (WebDAV) that allows efficient synchronization of he contents of a WebDAV collection.