Mercurial > dive4elements > framework
diff ChangeLog @ 106:ece0fdb07975
Implementations to initialize and retrieve states.
artifacts/trunk@1291 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 04 Feb 2011 10:50:53 +0000 |
parents | 265f150f4f7f |
children | 39d9391059bd |
line wrap: on
line diff
--- a/ChangeLog Fri Feb 04 08:55:17 2011 +0000 +++ b/ChangeLog Fri Feb 04 10:50:53 2011 +0000 @@ -1,3 +1,15 @@ +2011-02-04 Ingo Weinzierl <ingo@intevation.de> + + * artifact-database/src/main/java/de/intevation/artifactdatabase/state/AbstractState.java: + Implements the method setup() - the ID and the description of the state + are extracted at this place. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/state/StateEngine.java: + Added a method to retrieve the states of a specified artifact. + + * artifact-database/pom.xml: Added a dependency to the artifacts-common + package. + 2011-02-04 Ingo Weinzierl <ingo@intevation.de> * artifact-database/src/main/java/de/intevation/artifactdatabase/state/AbstractState.java: