Mercurial > dive4elements > framework
comparison ChangeLog @ 75:d4c4c23847f5
Extended the Artifact-Interface-Method setup to be able to put the XML-Document which can contain further Data
to the Artifact-Implementation.
artifacts/trunk@649 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 01 Feb 2010 13:54:05 +0000 |
parents | 66f43d1e69eb |
children | 5b1ca000483c |
comparison
equal
deleted
inserted
replaced
74:66f43d1e69eb | 75:d4c4c23847f5 |
---|---|
1 2010-02-01 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/CreateResource.java (innerPost): | |
4 Put the XML-Document which was send by the client to the | |
5 ArtifactDatabase.createArtifactWithFactory-Method. | |
6 | |
7 * artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultArtifactFactory.java (createArtifact), | |
8 artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java (createArtifactWithFactory), | |
9 artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultArtifact.java (setup), | |
10 artifacts/src/main/java/de/intevation/artifacts/ArtifactFactory.java (setup), | |
11 artifacts/src/main/java/de/intevation/artifacts/ArtifactDatabase.java (createArtifactWithFactory), | |
12 artifacts/src/main/java/de/intevation/artifacts/Artifact.java (setup): | |
13 Changed Method signatures so that it is possible to put the Document | |
14 which will be send during the create Step of an Artifact to the Setup-Routine | |
15 of an Artifact. | |
16 Now it is possible to send further Informations to the Artifact using the | |
17 XML-Document. | |
18 This is nessesary for manipoulating the Artifact e.g. setting Parameters | |
19 which should only be displaied or e.g. put an Geometry-Object into the | |
20 Artifact which should limit the displayed results. | |
21 | |
1 2010-01-27 Hans Plum <hans@intevation.de> | 22 2010-01-27 Hans Plum <hans@intevation.de> |
2 | 23 |
3 RELEASE 0.4 | 24 RELEASE 0.4 |
4 | 25 |
5 * Changes, NEWS, ChangeLog: summarized activities. | 26 * Changes, NEWS, ChangeLog: summarized activities. |