|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |