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

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

public final class SyncBoResponseState
extends java.lang.Object

Enum class for states of SyncBoResponse

Author:
SAP AG

Field Summary
static SyncBoResponseState DELETED
          State that indicates that SyncBoResponse is deleted from persitence and this instance is invalid to use.
static SyncBoResponseState INITIAL
          State that indicates that SyncBoResponse is not merged: SyncBoResponse.merge() was not called.
static SyncBoResponseState MERGE_FAILED
          State that indicates that SyncBoResponse could not be merged on client: SyncBoResponse.merge() was not successfull is not resolved: there is a contrary SyncBo which can be retreived by calling SyncBoResponse.getServerSyncBo().
static SyncBoResponseState MERGE_SUCCEEDED
          State that indicates that SyncBoResponse is successfully merged on client by SyncBoResponse.merge() not resolved: there is a contrary SyncBo which can be retreived by calling SyncBoResponse.getServerSyncBo().
static SyncBoResponseState RESOLVED
          State that indicates that SyncBoResponse is resolved by application using SyncBoResponse.acceptClientSyncBo()/ SyncBoResponse.acceptServerSyncBo() not deleted from persistence.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INITIAL

public static final SyncBoResponseState INITIAL
State that indicates that SyncBoResponse is This is the root state for a SyncBoResponse.


MERGE_SUCCEEDED

public static final SyncBoResponseState MERGE_SUCCEEDED
State that indicates that SyncBoResponse is


MERGE_FAILED

public static final SyncBoResponseState MERGE_FAILED
State that indicates that SyncBoResponse


RESOLVED

public static final SyncBoResponseState RESOLVED
State that indicates that SyncBoResponse is


DELETED

public static final SyncBoResponseState DELETED
State that indicates that SyncBoResponse is deleted from persitence and this instance is invalid to use.

Method Detail

toString

public java.lang.String toString()


Copyright © 2005 SAP AG. All Rights Reserved.