|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyncBoOutDeltaSendType | |
com.sap.ip.me.api.smartsync |
Uses of SyncBoOutDeltaSendType in com.sap.ip.me.api.smartsync |
Fields in com.sap.ip.me.api.smartsync declared as SyncBoOutDeltaSendType | |
static SyncBoOutDeltaSendType |
SyncBoOutDeltaSendType.NO_SEND
NO_REQUEST - the SyncBoOutDelta is not sent to backend. |
static SyncBoOutDeltaSendType |
SyncBoOutDeltaSendType.SEND
SEND - the SyncBoOutDelta sends to backend as asynchronous mode. |
static SyncBoOutDeltaSendType |
SyncBoOutDeltaSendType.SEND_DIRECT
SEND_DIRECT - the SyncBoOutDelta sends to backend as synchronous mode. |
static SyncBoOutDeltaSendType |
SyncBoOutDeltaSendType.DEFAULT
Same as SEND |
Methods in com.sap.ip.me.api.smartsync that return SyncBoOutDeltaSendType | |
SyncBoOutDeltaSendType |
SyncBoOutDelta.getSendType()
Deprecated. Returns the sending processing value of the SyncBoOutDelta object |
Methods in com.sap.ip.me.api.smartsync with parameters of type SyncBoOutDeltaSendType | |
void |
SyncBoOutDeltaFacade.setSendType(SyncBoDescriptor syncBoDescriptor,
SyncBoOutDeltaSendType sendType)
Changes the send type of all outgoing (uploading) SyncBo deltas for a SyncBoDescriptor. |
void |
SyncBoOutDelta.setSendType(SyncBoOutDeltaSendType sendType)
Deprecated. use SyncBoOutDeltaFacade.setSendType(SyncBoDescriptor, SyncBoOutDeltaSendType)
instead to avoid performance problems. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |