Uses of Class
com.sas.services.webdav.DavPropertyItem
Packages that use DavPropertyItem
-
Uses of DavPropertyItem in com.sas.services.webdav
Methods in com.sas.services.webdav that return types with arguments of type DavPropertyItemModifier and TypeMethodDescriptionList<DavPropertyItem> DavPropertyResult.getDavProperties()Gets the DAV property items for all DAV resources.Map<String, List<DavPropertyItem>> DavPropertyResult.getDavPropertyItemMap()Gets the map keyed by the href of a DAV property's resource to the list of its items.Methods in com.sas.services.webdav with parameters of type DavPropertyItemModifier and TypeMethodDescriptionbooleanDavPropertyResult.addDavPropertyItem(DavPropertyItem davPropertyItem) Adds a DAV property item for a specified DAV resource.static StringXMLUtil.getPropertyAsString(DavPropertyItem davPropertyItem) Method parameters in com.sas.services.webdav with type arguments of type DavPropertyItemModifier and TypeMethodDescriptionstatic PropertyMapUtils.convertDavPropertyArray(List<DavPropertyItem> davPropertyItems) static MapUtils.transformDavProperties(String url, List<DavPropertyItem> davPropertyItems, int key)