com.kony.sync.services.interceptor
Interface ISyncOperationContext

All Known Subinterfaces:
ISyncClientContext, ISyncConflictContext, ISyncRequestContext, ISyncResponseContext

public interface ISyncOperationContext

Basic interface for the interceptor context.


Method Summary
 SyncScope getSyncScope()
          Returns the current sync scope object
 java.lang.Object getValue(java.lang.String key)
          Returns the value of the parameters
 void setValue(java.lang.String key, java.lang.Object value)
          Sets the value of the parameter
 

Method Detail

getValue

java.lang.Object getValue(java.lang.String key)
Returns the value of the parameters

Parameters:
key - Parameter name
Returns:

setValue

void setValue(java.lang.String key,
              java.lang.Object value)
Sets the value of the parameter

Parameters:
key - Parameter Name
value - Parameter Name

getSyncScope

SyncScope getSyncScope()
Returns the current sync scope object

Returns: