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

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

Uses of PropertyName in com.sas.services.webdav
 

Fields in com.sas.services.webdav declared as PropertyName
static PropertyName PropertyName.DAV_ACL_PN
           
static PropertyName PropertyName.DAV_RESOURCETYPE_PN
           
static PropertyName DAVConstants.PNAME_CURRUSER_PRIV_SET
           
 

Methods in com.sas.services.webdav with parameters of type PropertyName
 java.util.Map<java.lang.String,PropertyMap> DAVResource.getChildrenProperties(PropertyName[] properties)
          Get all the properties of a collection's members (depth=1) in as single server request.
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  void DAVResourceInterface.removeProperties(PropertyName[] propNames)
          Removes the properties specified in the parameter.
 void DAVResource.removeProperties(PropertyName[] propertyNames)
          Removes the properties specified in the parameter.
abstract  void DAVResourceInterface.removeProperty(PropertyName propName)
          Removes the property specified in the parameter.
 void DAVResource.removeProperty(PropertyName propName)
          Removes the property specified in the parameter.
abstract  void DAVResourceInterface.setProperties(PropertyName[] propNames, java.lang.String[] propValues)
          Sets the values of properties, as given in the parameter.
 void DAVResource.setProperties(PropertyName[] propNames, java.lang.String[] propValues)
          Sets the values of properties, as given in the parameter.
abstract  void DAVResourceInterface.setProperty(PropertyName propName, java.lang.String propValue)
          Sets the value of a property, as given in the parameter.
 void DAVResource.setProperty(PropertyName propName, java.lang.String propValue)
          Sets the value of a property, as given in the parameter.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.