Uses of Class
com.sas.services.webdav.PropertyName
Packages that use PropertyName
-
Uses of PropertyName in com.sas.services.webdav
Fields in com.sas.services.webdav declared as PropertyNameModifier and TypeFieldDescriptionstatic final PropertyNamePropertyName.DAV_ACL_PNstatic final PropertyNamePropertyName.DAV_RESOURCETYPE_PNstatic final PropertyNameDAVConstants.PNAME_CURRUSER_PRIV_SETMethods in com.sas.services.webdav with parameters of type PropertyNameModifier and TypeMethodDescriptionMap<String, PropertyMap> DAVResource.getChildrenProperties(PropertyName[] properties) Get all the properties of a collection's members (depth=1) in as single server request.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.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.voidDAVResource.removeProperties(PropertyName[] propertyNames) Removes the properties specified in the parameter.voidDAVResourceInterface.removeProperties(PropertyName[] propNames) Removes the properties specified in the parameter.voidDAVResource.removeProperty(PropertyName propName) Removes the property specified in the parameter.voidDAVResourceInterface.removeProperty(PropertyName propName) Removes the property specified in the parameter.voidDAVResource.setProperties(PropertyName[] propNames, String[] propValues) Sets the values of properties, as given in the parameter.voidDAVResourceInterface.setProperties(PropertyName[] propNames, String[] propValues) Sets the values of properties, as given in the parameter.voidDAVResource.setProperty(PropertyName propName, String propValue) Sets the value of a property, as given in the parameter.voidDAVResourceInterface.setProperty(PropertyName propName, String propValue) Sets the value of a property, as given in the parameter.