* the Vector containing the changes occurred on the device.
* It is treated in predefined-size pages to avoid sending
* to the server in the SyncML message too many items to be
* modified
*/
modifiedItems = new PagedVector((Vector)store.getContents(), MAX_ITEM_NUMBER);
}
Vector ids = new Vector();
moreElements = modifiedItems.getNextPage(ids);