Mercurial > dive4elements > framework
comparison ChangeLog @ 196:171b6200d26d
Added a describe() action for collections - the implementation in the artifact server is currently just a stub that throws an not implemented exception.
artifacts/trunk@1426 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 08 Mar 2011 10:38:14 +0000 |
parents | 63f555bbdbc0 |
children | 94654cbf8db2 |
comparison
equal
deleted
inserted
replaced
195:63f555bbdbc0 | 196:171b6200d26d |
---|---|
1 2011-03-08 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java, | |
4 artifacts/src/main/java/de/intevation/artifacts/ArtifactDatabase.java: | |
5 New method describeCollection() that might be used to retrieve a list of | |
6 items in the collection and the facets supported by those items. | |
7 | |
8 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/CollectionResource.java: | |
9 Enabled the describeCollection() method with an action 'describe' equal | |
10 to the implementation of describe of an artifact. | |
11 | |
1 2011-03-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 12 2011-03-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 13 |
3 * artifact-database/src/main/resources/sql/org-h2-driver.properties | 14 * artifact-database/src/main/resources/sql/org-h2-driver.properties |
4 artifact-database/src/main/resources/sql/org-postgresql-driver.properties: | 15 artifact-database/src/main/resources/sql/org-postgresql-driver.properties: |
5 The cleaner job is scanning the artifact database for outdated artifacts. | 16 The cleaner job is scanning the artifact database for outdated artifacts. |