Uses of Class
com.sas.services.webdav.DavPropertyResult
Packages that use DavPropertyResult
-
Uses of DavPropertyResult in com.sas.services.webdav
Methods in com.sas.services.webdav that return DavPropertyResultModifier and TypeMethodDescriptionDAVResource.doReport(org.apache.jackrabbit.webdav.version.report.ReportInfo reportInfo) Gets a report on the current DAV resource.DAVResourceInterface.doReport(org.apache.jackrabbit.webdav.version.report.ReportInfo reportInfo) Gets a report on the current DAV resource.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.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.static DavPropertyResultResourceFactory.doSearch(ConnectionInfo cInfo, String searchString) Search for content satisfying the search filter on item metadata.DAVResource.getDavProperties()Gets all of the DAV resource's properties using the resource's depth.DAVResource.getDavProperties(int depth) Gets all of the DAV resource's properties for the specified depth.DAVResource.getDavProperties(PropertyName[] propertyNames) Gets all the properties for the specified property names on the DAV resource.DAVResource.getDavProperties(PropertyName[] propertyNames, int depth) Gets all the properties for the specified property names on the DAV resource.DAVResource.getDavProperties(org.apache.jackrabbit.webdav.property.DavPropertyNameSet davPropertyNameSet, int depth) Gets the properties for the specified DAV property names and search depth.DAVResourceInterface.getDavProperties()Gets all of the DAV resource's properties using the resource's depth.DAVResourceInterface.getDavProperties(int depth) Gets all of the DAV resource's properties for the specified depth.DAVResourceInterface.getDavProperties(PropertyName[] propertyNames) Gets all the properties for the specified property names on the DAV resource.DAVResourceInterface.getDavProperties(PropertyName[] propertyNames, int depth) Gets all the properties for the specified property names on the DAV resource.DAVResourceInterface.getDavProperties(org.apache.jackrabbit.webdav.property.DavPropertyNameSet davPropertyNameSet, int depth) Gets the properties for the specified DAV property names and search depth.DAVResource.getDavPropertyNames()Gets DAV properties for all of a DAV resource's property names.DAVResource.getDavPropertyNames(int depth) Gets DAV properties for all of a DAV resource's property names for the specified depth.DAVResourceInterface.getDavPropertyNames()Gets DAV properties for all of a DAV resource's property names.DAVResourceInterface.getDavPropertyNames(int depth) Gets DAV properties for all of a DAV resource's property names for the specified depth.