|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.smartsync.SyncBoResponseType
A static enumeration type indicating the quarantine state of the SyncBo instance.
ErrorConflictInbox
,
SyncBoResolver
,
SyncBoResponse
,
SyncBoResponseLog
Field Summary | |
static SyncBoResponseType |
CONFLICT
SyncBoResponseType of CONFLICT type. |
static SyncBoResponseType |
ERROR
SyncBoResponseType of ERROR type. |
static SyncBoResponseType |
MERGE_ERROR
SyncBoResponseType of MERGE_ERROR type. |
Method Summary | |
static SyncBoResponseType |
forString(java.lang.String responseName)
Returns the SyncBoResponseType for a given string |
java.lang.String |
toString()
Returns the String representation of the response type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final SyncBoResponseType CONFLICT
SyncBoResponseType
of CONFLICT type.
public static final SyncBoResponseType ERROR
SyncBoResponseType
of ERROR type.
public static final SyncBoResponseType MERGE_ERROR
SyncBoResponseType
of MERGE_ERROR type. A MERGE_ERROR occurs
if MW has deteced a conflict on SyncBo level and tried to automatically
resolve this conflict by merging two versions of SyncBo on Row level. But
the merged version was not consistent because backend BAPI returned an error
for this merged SyncBo.
Method Detail |
public static SyncBoResponseType forString(java.lang.String responseName)
responseName
- String value or either error or conflict
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |