Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 970:e456aca4eb7b
meta data service: Adjusted to use the DataCage recommendations.
flys-artifacts/trunk@2395 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 22 Jul 2011 10:41:30 +0000 |
parents | 2c8fc60125b9 |
children | d0c9a5f32c30 |
comparison
equal
deleted
inserted
replaced
969:2c8fc60125b9 | 970:e456aca4eb7b |
---|---|
1 2011-07-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/services/MetaDataService.java: | |
4 Adjusted to use the DataCage recommendations. The incomming document | |
5 can pass the artifacts UUID by '/art:outs/@value' the outs as a | |
6 comma separated list in '/art:outs/@value' and optional a set of | |
7 filters comma separated in '/art:filters/@value'. | |
8 | |
9 If UUID and OUTS are not given the old service is used. This | |
10 should be removed as soon as the client uses the new service. | |
11 | |
1 2011-07-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 12 2011-07-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/artifacts/services/meta/CompiledStatement.java: | 14 * src/main/java/de/intevation/flys/artifacts/services/meta/CompiledStatement.java: |
4 Allow '-' in variable names. | 15 Allow '-' in variable names. |
5 | 16 |