Mercurial > dive4elements > framework
comparison artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ArtifactResource.java @ 89:d348fe1fd822
More javadoc (fixes small glitches, too).
artifacts/trunk@845 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 26 Mar 2010 16:16:32 +0000 |
parents | 69c84cf7c5d7 |
children | e27cf9c84eb8 |
comparison
equal
deleted
inserted
replaced
88:69c84cf7c5d7 | 89:d348fe1fd822 |
---|---|
116 * @param identifier The identifier of the artifact. | 116 * @param identifier The identifier of the artifact. |
117 * @param action The action to be performed. | 117 * @param action The action to be performed. |
118 * @param source The input document to further parameterize the | 118 * @param source The input document to further parameterize the |
119 * operation. | 119 * operation. |
120 * @param db The artifact database where to find the artifact. | 120 * @param db The artifact database where to find the artifact. |
121 * @return | 121 * @return The representation produced by the performed action. |
122 */ | 122 */ |
123 protected Representation dispatch( | 123 protected Representation dispatch( |
124 String identifier, | 124 String identifier, |
125 String action, | 125 String action, |
126 Document source, | 126 Document source, |