|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.smartsync.GlobalResetProcessing
Enumeration of options for application data reset. The reset type is set to the
SyncBoDeltaRequestFacade. In the global reset the data of the application/ user
binding conversation id is reset and not the whole device data.
The reset type is set to default after the synchronization.
SyncBoDeltaRequestFacade requestFacade = SmartSyncRuntime.getInstance()
.getSyncBoDeltaRequestFacade(VisibilityType.SEPARATED);
requestFacade.setGlobalResetProcessing(GlobalResetProcessing.RESET);
SyncBoDeltaRequestFacade
Field Summary | |
static GlobalResetProcessing |
DEFAULT
Equivalent to NO_RESET. |
static GlobalResetProcessing |
DELETE_OUT_DELTA_AND_RESET
Reset, destroy all existing local delta |
static GlobalResetProcessing |
NO_RESET
Not reset, it is the default value |
static GlobalResetProcessing |
RESET
Reset, before the reset request, all existing local delta data are sent to backend |
Method Summary | |
static GlobalResetProcessing |
forString(java.lang.String value)
|
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 GlobalResetProcessing NO_RESET
public static GlobalResetProcessing RESET
public static GlobalResetProcessing DELETE_OUT_DELTA_AND_RESET
public static GlobalResetProcessing DEFAULT
Method Detail |
public static GlobalResetProcessing forString(java.lang.String value)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |