|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
DAVResource.getChildrenProperties(PropertyName[] properties)
Get all the properties of a collection's members (depth=1) in as single server request. |
org.apache.webdav.lib.Property[] |
DAVResourceInterface.getProperties(PropertyName[] propNames)
Get the property values for the properties specified in the parameter |
org.apache.webdav.lib.Property[] |
DAVResource.getProperties(PropertyName[] propNames)
Returns all the properties specified in the parameter on the DAV resource |
org.apache.webdav.lib.Property[] |
DAVResourceInterface.getProperty(PropertyName propName)
Get the property value for the property specified in the parameter |
org.apache.webdav.lib.Property[] |
DAVResource.getProperty(PropertyName propName)
Returns a property for a given property name. |
void |
DAVResourceInterface.removeProperties(PropertyName[] propNames)
Remove the properties specified in the parameter |
void |
DAVResource.removeProperties(PropertyName[] props)
Remove/delete properties from a resource |
void |
DAVResourceInterface.removeProperty(PropertyName propName)
Remove the property specified in the parameter |
void |
DAVResource.removeProperty(PropertyName prop)
Remove/delete a property from a resource |
void |
DAVResourceInterface.setProperties(PropertyName[] propNames,
java.lang.String[] props)
Set the values of properties, as given in the parameter |
void |
DAVResource.setProperties(PropertyName[] props,
java.lang.String[] propValues)
Set properties on the resource |
void |
DAVResourceInterface.setProperty(PropertyName propName,
java.lang.String prop)
Set the value of a property, as given in the parameter |
void |
DAVResource.setProperty(PropertyName prop,
java.lang.String propValue)
Set a property on the resource |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |