comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/DefaultState.java @ 941:1b509e4cf99b

Added a computeInit() method to intialize data/facets after creating new artifacts. flys-artifacts/trunk@2349 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 18 Jul 2011 09:20:42 +0000
parents c09c9e05ecfa
children 796c54058dc4
comparison
equal deleted inserted replaced
940:f4439e015278 941:1b509e4cf99b
281 List<Facet> facets, 281 List<Facet> facets,
282 Object old 282 Object old
283 ) { 283 ) {
284 return null; 284 return null;
285 } 285 }
286
287 public Object computeInit(
288 FLYSArtifact artifact,
289 String hash,
290 CallMeta meta,
291 List<Facet> facets)
292 {
293 return null;
294 }
286 } 295 }
287 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 : 296 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org