Package | Description |
---|---|
com.ithit.webdav.server |
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
|
com.ithit.webdav.server.deltav |
Contains interfaces required by DeltaV compatible servers.
|
com.ithit.webdav.server.paging |
This package provides paging and sorting classes.
|
com.ithit.webdav.server.search |
Contains interfaces for creating server which supports DASL server search.
|
Modifier and Type | Interface and Description |
---|---|
interface |
File
Represents a file in the WebDAV repository.
|
interface |
Folder
Represents a folder in the WebDAV repository.
|
Modifier and Type | Method and Description |
---|---|
abstract HierarchyItem |
Engine.getHierarchyItem(String pathAndQuery)
Implementation of this abstract method is used by WebDAV engine to find hierarchy item objects by path.
|
Modifier and Type | Method and Description |
---|---|
void |
MethodHandler.processRequest(DavRequest request,
DavResponse response,
HierarchyItem item)
Enables processing of HTTP Web requests by a custom handler.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<? extends HierarchyItem> |
PageResults.getPage()
Items that correspond to the requested page and sorting.
|
Constructor and Description |
---|
PageResults(List<? extends HierarchyItem> page,
Long totalItems)
Initializes a new instance of the
PageResults class. |
Modifier and Type | Interface and Description |
---|---|
interface |
Search
Represents a folder that supports search according to DASL standard.
|
Copyright © ITHit. All Rights Reserved.