diff artifacts/src/main/java/de/intevation/artifacts/Artifact.java @ 55:9a29899b31e5

describe() in REST interface is also handled as POST to pass optional parameters. artifacts/trunk@283 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 04 Nov 2009 14:38:37 +0000
parents 4ae4dc99127d
children d4c4c23847f5
line wrap: on
line diff
--- a/artifacts/src/main/java/de/intevation/artifacts/Artifact.java	Wed Oct 21 11:06:23 2009 +0000
+++ b/artifacts/src/main/java/de/intevation/artifacts/Artifact.java	Wed Nov 04 14:38:37 2009 +0000
@@ -56,7 +56,7 @@
      * @param context The global context of the runtime system.
      * @return An XML representation of the current state of the artifact.
      */
-    Document describe(CallContext context);
+    Document describe(Document data, CallContext context);
 
     /**
      * Change the internal state of the artifact.

http://dive4elements.wald.intevation.org