com.sap.ip.me.api.smartsync
Interface RowOutDelta

All Superinterfaces:
RowChange

Deprecated. avoid using SyncBoOutDeltaObserver because it reduces performance of outbound processing.

public interface RowOutDelta
extends RowChange

RowOutDelta represents changed row - RowDelta.

Version:
2.1
Author:
SAP
See Also:
RowChange

Method Summary
 int getChangeSeqNo()
          Deprecated. Gets the changeSeqNo attribute of the RowOutDelta object
 
Methods inherited from interface com.sap.ip.me.api.smartsync.RowChange
getAction, getChangedFieldValues, getRowDescriptor, getSyncKey
 

Method Detail

getChangeSeqNo

public int getChangeSeqNo()
Deprecated. 
Gets the changeSeqNo attribute of the RowOutDelta object

Returns:
The changeSeqNo value


Copyright © 2005 SAP AG. All Rights Reserved.