Mercurial > dive4elements > framework
comparison ChangeLog @ 141:5d40faf1484d
Added a Rest resource that lists all collections of a specific user.
artifacts/trunk@1366 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 02 Mar 2011 13:31:59 +0000 |
parents | f141ae401a00 |
children | e986e32bc7d4 |
comparison
equal
deleted
inserted
replaced
140:f141ae401a00 | 141:5d40faf1484d |
---|---|
1 2011-03-02 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ListCollectionsResource.java: | |
4 New. A Rest resource that lists all collections of a specific user. | |
5 | |
6 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/RestApp.java: | |
7 Added the ListCollectionsResource. | |
8 | |
1 2011-03-02 Ingo Weinzierl <ingo@intevation.de> | 9 2011-03-02 Ingo Weinzierl <ingo@intevation.de> |
2 | 10 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/CreateCollectionResource.java: | 11 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/CreateCollectionResource.java: |
4 New. A Rest resource that might be used to create new collection that | 12 New. A Rest resource that might be used to create new collection that |
5 are owned by a specific user. | 13 are owned by a specific user. |