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

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

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

Fields in com.sap.ip.me.api.smartsync declared as GlobalResetProcessing
static GlobalResetProcessing GlobalResetProcessing.NO_RESET
          Not reset, it is the default value
static GlobalResetProcessing GlobalResetProcessing.RESET
          Reset, before the reset request, all existing local delta data are sent to backend
static GlobalResetProcessing GlobalResetProcessing.DELETE_OUT_DELTA_AND_RESET
          Reset, destroy all existing local delta
static GlobalResetProcessing GlobalResetProcessing.DEFAULT
          Equivalent to NO_RESET.
 

Methods in com.sap.ip.me.api.smartsync that return GlobalResetProcessing
 GlobalResetProcessing SyncBoDeltaRequestFacade.getGlobalResetProcessing()
          Gets the globalResetProcessing attribute.
static GlobalResetProcessing GlobalResetProcessing.forString(java.lang.String value)
           
 

Methods in com.sap.ip.me.api.smartsync with parameters of type GlobalResetProcessing
 void SyncBoDeltaRequestFacade.setGlobalResetProcessing(GlobalResetProcessing globalResetProcessing)
          Sets the globalResetProcessing attribute.
 



Copyright © 2005 SAP AG. All Rights Reserved.