Mercurial > dive4elements > framework
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Wed Jan 27 14:58:20 2010 +0000 +++ b/ChangeLog Mon Feb 01 13:54:05 2010 +0000 @@ -1,3 +1,24 @@ +2010-02-01 Tim Englich <tim.englich@intevation.de> + + * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/CreateResource.java (innerPost): + Put the XML-Document which was send by the client to the + ArtifactDatabase.createArtifactWithFactory-Method. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultArtifactFactory.java (createArtifact), + artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java (createArtifactWithFactory), + artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultArtifact.java (setup), + artifacts/src/main/java/de/intevation/artifacts/ArtifactFactory.java (setup), + artifacts/src/main/java/de/intevation/artifacts/ArtifactDatabase.java (createArtifactWithFactory), + artifacts/src/main/java/de/intevation/artifacts/Artifact.java (setup): + Changed Method signatures so that it is possible to put the Document + which will be send during the create Step of an Artifact to the Setup-Routine + of an Artifact. + Now it is possible to send further Informations to the Artifact using the + XML-Document. + This is nessesary for manipoulating the Artifact e.g. setting Parameters + which should only be displaied or e.g. put an Geometry-Object into the + Artifact which should limit the displayed results. + 2010-01-27 Hans Plum <hans@intevation.de> RELEASE 0.4