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

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

public final class GlobalResetProcessing
extends java.lang.Object

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.

  SyncBoDeltaRequestFacade requestFacade = SmartSyncRuntime.getInstance()
                         .getSyncBoDeltaRequestFacade(VisibilityType.SEPARATED);
  requestFacade.setGlobalResetProcessing(GlobalResetProcessing.RESET);
  
The reset type is set to default after the synchronization.

Since:
2.1
Author:
SAP
See Also:
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

NO_RESET

public static GlobalResetProcessing NO_RESET
Not reset, it is the default value


RESET

public static GlobalResetProcessing RESET
Reset, before the reset request, all existing local delta data are sent to backend


DELETE_OUT_DELTA_AND_RESET

public static GlobalResetProcessing DELETE_OUT_DELTA_AND_RESET
Reset, destroy all existing local delta


DEFAULT

public static GlobalResetProcessing DEFAULT
Equivalent to NO_RESET.

Method Detail

forString

public static GlobalResetProcessing forString(java.lang.String value)

toString

public java.lang.String toString()


Copyright © 2005 SAP AG. All Rights Reserved.