comparison artifacts/src/main/java/org/dive4elements/river/artifacts/D4EArtifact.java @ 7842:8d5ca5175038

Updated signature of artifacts setup method; Removed unnecessary setup overrides.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 30 Apr 2014 15:12:32 +0200
parents 56001dce01dd
children 2e45ff3f249b
comparison
equal deleted inserted replaced
7841:8036688f24e1 7842:8d5ca5175038
197 public void setup( 197 public void setup(
198 String identifier, 198 String identifier,
199 ArtifactFactory factory, 199 ArtifactFactory factory,
200 Object context, 200 Object context,
201 CallMeta callMeta, 201 CallMeta callMeta,
202 Document data) 202 Document data,
203 List<Class> facets)
203 { 204 {
204 log.debug("Setup this artifact with the uuid: " + identifier); 205 log.debug("Setup this artifact with the uuid: " + identifier);
205 206
206 super.setup(identifier, factory, context, callMeta, data); 207 super.setup(identifier, factory, context, callMeta, data, facets);
207 208
208 RiverContext flysContext = RiverUtils.getFlysContext(context); 209 RiverContext flysContext = RiverUtils.getFlysContext(context);
209 210
210 List<State> states = getStates(context); 211 List<State> states = getStates(context);
211 212

http://dive4elements.wald.intevation.org