Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 940:f4439e015278
Append artifact recommendations to the artifact's describe document.
flys-artifacts/trunk@2334 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 14 Jul 2011 15:30:55 +0000 |
parents | 32d0a543e3e8 |
children | 1b509e4cf99b |
comparison
equal
deleted
inserted
replaced
939:32d0a543e3e8 | 940:f4439e015278 |
---|---|
1 2011-07-14 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/CollectionMonitor.java: | |
4 Removed the code to generate new artifacts. Instead of creating new | |
5 artifacts automatically, we decided to suggest creating new artifacts | |
6 from specific types. Therefore, the DESCRIBE document of the artifacts | |
7 is extended with a node that contains recommended artifact types. | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: | |
10 FLYSArtifacts might be setup with the identifier of an other | |
11 FLYSArtifact. Subclasses are able to override a method called | |
12 initialize(Artifact, GlobalContext). This might be helpful to extract | |
13 required values or clone artifacts. | |
14 | |
1 2011-07-14 Ingo Weinzierl <ingo@intevation.de> | 15 2011-07-14 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java: | 17 * src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java: |
4 Adapted the signature of createArtifactContext() - it returns an | 18 Adapted the signature of createArtifactContext() - it returns an |
5 instance of GlobalContext now. | 19 instance of GlobalContext now. |