Uses of Interface
com.ithit.webdav.server.HierarchyItem
Package
Description
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
Contains interfaces required by DeltaV compatible servers.
This package provides paging and sorting classes.
Contains interfaces for creating server which supports DASL server search.
Contains interfaces for creating server which supports collection synchronization.
-
Uses of HierarchyItem in com.ithit.webdav.server
Modifier and TypeInterfaceDescriptioninterface
Represents a file in the WebDAV repository.interface
Represents a folder in the WebDAV repository.Modifier and TypeMethodDescriptionabstract HierarchyItem
Engine.getHierarchyItem
(String pathAndQuery) Implementation of this abstract method is used by WebDAV engine to find hierarchy item objects by path.Modifier and TypeMethodDescriptionvoid
MethodHandler.processRequest
(DavRequest request, DavResponse response, HierarchyItem item) Enables processing of HTTP Web requests by a custom handler. -
Uses of HierarchyItem in com.ithit.webdav.server.deltav
Modifier and TypeInterfaceDescriptioninterface
Base interface for items that support versioning and item versions (DeltaV items).interface
Contains all versions of a particular version-controlled item.interface
Represents single item version.interface
This interface must be implemented on items that support versioning. -
Uses of HierarchyItem in com.ithit.webdav.server.paging
Modifier and TypeMethodDescriptionList<? extends HierarchyItem>
PageResults.getPage()
Items that correspond to the requested page and sorting.ModifierConstructorDescriptionPageResults
(List<? extends HierarchyItem> page, Long totalItems) Initializes a new instance of thePageResults
class. -
Uses of HierarchyItem in com.ithit.webdav.server.search
Modifier and TypeInterfaceDescriptioninterface
Represents a folder that supports search according to DASL standard. -
Uses of HierarchyItem in com.ithit.webdav.server.synchronization
Modifier and TypeInterfaceDescriptioninterface
Represents item change.interface
This specification defines an extension to Web Distributed Authoring and Versioning (WebDAV) that allows efficient synchronization of he contents of a WebDAV collection.