Uses of Class
com.sas.services.webdav.DavPropertyItem

Packages that use DavPropertyItem
com.sas.services.webdav Provides a client API for accessing WebDAV servers. 
 

Uses of DavPropertyItem in com.sas.services.webdav
 

Methods in com.sas.services.webdav that return types with arguments of type DavPropertyItem
 java.util.List<DavPropertyItem> DavPropertyResult.getDavProperties()
          Gets the DAV property items for all DAV resources.
 java.util.Map<java.lang.String,java.util.List<DavPropertyItem>> DavPropertyResult.getDavPropertyItemMap()
          Gets the map keyed by the href of a DAV property's resource to the list of its items.
 

Methods in com.sas.services.webdav with parameters of type DavPropertyItem
 boolean DavPropertyResult.addDavPropertyItem(DavPropertyItem davPropertyItem)
          Adds a DAV property item for a specified DAV resource.
 

Method parameters in com.sas.services.webdav with type arguments of type DavPropertyItem
static PropertyMap Utils.convertDavPropertyArray(java.util.List<DavPropertyItem> davPropertyItems)
           
static java.util.Map Utils.transformDavProperties(java.lang.String url, java.util.List<DavPropertyItem> davPropertyItems, int key)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.