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

Packages that use PropertyMap
Package
Description
Provides a client API for accessing WebDAV servers.
  • Uses of PropertyMap in com.sas.services.webdav

    Fields in com.sas.services.webdav declared as PropertyMap
    Modifier and Type
    Field
    Description
    protected PropertyMap
    Resource._properties
     
    Methods in com.sas.services.webdav that return PropertyMap
    Modifier and Type
    Method
    Description
    Utils.convertDavPropertyArray(List<DavPropertyItem> davPropertyItems)
     
    RemoteResource.getProperties()
    Get the properties of a resource.
    Resource.getProperties()
    Get the properties of a resource.
    ResourceInterface.getProperties()
    Get the properties of an item in a property map
    DAVResource.getPropertyMap()
    Returns a property map of the resources properties.
    Methods in com.sas.services.webdav that return types with arguments of type PropertyMap
    Modifier and Type
    Method
    Description
    Map<String,PropertyMap>
    DAVResource.getChildrenProperties(PropertyName[] properties)
    Get all the properties of a collection's members (depth=1) in as single server request.
    Map<String,PropertyMap>
    Collection.getDavChildrenProperties()
    Gets all the properties of a collection and its members in as few server requests as possible.
    Map<String,PropertyMap>
    CollectionInterface.getDavChildrenProperties()
    Gets all the properties of a collection and its members in as few server requests as possible.
    Map<String,PropertyMap>
    RemoteCollection.getDavChildrenProperties()
    Gets all the properties of a collection and its members in as few server requests as possible.
    Methods in com.sas.services.webdav with parameters of type PropertyMap
    Modifier and Type
    Method
    Description
    static ResourceInterface
    ResourceFactory.bindResource(ResourceInterface model, String path, PropertyMap p)
    Bind to a resource using the model resource and path.
    static ResourceInterface
    ResourceFactory.bindResource(SharedResourceInterface sr, String path, PropertyMap p)
    Bind to a resource using the shared resource and path.
    ResourceInterface
    SharedResource.bindResource(String path, PropertyMap p)
    Calls the ResourceFactory.bindResource method for this instance and returns a remote collection.
    ResourceInterface
    SharedResourceInterface.bindResource(String path, PropertyMap p)
    Calls the ResourceFactory.bindResource method for this instance and returns a remote collection.
    void
    RemoteResource.removeProperties(PropertyMap pMap)
    Remove properties from an item
    void
    Resource.removeProperties(PropertyMap pMap)
    Remove properties from an item
    void
    ResourceInterface.removeProperties(PropertyMap pMap)
    Remove properties from an item
    void
    RemoteResource.setProperties(PropertyMap pMap)
    Set the properties of an item
    void
    Resource.setProperties(PropertyMap pMap)
    Set the properties of an item
    void
    ResourceInterface.setProperties(PropertyMap pMap)
    Set the properties of an item