comparison artifacts/src/main/java/de/intevation/artifacts/Artifact.java @ 82:efe752c4f8b2

Call cleanup method to remove special data stored by an 'out'-target before exporting an artifact. artifacts/trunk@810 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 22 Mar 2010 09:03:30 +0000
parents e9c80fdfee13
children 78263e910675
comparison
equal deleted inserted replaced
81:e9c80fdfee13 82:efe752c4f8b2
114 * Called from artifact database when an artifact is 114 * Called from artifact database when an artifact is
115 * going to be removed from system. 115 * going to be removed from system.
116 * @param context The global context of the runtime system. 116 * @param context The global context of the runtime system.
117 */ 117 */
118 public void endOfLife(Object context); 118 public void endOfLife(Object context);
119
120
121 /**
122 * Called from artifact database before an artifact is
123 * going to be exported as xml document.
124 */
125 public void cleanup(Object context);
119 } 126 }
120 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: 127 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:

http://dive4elements.wald.intevation.org