|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.smartsync.SyncBoResponseState
Enum class for states of
SyncBoResponse
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 |
public static final SyncBoResponseState INITIAL
SyncBoResponse.merge()
was not called. SyncBoResponse.getServerSyncBo()
.
public static final SyncBoResponseState MERGE_SUCCEEDED
SyncBoResponse.merge()
SyncBoResponse.getServerSyncBo()
.
public static final SyncBoResponseState MERGE_FAILED
SyncBoResponse.merge()
was not successfullSyncBoResponse.getServerSyncBo()
.
public static final SyncBoResponseState RESOLVED
SyncBoResponse.acceptClientSyncBo()
/
SyncBoResponse.acceptServerSyncBo()
public static final SyncBoResponseState DELETED
Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |