Mobility properties determine
data movement within the enterprise, once mobile business objects are deployed to Unwired Server and device applications access MBO data.
Synchronization
Determine the amount of data (filter), and under what conditions (timing and triggers), mobile business objects (MBOs) upload data to and download data from Unwired Server.
Load Parameters
Load parameters control the amount of data refreshed between the enterprise information system (EIS) and the consolidated database (CDB), and creates partitions based on load parameter values. In contrast, synchronization parameters filter consolidated database (CDB) data during device application synchronization.
Cache Groups
A cache group specifies the data refresh behavior for every mobile business object (MBO) within that group.
Cache Update Policy
Fine-tune device application and Unwired Server performance by defining a cache update policy for mobile business object operations.
Object Queries
A SQL statement associated with a mobile business object (MBO), that returns a subset of a result set. For example, an object query is used to filter downloaded data to display a single row of a table when triggered.
Result Set Filters
A result set filter is a custom java class an experienced developer writes in order to specifically manipulate the rows or columns of data returned from a read operation for an MBO.