com.sap.ip.me.api.smartsync
Class SyncBoResponseType

java.lang.Object
  extended bycom.sap.ip.me.api.smartsync.SyncBoResponseType

public class SyncBoResponseType
extends java.lang.Object

A static enumeration type indicating the quarantine state of the SyncBo instance.

Since:
2.5
See Also:
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

CONFLICT

public static final SyncBoResponseType CONFLICT
SyncBoResponseType of CONFLICT type.


ERROR

public static final SyncBoResponseType ERROR
SyncBoResponseType of ERROR type.


MERGE_ERROR

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

forString

public static SyncBoResponseType forString(java.lang.String responseName)
Returns the SyncBoResponseType for a given string

Parameters:
responseName - String value or either error or conflict
Returns:
SyncBoResponseType

toString

public java.lang.String toString()
Returns the String representation of the response type

Returns:
the String representation of the response type


Copyright © 2005 SAP AG. All Rights Reserved.