comparison src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java @ 4:19b3ba7f2568

Added a method to the http client to list the existing users of the artifact database. http-client/trunk@1412 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 07 Mar 2011 13:42:33 +0000
parents 19a617578b88
children 7917c21fad01
comparison
equal deleted inserted replaced
3:19a617578b88 4:19b3ba7f2568
26 throws ConnectionException; 26 throws ConnectionException;
27 27
28 Object create(Document createDocument, ArtifactCreator creator) 28 Object create(Document createDocument, ArtifactCreator creator)
29 throws ConnectionException; 29 throws ConnectionException;
30 30
31 Object createCollection(
32 Document createDocument,
33 String ownerId,
34 ResponseHandler handler)
35 throws ConnectionException;
36
37 Object describe( 31 Object describe(
38 Artifact artifact, 32 Artifact artifact,
39 Document describeDocument, 33 Document describeDocument,
40 ResponseHandler handler) 34 ResponseHandler handler)
41 throws ConnectionException; 35 throws ConnectionException;
53 Artifact artifact, 47 Artifact artifact,
54 Document outDocument, 48 Document outDocument,
55 String target, 49 String target,
56 OutputStream out) 50 OutputStream out)
57 throws ConnectionException; 51 throws ConnectionException;
52
53
54 /*******************************
55 * Collections API
56 *******************************/
57 Object createCollection(
58 Document createDocument,
59 String ownerId,
60 ResponseHandler handler)
61 throws ConnectionException;
62
63
64 /*******************************
65 * Users API
66 *******************************/
67 Document listUsers()
68 throws ConnectionException;
58 } 69 }
59 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: 70 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:

http://dive4elements.wald.intevation.org