comparison artifacts/src/main/java/de/intevation/artifacts/Artifact.java @ 297:694d818e99b2

Adapted the signature of Artifact.setup() - a parameter of type CallMeta has been added. artifacts/trunk@2369 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 20 Jul 2011 12:30:57 +0000
parents d9a99b28a847
children 3447fa62f007
comparison
equal deleted inserted replaced
296:a8e009ebe13c 297:694d818e99b2
129 */ 129 */
130 public void setup( 130 public void setup(
131 String identifier, 131 String identifier,
132 ArtifactFactory factory, 132 ArtifactFactory factory,
133 Object context, 133 Object context,
134 CallMeta callMeta,
134 Document data); 135 Document data);
135 136
136 /** 137 /**
137 * Called from artifact database when an artifact is 138 * Called from artifact database when an artifact is
138 * going to be removed from system. 139 * going to be removed from system.

http://dive4elements.wald.intevation.org