| Package | Description |
|---|---|
| com.ithit.webdav.server |
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
|
| com.ithit.webdav.server.exceptions |
Contains exceptions that can be thrown by implementation.
|
| com.ithit.webdav.server.search |
Contains interfaces for creating server which supports DASL server search.
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
HierarchyItem.getProperties(Property[] props)
Gets values of all properties or selected properties for this item.
|
List<Property> |
HierarchyItem.getPropertyNames()
Gets names of all properties for this item.
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
HierarchyItem.getProperties(Property[] props)
Gets values of all properties or selected properties for this item.
|
void |
HierarchyItem.updateProperties(Property[] setProps,
Property[] delProps)
Modifies and removes properties for this item.
|
void |
HierarchyItem.updateProperties(Property[] setProps,
Property[] delProps)
Modifies and removes properties for this item.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends HierarchyItem> |
Folder.getChildren(List<Property> propNames)
Gets the array of this folder's children.
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
PropStat.getProperties()
Retrieves list of properties with the same status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultistatusException.addResponse(String path,
Property property,
WebDavStatus status)
Adds response for a property.
|
void |
MultistatusException.addResponse(String path,
Property property,
WebDavStatus status,
String responseDescription,
String propResponseDescription)
Adds response for a property with a description.
|
| Constructor and Description |
|---|
PropStat(Property[] property,
WebDavStatus status,
String description)
Initializes new instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<HierarchyItem> |
Search.search(String searchString,
SearchOptions options,
List<Property> propNames)
Returns a list of items that correspond to search request.
|
Copyright © ITHit. All Rights Reserved.