comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 941:1b509e4cf99b

Added a computeInit() method to intialize data/facets after creating new artifacts. flys-artifacts/trunk@2349 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 18 Jul 2011 09:20:42 +0000
parents f4439e015278
children 796c54058dc4
comparison
equal deleted inserted replaced
940:f4439e015278 941:1b509e4cf99b
81 /** The XPath that points to the name of the target state of ADVANCE.*/ 81 /** The XPath that points to the name of the target state of ADVANCE.*/
82 public static final String XPATH_ADVANCE_TARGET = 82 public static final String XPATH_ADVANCE_TARGET =
83 "/art:action/art:target/@art:name"; 83 "/art:action/art:target/@art:name";
84 84
85 public static final String XPATH_MODEL_ARTIFACT = 85 public static final String XPATH_MODEL_ARTIFACT =
86 "/art:action/art:template/@art:uuid"; 86 "/art:action/art:template/@uuid";
87 87
88 /** The constant string that shows that an operation was successful.*/ 88 /** The constant string that shows that an operation was successful.*/
89 public static final String OPERATION_SUCCESSFUL = "SUCCESS"; 89 public static final String OPERATION_SUCCESSFUL = "SUCCESS";
90 90
91 /** The constant string that shows that an operation failed.*/ 91 /** The constant string that shows that an operation failed.*/

http://dive4elements.wald.intevation.org