Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 111:7222d8fb53ea
Changed the way of storing transitions in the TransitionEngine.
flys-artifacts/trunk@1299 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 07 Feb 2011 11:32:59 +0000 |
parents | ff3335057f11 |
children | 0fab16cb4d44 |
comparison
equal
deleted
inserted
replaced
110:ff3335057f11 | 111:7222d8fb53ea |
---|---|
1 2011-02-07 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java: | |
4 The transitions are put into the TransitionEngine with the ID of the state | |
5 - not longer with the artifact name. On this way, we are able to fetch | |
6 just the transitions for a specific state, instead of all the transitions | |
7 of an artifact. | |
8 | |
1 2011-02-04 Ingo Weinzierl <ingo@intevation.de> | 9 2011-02-04 Ingo Weinzierl <ingo@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Describe() | 11 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Describe() |
4 returns the artifact's uuid and hash value. The whole implementation of | 12 returns the artifact's uuid and hash value. The whole implementation of |
5 describe() is still outstanding. | 13 describe() is still outstanding. |