diff artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultArtifactCollection.java @ 269:d9a99b28a847

Added support for the 'type' parameter of artifacts and collections out() call. artifacts/trunk@2030 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 31 May 2011 14:53:36 +0000
parents f75f83af19e0
children 942a54670a72
line wrap: on
line diff
--- a/artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultArtifactCollection.java	Fri May 27 08:47:31 2011 +0000
+++ b/artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultArtifactCollection.java	Tue May 31 14:53:36 2011 +0000
@@ -330,12 +330,17 @@
 
     /**
      * Produce output for this collection.
+     * @param type Specifies the output type.
      * @param format Specifies the format of the output.
      * @param out Stream to write the result data to.
      * @param context The global context of the runtime system.
      * @throws IOException Thrown if an I/O occurs.
      */
-    public void out(Document format, OutputStream out, CallContext context)
+    public void out(
+        String       type,
+        Document     format,
+        OutputStream out,
+        CallContext  context)
     throws IOException
     {
         logger.debug("DefaultArtifactCollection.out");

http://dive4elements.wald.intevation.org