Package | Description |
---|---|
com.softwareag.mobile.data.sync |
Modifier and Type | Method and Description |
---|---|
ResponseSet |
DataSynchronization.download(java.lang.String mscAlias,
Filter filter)
Downloads data from the server for synchronization requests associated with a specific mobile sync component and user filter.
|
ResponseSet |
DataSynchronization.sync(RowStructure[] rows,
java.lang.String mscAlias)
Performs a bidirectional synchronization by uploading data sent by the mobile application and downloading data from the server.
|