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

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

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

Fields in com.sap.ip.me.api.smartsync declared as SyncBoResponseState
static SyncBoResponseState SyncBoResponseState.INITIAL
          State that indicates that SyncBoResponse is not merged: SyncBoResponse.merge() was not called.
static SyncBoResponseState 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 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 SyncBoResponseState.RESOLVED
          State that indicates that SyncBoResponse is resolved by application using SyncBoResponse.acceptClientSyncBo()/ SyncBoResponse.acceptServerSyncBo() not deleted from persistence.
static SyncBoResponseState SyncBoResponseState.DELETED
          State that indicates that SyncBoResponse is deleted from persitence and this instance is invalid to use.
 

Methods in com.sap.ip.me.api.smartsync that return SyncBoResponseState
 SyncBoResponseState SyncBoResponse.getSyncBoResponseState()
          Returns the current state of this instance.
 



Copyright © 2005 SAP AG. All Rights Reserved.