|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.smartsync.SyncBoDeltaRequestType
An enumeration of possible delta request types for SyncBoDeltaRequest.This request type is set in the SyncBoDeltaRequestType which is accessed using the SyncBoDeltaRequestFacade. The posssible types are
Example:
To download a SyncBo in a synchronous mode.
SmartSyncRuntime.getSyncBoDeltaRequestFacade(VisibilityType.USER_SHARED).getSyncBoDeltaRequest(syncBoDesc)
.setProcessing(SyncBoDeltaRequestType.DIRECT_REQUEST);
SyncBoDeltaRequest
,
SyncBoDeltaRequestFacade
Field Summary | |
static SyncBoDeltaRequestType |
DEFAULT
DEFAULT - the download request is sent to the backend with the communication mode as defined in the XML metadata. |
static SyncBoDeltaRequestType |
DIRECT_REQUEST
DIRECT_REQUEST - the download request is sent to the backend in synchronous mode. |
static SyncBoDeltaRequestType |
NO_REQUEST
NO_REQUEST - the download request is not sent to backend. |
static SyncBoDeltaRequestType |
REQUEST
REQUEST - the download request is sent to the backend in asynchronous mode. |
Method Summary | |
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 SyncBoDeltaRequestType NO_REQUEST
public static SyncBoDeltaRequestType REQUEST
public static SyncBoDeltaRequestType DIRECT_REQUEST
public static SyncBoDeltaRequestType DEFAULT
Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |