comparison flys-client/src/main/java/de/intevation/flys/client/client/services/ArtifactService.java @ 803:653ae84533e7

Read/create recommended Artifacts and add them to the current Collection. flys-client/trunk@2350 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 18 Jul 2011 09:52:16 +0000
parents 924da6695800
children 6f65e70fa11d
comparison
equal deleted inserted replaced
802:d45ad7fd3027 803:653ae84533e7
22 * @param locale The locale used for the request. 22 * @param locale The locale used for the request.
23 * @param factory The factory that should be used for the artifact creation. 23 * @param factory The factory that should be used for the artifact creation.
24 * 24 *
25 * @return the new artifact. 25 * @return the new artifact.
26 */ 26 */
27 public Artifact create(String serverUrl, String locale, String factory) 27 public Artifact create(
28 throws ServerException; 28 String serverUrl,
29 String locale,
30 String factory,
31 String uuid
32 ) throws ServerException;
29 } 33 }
30 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 34 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org