Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 963:f48cef242e7f
Datacage: recommendation mechanism now accepts nodes to append results.
flys-artifacts/trunk@2382 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 20 Jul 2011 22:03:50 +0000 |
parents | 2de1808503be |
children | ff6ce301c472 |
comparison
equal
deleted
inserted
replaced
962:2de1808503be | 963:f48cef242e7f |
---|---|
1 2011-07-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/services/meta/Builder.java: | |
4 Now it is possible to directly pass a Node as a root to the builder. | |
5 The owning document if fetch by Node.getOwnerDocument(). This is | |
6 useful if you want to generate the recommendation directly into | |
7 an already existing document under a given node. | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/services/meta/DataCage.java: | |
10 Changed the signature of recommend() to accept a node where to | |
11 append the recommendations. | |
12 | |
1 2011-07-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 13 2011-07-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 14 |
3 * src/main/java/de/intevation/flys/artifacts/services/meta/Builder.java: | 15 * src/main/java/de/intevation/flys/artifacts/services/meta/Builder.java: |
4 Added a macro mechanism: | 16 Added a macro mechanism: |
5 | 17 |