Uses of Class
com.sap.ip.me.api.smartsync.SyncBoChangeActionType

Packages that use SyncBoChangeActionType
com.sap.ip.me.api.smartsync   
 

Uses of SyncBoChangeActionType in com.sap.ip.me.api.smartsync
 

Fields in com.sap.ip.me.api.smartsync declared as SyncBoChangeActionType
static SyncBoChangeActionType SyncBoChangeActionType.INSERT
          The changed SyncBo with the action of "INSERT".
static SyncBoChangeActionType SyncBoChangeActionType.MODIFY
          The changed SyncBo with the action of "MODIFY".
static SyncBoChangeActionType SyncBoChangeActionType.DELETE
          The changed SyncBo with the action of "DELETE".
static SyncBoChangeActionType SyncBoChangeActionType.REPLACE
          The changed SyncBo with the action of "REPLACE".
static SyncBoChangeActionType SyncBoChangeActionType.NOOPER
          The changed SyncBo with the action of "NOOPER.
static SyncBoChangeActionType SyncBoChangeActionType.ERROR
          The changed SyncBo with the action of "NOOPER.
 

Methods in com.sap.ip.me.api.smartsync that return SyncBoChangeActionType
 SyncBoChangeActionType SyncBoResponse.getActionType()
          Returns the server action type of the response.
static SyncBoChangeActionType SyncBoChangeActionType.forString(java.lang.String string)
          Description of the Method
static SyncBoChangeActionType SyncBoChangeActionType.forXMLString(java.lang.String string)
           
 SyncBoChangeActionType SyncBoChangeActionType.getMerged(SyncBoChangeActionType actionToMerge)
          Gets the merged attribute of the SyncBoChangeActionType object
 SyncBoChangeActionType SyncBoChange.getAction()
          Deprecated. Gets the SyncBo change action attribute.
 

Methods in com.sap.ip.me.api.smartsync with parameters of type SyncBoChangeActionType
 SyncBoChangeActionType SyncBoChangeActionType.getMerged(SyncBoChangeActionType actionToMerge)
          Gets the merged attribute of the SyncBoChangeActionType object
 



Copyright © 2005 SAP AG. All Rights Reserved.