Uses of Class
com.sas.services.webdav.PropertyMap
Packages that use PropertyMap
-
Uses of PropertyMap in com.sas.services.webdav
Fields in com.sas.services.webdav declared as PropertyMapMethods in com.sas.services.webdav that return PropertyMapModifier and TypeMethodDescriptionstatic PropertyMapUtils.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 mapDAVResource.getPropertyMap()Returns a property map of the resources properties.Methods in com.sas.services.webdav that return types with arguments of type PropertyMapModifier and TypeMethodDescriptionMap<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 PropertyMapModifier and TypeMethodDescriptionstatic ResourceInterfaceResourceFactory.bindResource(ResourceInterface model, String path, PropertyMap p) Bind to a resource using the model resource and path.static ResourceInterfaceResourceFactory.bindResource(SharedResourceInterface sr, String path, PropertyMap p) Bind to a resource using the shared resource and path.ResourceInterfaceSharedResource.bindResource(String path, PropertyMap p) Calls the ResourceFactory.bindResource method for this instance and returns a remote collection.ResourceInterfaceSharedResourceInterface.bindResource(String path, PropertyMap p) Calls the ResourceFactory.bindResource method for this instance and returns a remote collection.voidRemoteResource.removeProperties(PropertyMap pMap) Remove properties from an itemvoidResource.removeProperties(PropertyMap pMap) Remove properties from an itemvoidResourceInterface.removeProperties(PropertyMap pMap) Remove properties from an itemvoidRemoteResource.setProperties(PropertyMap pMap) Set the properties of an itemvoidResource.setProperties(PropertyMap pMap) Set the properties of an itemvoidResourceInterface.setProperties(PropertyMap pMap) Set the properties of an item