comparison flys-client/src/main/java/de/intevation/flys/client/client/services/StepForwardService.java @ 852:c0105b4dc6d1

Cosmetics, doc. flys-client/trunk@2637 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 02 Sep 2011 12:52:41 +0000
parents 924da6695800
children bc06a671ef60
comparison
equal deleted inserted replaced
851:aa83a6a864b4 852:c0105b4dc6d1
6 import de.intevation.flys.client.shared.exceptions.ServerException; 6 import de.intevation.flys.client.shared.exceptions.ServerException;
7 import de.intevation.flys.client.shared.model.Artifact; 7 import de.intevation.flys.client.shared.model.Artifact;
8 import de.intevation.flys.client.shared.model.Data; 8 import de.intevation.flys.client.shared.model.Data;
9 9
10 /** 10 /**
11 * This interface provides artifact specific operation FEED. 11 * This interface provides artifact specific operations FEED and ADVANCE.
12 * 12 *
13 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 13 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
14 */ 14 */
15 @RemoteServiceRelativePath("forward") 15 @RemoteServiceRelativePath("forward")
16 public interface StepForwardService extends RemoteService { 16 public interface StepForwardService extends RemoteService {
17 17
18 /** 18 /**
19 * This method inserts new data into the an existing artifact. 19 * This method inserts new data into the an existing artifact and
20 * advances its state.
20 * 21 *
21 * @param serverUrl The url of the artifact server. 22 * @param serverUrl The url of the artifact server.
22 * @param locale The locale used for the request. 23 * @param locale The locale used for the request.
23 * @param artifact The artifact. 24 * @param artifact The artifact.
24 * @param data The data that should be inserted. 25 * @param data The data that should be inserted.

http://dive4elements.wald.intevation.org