comparison artifacts/src/main/java/de/intevation/artifacts/Artifact.java @ 115:a1200c6ed048

Initial interfaces to handle with Collections and Users. artifacts/trunk@1338 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 01 Mar 2011 12:17:00 +0000
parents 933bbc9fc11f
children d9a99b28a847
comparison
equal deleted inserted replaced
114:19b86e27d0c3 115:a1200c6ed048
89 * @return An XML representation of the success of the feeding. 89 * @return An XML representation of the success of the feeding.
90 */ 90 */
91 Document feed(Document data, CallContext context); 91 Document feed(Document data, CallContext context);
92 92
93 /** 93 /**
94 * Produce output from this artifact. 94 * Produce output for this artifact.
95 * @param format Specifies the format of the output. 95 * @param format Specifies the format of the output.
96 * @param out Stream to write the result data to. 96 * @param out Stream to write the result data to.
97 * @param context The global context of the runtime system. 97 * @param context The global context of the runtime system.
98 * @throws IOException Thrown if an I/O occurs. 98 * @throws IOException Thrown if an I/O occurs.
99 */ 99 */

http://dive4elements.wald.intevation.org