comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java @ 157:013d47662161

Switched the Communication for Describe-Calls to the artifact-database from get to post. Added the possibility to tell the artifact-database that the ui should not be delivered in describe-responses. gnv/trunk@285 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Thu, 05 Nov 2009 14:53:24 +0000
parents 23a4f196d7d6
children 5570d9b3282f
comparison
equal deleted inserted replaced
156:aa5197b3f930 157:013d47662161
37 * @param artifactFactory 37 * @param artifactFactory
38 * @return the new Artifact 38 * @return the new Artifact
39 * @throws ArtifactDatabaseClientException 39 * @throws ArtifactDatabaseClientException
40 */ 40 */
41 public ArtifactObject createNewArtifact(ArtifactObject artifactFactory) 41 public ArtifactObject createNewArtifact(ArtifactObject artifactFactory)
42 throws ArtifactDatabaseClientException; 42 throws ArtifactDatabaseClientException;
43 43
44 /** 44 /**
45 * 45 *
46 * @param currentArtifact 46 * @param currentArtifact
47 * @return the Current Artifact 47 * @return the Current Artifact
48 * @throws ArtifactDatabaseClientException 48 * @throws ArtifactDatabaseClientException
49 */ 49 */
50 public ArtifactDescription getCurrentStepDescription( 50 public ArtifactDescription getCurrentStepDescription(
51 ArtifactObject artifactFactory, 51 ArtifactObject artifactFactory,
52 ArtifactObject currentArtifact) 52 ArtifactObject currentArtifact,
53 throws ArtifactDatabaseClientException; 53 boolean includeUI)
54 throws ArtifactDatabaseClientException;
54 55
55 /** 56 /**
56 * 57 *
57 * @param artifactFactory 58 * @param artifactFactory
58 * @param currentArtifact 59 * @param currentArtifact

http://dive4elements.wald.intevation.org