Uses of Class
com.sap.ip.me.api.smartsync.SyncReplyType

Packages that use SyncReplyType
com.sap.ip.me.api.smartsync   
 

Uses of SyncReplyType in com.sap.ip.me.api.smartsync
 

Fields in com.sap.ip.me.api.smartsync declared as SyncReplyType
static SyncReplyType SyncReplyType.SUCCESS
          A static reply type indicating that the message sent to the backend was processed and handled successfully.
static SyncReplyType SyncReplyType.TECHNICAL
          A static reply type indicating that the message sent to the backend was not processed or handled successfully due to some technical-related problems such as RFC connections.
static SyncReplyType SyncReplyType.CONFLICT
          A static reply type indicating that the message sent to the backend was in conflict with other clients or devices.
static SyncReplyType SyncReplyType.DISABLED
          Deprecated.  
static SyncReplyType SyncReplyType.ERROR
          Backend cannot handle an uploaded delta data successfully; backend returns a SyncReply with the type is ERROR, with a replace "delete" rollback SyncBoInDeltaData to client.
static SyncReplyType SyncReplyType.PARTIAL
          Deprecated.  
static SyncReplyType SyncReplyType.RESET_SUCCESS
          Deprecated.  
static SyncReplyType SyncReplyType.RESET_FAILURE
          Deprecated.  
 

Methods in com.sap.ip.me.api.smartsync that return SyncReplyType
static SyncReplyType SyncReplyType.forString(java.lang.String typeString)
          Returns a SyncReplyType instance for the specified string representation/
 SyncReplyType SyncReply.getType()
          Returns the type attribute of the SyncReply object
 



Copyright © 2003 SAP AG. All Rights Reserved.