|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
Deprecated. type is not longer used. |
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.MERGE_ERROR
SyncReplyType of MERGE_ERROR type. |
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[] |
SyncReplyObserver.observeSyncReplyTypes()
Application has to implement this method to specify which types of SyncReply to observe. |
SyncReplyType |
SyncReply.getType()
Returns the type attribute of the SyncReply object |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |