com.hcl.voltmx.sync.services.interceptor
Interface ISyncRequestContext

All Superinterfaces:
ISyncClientContext, ISyncOperationContext

public interface ISyncRequestContext
extends ISyncClientContext

Interface for the Request context. This request context will be created by the sync services and will be passed to the methods while invoking the interceptor implementations.


Method Summary
 java.util.List<IEntity> getIncomingChanges()
          Returns the incoming changes from the client.
 
Methods inherited from interface com.hcl.voltmx.sync.services.interceptor.ISyncClientContext
getHttpContext, getRequestString, getResponseString
 
Methods inherited from interface com.hcl.voltmx.sync.services.interceptor.ISyncOperationContext
getSyncScope, getValue, setValue
 

Method Detail

getIncomingChanges

java.util.List<IEntity> getIncomingChanges()
Returns the incoming changes from the client.

Returns:
Entity instance of the client data