comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/OutputTransition.java @ 99:bb45c5097cb6

ehcache Integration for storing the chartresultvalues gnv-artifacts/trunk@146 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 28 Sep 2009 14:17:15 +0000
parents bd284d8306db
children ef157bd2fa92
comparison
equal deleted inserted replaced
98:156db25ad4b4 99:bb45c5097cb6
18 * Returns the Rendered Result of an Transition. 18 * Returns the Rendered Result of an Transition.
19 * @param outputMode The Mode that should be produces (Chart, Map, ...) 19 * @param outputMode The Mode that should be produces (Chart, Map, ...)
20 * @return The Bytecode of the Result 20 * @return The Bytecode of the Result
21 * @throws TransitionException 21 * @throws TransitionException
22 */ 22 */
23 public void out( String outputMode, Collection<InputData> inputData, OutputStream outputStream) throws TransitionException; 23 public void out( String outputMode, Collection<InputData> inputData, OutputStream outputStream, String uuid) throws TransitionException;
24 24
25 /** 25 /**
26 * Delivers the provided OutputModes of an Transition 26 * Delivers the provided OutputModes of an Transition
27 * @return the provided OutputModes of an Transition 27 * @return the provided OutputModes of an Transition
28 */ 28 */

http://dive4elements.wald.intevation.org