| 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.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 | Method and Description |
|---|---|
static Property |
Property.create(String namespace,
String name,
String value)
Creates a WebDAV property.
|
static Property |
Property.createRaw(String namespace,
String name,
String xmlValueRaw)
Creates a WebDAV property with value set to raw XML string.
|
| 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)
Adds, modifies and removes properties for this item.
|
void |
HierarchyItem.updateProperties(Property[] setProps,
Property[] delProps)
Adds, modifies and removes properties for this item.
|
| Modifier and Type | Method and Description |
|---|---|
PageResults |
Folder.getChildren(List<Property> propNames,
Long offset,
Long nResults,
List<OrderProperty> orderProps)
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 |
|---|---|
Property |
OrderProperty.getProperty()
Property name.
|
| Constructor and Description |
|---|
OrderProperty(Property property,
boolean ascending)
Initializes new instance.
|
| Modifier and Type | Method and Description |
|---|---|
PageResults |
Search.search(String searchString,
SearchOptions options,
List<Property> propNames,
Long offset,
Long nResults)
Returns a list of items that correspond to search request.
|
Copyright © ITHit. All Rights Reserved.