Package | Description |
---|---|
com.ithit.webdav.server |
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
|
com.ithit.webdav.server.search |
Contains interfaces for creating server which supports DASL server search.
|
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 |
---|---|
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.