Mercurial > dive4elements > framework
comparison artifact-database/src/main/java/de/intevation/artifactdatabase/state/State.java @ 205:2a9591f76270
Changed the return type of a State's describe() method.
artifacts/trunk@1462 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 14 Mar 2011 14:19:28 +0000 |
parents | 33271242e303 |
children | b75fca1ac215 |
comparison
equal
deleted
inserted
replaced
204:5c93fb142970 | 205:2a9591f76270 |
---|---|
9 | 9 |
10 import java.io.Serializable; | 10 import java.io.Serializable; |
11 import java.util.Map; | 11 import java.util.Map; |
12 | 12 |
13 import org.w3c.dom.Document; | 13 import org.w3c.dom.Document; |
14 import org.w3c.dom.Element; | |
14 import org.w3c.dom.Node; | 15 import org.w3c.dom.Node; |
15 | 16 |
16 import de.intevation.artifacts.CallContext; | 17 import de.intevation.artifacts.CallContext; |
17 | 18 |
18 import de.intevation.artifactdatabase.data.StateData; | 19 import de.intevation.artifactdatabase.data.StateData; |
75 * @param document Describe doucment. | 76 * @param document Describe doucment. |
76 * @param rootNode Parent node for all new elements. | 77 * @param rootNode Parent node for all new elements. |
77 * @param context The CallContext. | 78 * @param context The CallContext. |
78 * @param uuid The uuid of an artifact. | 79 * @param uuid The uuid of an artifact. |
79 */ | 80 */ |
80 public void describe( | 81 public Element describe( |
81 Document document, | 82 Document document, |
82 Node rootNode, | 83 Node rootNode, |
83 CallContext context, | 84 CallContext context, |
84 String uuid | 85 String uuid |
85 ); | 86 ); |