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

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

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

Fields in com.sap.ip.me.api.smartsync declared as RowChangeActionType
static RowChangeActionType RowChangeActionType.INSERT
          Insert action against the RowChange object
static RowChangeActionType RowChangeActionType.MODIFY
          Modify action against the RowChange object
static RowChangeActionType RowChangeActionType.DELETE
          Delete action against the RowChange object
static RowChangeActionType RowChangeActionType.REPLACE
          Deprecated. No RowChange should be marked as "Replace"
static RowChangeActionType RowChangeActionType.NOOPER
          Deprecated. No RowChange should be marked as "Nooper"
static RowChangeActionType RowChangeActionType.ERROR
          Deprecated. No RowChange should be marked as "Nooper"
 

Methods in com.sap.ip.me.api.smartsync that return RowChangeActionType
 RowChangeActionType RowChangeActionType.getMerged(RowChangeActionType actionToMerge)
          Gets the merged attribute of the RowChangeActionType object
static RowChangeActionType RowChangeActionType.forString(java.lang.String string)
          Description of the Method
static RowChangeActionType RowChangeActionType.forXMLString(java.lang.String string)
           
 RowChangeActionType RowChange.getAction()
          Deprecated. Gets the rowAction attribute of the RowInDelta object
 

Methods in com.sap.ip.me.api.smartsync with parameters of type RowChangeActionType
 void SyncBo.verifyOperation(Row row, RowChangeActionType action)
          verify the operation to this SyncBo
 RowChangeActionType RowChangeActionType.getMerged(RowChangeActionType actionToMerge)
          Gets the merged attribute of the RowChangeActionType object
 



Copyright © 2005 SAP AG. All Rights Reserved.