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

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

public final class SyncBoResetType
extends java.lang.Object

An enumeration of possible reset request types.

Version:
2.1
Author:
SAP
See Also:
SyncBoDeltaRequest

Field Summary
static SyncBoResetType DEFAULT
          Deprecated. The default reset type: NO_RESET type
static SyncBoResetType DIRECT_RESET
          Deprecated. Send a synchronous reset request type.
static SyncBoResetType DIRECT_RESET_WITH_DEPENDENT
          Deprecated. Send a synchronous reset request with all dependents type.
static SyncBoResetType NO_RESET
          Deprecated. No reset request type.
static SyncBoResetType RESET
          Deprecated. Send a reset request type.
static SyncBoResetType RESET_WITH_DEPENDENT
          Deprecated. Send a reset request with all dependents type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_RESET

public static SyncBoResetType NO_RESET
Deprecated. 
No reset request type.


RESET

public static SyncBoResetType RESET
Deprecated. 
Send a reset request type.


DIRECT_RESET

public static SyncBoResetType DIRECT_RESET
Deprecated. 
Send a synchronous reset request type.


RESET_WITH_DEPENDENT

public static SyncBoResetType RESET_WITH_DEPENDENT
Deprecated. 
Send a reset request with all dependents type.


DIRECT_RESET_WITH_DEPENDENT

public static SyncBoResetType DIRECT_RESET_WITH_DEPENDENT
Deprecated. 
Send a synchronous reset request with all dependents type.


DEFAULT

public static SyncBoResetType DEFAULT
Deprecated. 
The default reset type: NO_RESET type



Copyright © 2005 SAP AG. All Rights Reserved.