diff artifacts/src/main/java/de/intevation/artifacts/Artifact.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 a1200c6ed048
children 694d818e99b2
line wrap: on
line diff
--- a/artifacts/src/main/java/de/intevation/artifacts/Artifact.java	Fri May 27 08:47:31 2011 +0000
+++ b/artifacts/src/main/java/de/intevation/artifacts/Artifact.java	Tue May 31 14:53:36 2011 +0000
@@ -104,6 +104,21 @@
     throws IOException;
 
     /**
+     * Produce output for this artifact.
+     * @param type Specifies the type of the output.
+     * @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.
+     */
+    void out(
+        String       type,
+        Document     format,
+        OutputStream out,
+        CallContext  context)
+    throws IOException;
+
+    /**
      * When created by a factory this method is called to
      * initialize the artifact.
      * @param identifier The identifier from artifact database

http://dive4elements.wald.intevation.org