|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.webdav.DavPropertyResult
public final class DavPropertyResult
Represents the DAV properties returned by one of the following WebDAV methods.
HttpPropfindHttpSearchIf partial results were returned by the server, (e.g. insufficient storage), then a list of href will be returned for the properties which were not returned.
| Constructor Summary | |
|---|---|
DavPropertyResult()
Constructs a default instance. |
|
| Method Summary | |
|---|---|
boolean |
addDavPropertyItem(DavPropertyItem davPropertyItem)
Adds a DAV property item for a specified DAV resource. |
java.util.List<DavPropertyItem> |
getDavProperties()
Gets the DAV property items for all DAV resources. |
java.util.Map<java.lang.String,java.util.List<DavPropertyItem>> |
getDavPropertyItemMap()
Gets the map keyed by the href of a DAV property's resource to the list of its items. |
java.util.Set<java.lang.String> |
getHrefs()
Gets the hrefs for the DAV properties which the server was unable to return perhaps because it had insufficient storage. |
boolean |
hasPartialResults()
Determines if this is a collection of partial results. |
| Constructor Detail |
|---|
public DavPropertyResult()
addDavPropertyItem(DavPropertyItem)| Method Detail |
|---|
public boolean hasPartialResults()
true if this is a collection of partial results.
If this is a partial result, then use getHrefs() to get the
hrefs of the DAV properties which were not returned.getHrefs()public boolean addDavPropertyItem(DavPropertyItem davPropertyItem)
href - The href of the DAV resource whose property is to be added.davPropertyItem - The DAV property item that is to be added.
true as specified by Collection.add(E).public java.util.Map<java.lang.String,java.util.List<DavPropertyItem>> getDavPropertyItemMap()
DavPropertyItem}.getDavProperties()public java.util.List<DavPropertyItem> getDavProperties()
Use getDavPropertyItemMap() to get a list of items given the href
of a DAV resource.
#getPropertiesMap()public java.util.Set<java.lang.String> getHrefs()
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||