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

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

Uses of DavPropertyResult in com.sas.services.webdav
 

Methods in com.sas.services.webdav that return DavPropertyResult
abstract  DavPropertyResult DAVResourceInterface.doReport(org.apache.jackrabbit.webdav.version.report.ReportInfo reportInfo)
          Gets a report on the current DAV resource.
 DavPropertyResult DAVResource.doReport(org.apache.jackrabbit.webdav.version.report.ReportInfo reportInfo)
          Gets a report on the current DAV resource.
abstract  DavPropertyResult DAVResourceInterface.doSearch(org.apache.jackrabbit.webdav.search.SearchInfo searchInfo)
          The SEARCH method invokes one of the implemented search grammars on the server to evaluate the query.
 DavPropertyResult DAVResource.doSearch(org.apache.jackrabbit.webdav.search.SearchInfo searchInfo)
          The SEARCH method invokes one of the implemented search grammars on the server to evaluate the query.
abstract  DavPropertyResult DAVResourceInterface.getDavProperties()
          Gets all of the DAV resource's properties using the resource's depth.
 DavPropertyResult DAVResource.getDavProperties()
          Gets all of the DAV resource's properties using the resource's depth.
abstract  DavPropertyResult DAVResourceInterface.getDavProperties(org.apache.jackrabbit.webdav.property.DavPropertyNameSet davPropertyNameSet, int depth)
          Gets the properties for the specified DAV property names and search depth.
 DavPropertyResult DAVResource.getDavProperties(org.apache.jackrabbit.webdav.property.DavPropertyNameSet davPropertyNameSet, int depth)
          Gets the properties for the specified DAV property names and search depth.
abstract  DavPropertyResult DAVResourceInterface.getDavProperties(int depth)
          Gets all of the DAV resource's properties for the specified depth.
 DavPropertyResult DAVResource.getDavProperties(int depth)
          Gets all of the DAV resource's properties for the specified depth.
abstract  DavPropertyResult DAVResourceInterface.getDavProperties(PropertyName[] propertyNames)
          Gets all the properties for the specified property names on the DAV resource.
 DavPropertyResult DAVResource.getDavProperties(PropertyName[] propertyNames)
          Gets all the properties for the specified property names on the DAV resource.
abstract  DavPropertyResult DAVResourceInterface.getDavProperties(PropertyName[] propertyNames, int depth)
          Gets all the properties for the specified property names on the DAV resource.
 DavPropertyResult DAVResource.getDavProperties(PropertyName[] propertyNames, int depth)
          Gets all the properties for the specified property names on the DAV resource.
abstract  DavPropertyResult DAVResourceInterface.getDavPropertyNames()
          Gets DAV properties for all of a DAV resource's property names.
 DavPropertyResult DAVResource.getDavPropertyNames()
          Gets DAV properties for all of a DAV resource's property names.
abstract  DavPropertyResult DAVResourceInterface.getDavPropertyNames(int depth)
          Gets DAV properties for all of a DAV resource's property names for the specified depth.
 DavPropertyResult DAVResource.getDavPropertyNames(int depth)
          Gets DAV properties for all of a DAV resource's property names for the specified depth.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.