comparison artifact-database/src/main/java/de/intevation/artifactdatabase/state/State.java @ 365:81ae7948bff0

Added the owner Artifact as parameter to State.initialize(). artifacts/trunk@3628 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 09 Jan 2012 10:46:02 +0000
parents 4d3298295a64
children fd32dc33a24c
comparison
equal deleted inserted replaced
364:0723859f776f 365:81ae7948bff0
93 93
94 /** 94 /**
95 * Initializes the internal state of this State based on an other State. 95 * Initializes the internal state of this State based on an other State.
96 * 96 *
97 * @param orig The owner Artifact or the original State. 97 * @param orig The owner Artifact or the original State.
98 * @param owner The owner Artifact of this State.
98 * @param context The context object. 99 * @param context The context object.
99 * @param callMeta The CallMeta of the current call. 100 * @param callMeta The CallMeta of the current call.
100 */ 101 */
101 public void initialize(Artifact orig, Object context, CallMeta callMeta); 102 public void initialize(
103 Artifact orig,
104 Artifact owner,
105 Object context,
106 CallMeta callMeta);
102 107
103 108
104 /** 109 /**
105 * This method is called when an artifacts retrieves a describe request. It 110 * This method is called when an artifacts retrieves a describe request. It
106 * creates the user interface description of the current state. 111 * creates the user interface description of the current state.

http://dive4elements.wald.intevation.org