comparison artifacts/src/main/java/de/intevation/artifacts/ArtifactFactory.java @ 41:5e4bc24ea438

Made serilization more flexible. DB update required!!! Fixed problem with touching artifacts in database. artifacts/trunk@119 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 23 Sep 2009 16:55:12 +0000
parents 251e8904d6c2
children d4c4c23847f5
comparison
equal deleted inserted replaced
40:af22d4de275c 41:5e4bc24ea438
49 * @param artifact The artifact to be rated. 49 * @param artifact The artifact to be rated.
50 * @param context The global context. 50 * @param context The global context.
51 * return time to live in ms. null means eternal. 51 * return time to live in ms. null means eternal.
52 */ 52 */
53 Long timeToLiveUntouched(Artifact artifact, Object context); 53 Long timeToLiveUntouched(Artifact artifact, Object context);
54
55 ArtifactSerializer getSerializer();
54 } 56 }
55 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: 57 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8:

http://dive4elements.wald.intevation.org