Interface ServerOperationParameters<M extends ServerOperationMessage>

Type Parameters:
M - Type of the ServerOperationMessages that the server sends back to the client through the ServerOperation.ResponseChannel.
All Superinterfaces:
com.google.gwt.user.client.rpc.IsSerializable
All Known Implementing Classes:
DnDServerOperationParameters, ExportParameters, SaveAnnotationParameters

public interface ServerOperationParameters<M extends ServerOperationMessage> extends com.google.gwt.user.client.rpc.IsSerializable
Interface that represents configuration parameters for an ServerOperation.

Instances are used to provide configuration parameters for the execution of the ServerOperation. Additionally ServerOperationParameters classes are used to provide routing information for delivering requests to the corresponding ServerOperation implementation. Therefore a ServerOperationParameters class is registered together with a ServerOperation instance in the ServerOperationRegistry.