com.google.gwt.valuestore.shared
Interface SyncResult

All Known Implementing Classes:
SyncResultImpl

public interface SyncResult

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.

Result per record of a SyncRequest.


Method Summary
 java.lang.String getFutureId()
           
 Record getRecord()
           
 java.util.Map<java.lang.String,java.lang.String> getViolations()
           
 boolean hasViolations()
           
 

Method Detail

hasViolations

boolean hasViolations()

getFutureId

java.lang.String getFutureId()

getRecord

Record getRecord()

getViolations

java.util.Map<java.lang.String,java.lang.String> getViolations()