comparison src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java @ 7:06e9e25632cd 0.1

Added a method to the HttpClient to list the collection of a user. http-client/trunk@1615 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 30 Mar 2011 07:48:39 +0000
parents 09a84c6e263a
children 072e8d488f83
comparison
equal deleted inserted replaced
6:09a84c6e263a 7:06e9e25632cd
80 * Users API 80 * Users API
81 *******************************/ 81 *******************************/
82 82
83 Document listUsers() 83 Document listUsers()
84 throws ConnectionException; 84 throws ConnectionException;
85
86 Document listUserCollections(String userid)
87 throws ConnectionException;
85 } 88 }
86 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: 89 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:

http://dive4elements.wald.intevation.org