Mercurial > dive4elements > framework
comparison 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 |
comparison
equal
deleted
inserted
replaced
105:265f150f4f7f | 106:ece0fdb07975 |
---|---|
1 2011-02-04 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/AbstractState.java: | |
4 Implements the method setup() - the ID and the description of the state | |
5 are extracted at this place. | |
6 | |
7 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/StateEngine.java: | |
8 Added a method to retrieve the states of a specified artifact. | |
9 | |
10 * artifact-database/pom.xml: Added a dependency to the artifacts-common | |
11 package. | |
12 | |
1 2011-02-04 Ingo Weinzierl <ingo@intevation.de> | 13 2011-02-04 Ingo Weinzierl <ingo@intevation.de> |
2 | 14 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/AbstractState.java: | 15 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/AbstractState.java: |
4 New. An abstract implementation of a State. Some basic getter and setter | 16 New. An abstract implementation of a State. Some basic getter and setter |
5 methods are implemented - setup() and describe() need to be implemented by | 17 methods are implemented - setup() and describe() need to be implemented by |