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

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

public class SyncBoDeltaRequestType
extends java.lang.Object

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);
  

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

NO_REQUEST

public static SyncBoDeltaRequestType NO_REQUEST
NO_REQUEST - the download request is not sent to backend.


REQUEST

public static SyncBoDeltaRequestType REQUEST
REQUEST - the download request is sent to the backend in asynchronous mode.


DIRECT_REQUEST

public static SyncBoDeltaRequestType DIRECT_REQUEST
DIRECT_REQUEST - the download request is sent to the backend in synchronous mode.


DEFAULT

public static SyncBoDeltaRequestType DEFAULT
DEFAULT - the download request is sent to the backend with the communication mode as defined in the XML metadata.

Method Detail

toString

public java.lang.String toString()


Copyright © 2005 SAP AG. All Rights Reserved.