Mercurial > dive4elements > framework
comparison ChangeLog @ 108:9ece61d918b1
Improved the StateEngine and the TransitionEngine to retrieve the reachable states of a current state.
artifacts/trunk@1297 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 07 Feb 2011 11:20:31 +0000 |
parents | 39d9391059bd |
children | ab646e0f5569 |
comparison
equal
deleted
inserted
replaced
107:39d9391059bd | 108:9ece61d918b1 |
---|---|
1 2011-02-07 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/StateEngine.java: | |
4 There is a new method that returns a state based on its ID. | |
5 | |
6 * artifact-database/src/main/java/de/intevation/artifactdatabase/transition/TransitionEngine.java: | |
7 There is a new method that retrieves the reachable states of a specific | |
8 state. | |
9 | |
1 2011-02-04 Ingo Weinzierl <ingo@intevation.de> | 10 2011-02-04 Ingo Weinzierl <ingo@intevation.de> |
2 | 11 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/ProtocolUtils.java: | 12 * artifact-database/src/main/java/de/intevation/artifactdatabase/ProtocolUtils.java: |
4 New. This class provides functions that should help creating the artifact | 13 New. This class provides functions that should help creating the artifact |
5 protocol documents of the services describe, feed, advance and out. | 14 protocol documents of the services describe, feed, advance and out. |