|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HierarchyItem | |
|---|---|
| com.ithit.webdav.server | Contains interfaces required by Class 1, Class2 compliant WebDav implementations. |
| com.ithit.webdav.server.deltav | Contains interfaces required by DeltaV compatible servers. |
| Uses of HierarchyItem in com.ithit.webdav.server |
|---|
| Subinterfaces of HierarchyItem in com.ithit.webdav.server | |
|---|---|
interface |
File
Represents a file in the WebDAV repository. |
interface |
Folder
Represents a folder in the WebDAV repository. |
| Methods in com.ithit.webdav.server that return HierarchyItem | |
|---|---|
abstract HierarchyItem |
Engine.getHierarchyItem(java.lang.String contextPath)
Implementation of this abstract method is used by WebDAV engine to find hierarchy item objects by path. |
| Methods in com.ithit.webdav.server that return types with arguments of type HierarchyItem | |
|---|---|
java.util.List<? extends HierarchyItem> |
Folder.getChildren()
Gets the array of this folder's children. |
| Methods in com.ithit.webdav.server with parameters of type HierarchyItem | |
|---|---|
void |
MethodHandler.processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HierarchyItem item)
Enables processing of HTTP Web requests by a custom handler. |
| Uses of HierarchyItem in com.ithit.webdav.server.deltav |
|---|
| Subinterfaces of HierarchyItem in com.ithit.webdav.server.deltav | |
|---|---|
interface |
DeltaVItem
Base interface for items that support versioning and item versions (DeltaV items). |
interface |
History
Contains all versions of a particular version-controlled item. |
interface |
Version
Represents single item version. |
interface |
VersionableItem
This interface must be implemented on items that support versioning. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||