Mercurial > dive4elements > framework
diff ChangeLog @ 294:b530e83acf2e
Adapted the signature of Hook.execute() which now retrieves a Document as third parameter.
artifacts/trunk@2333 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 14 Jul 2011 14:41:00 +0000 |
parents | a367a0d011af |
children | e5bc48dc3ec3 |
line wrap: on
line diff
--- a/ChangeLog Thu Jul 14 14:22:23 2011 +0000 +++ b/ChangeLog Thu Jul 14 14:41:00 2011 +0000 @@ -1,3 +1,12 @@ +2011-07-14 Ingo Weinzierl <ingo@intevation.de> + + * artifacts/src/main/java/de/intevation/artifacts/Hook.java: The Hook's + execute() method is called with a Document now. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: + The hooks that are called after feed() and advance() are called with the + documents which are returned by those operations. + 2011-07-14 Ingo Weinzierl <ingo@intevation.de> * artifacts/src/main/java/de/intevation/artifacts/GlobalContext.java: New.