- get(String) - Method in class com.softwareag.mobile.data.sync.Filter
-
Retrieves the values for a specified filter key.
- getActionId() - Method in class com.softwareag.mobile.data.sync.RowStructure
-
Returns the action ID for a single data row to indicate the action performed on that row.
0=insert, 1=delete, 2=update
- getAppName() - Method in class com.softwareag.mobile.data.client.Context
-
Returns the application name set by the application.
- getAppVersion() - Method in class com.softwareag.mobile.data.client.Context
-
Returns the application version set by the application.
- getConnectionProtocol() - Static method in class com.softwareag.mobile.data.client.Context
-
Gets the protocol used for communication with the server.
- getContext() - Static method in class com.softwareag.mobile.data.client.Context
-
Returns an instance of the Context class.
- getDataRow() - Method in class com.softwareag.mobile.data.sync.RowStructure
-
Returns the data row.
- getDeviceType() - Method in class com.softwareag.mobile.data.client.Context
-
Returns the device type set by the application.
- getHost() - Method in class com.softwareag.mobile.data.client.Context
-
Returns the server host name set by the application.
- getKeys() - Method in class com.softwareag.mobile.data.sync.Filter
-
Retrieves a list of previously added filter keys
- getLogger() - Static method in class com.softwareag.mobile.data.client.Context
-
Returns the logger instance to caller.
- getLogs() - Method in class com.softwareag.mobile.data.sync.DataSynchronization
-
Returns a String array with all the contents present in the log table.
- getLogTable() - Method in class com.softwareag.mobile.data.utils.Logger
-
- getPassword() - Method in class com.softwareag.mobile.data.client.Context
-
Returns the password used for authentication as set by the application.
- getPort() - Method in class com.softwareag.mobile.data.client.Context
-
Returns the server port number set by the application.
- getRowStructures() - Method in class com.softwareag.mobile.data.sync.ResponseSet
-
Returns business data in the format of RowStructure.
- getServerURL() - Method in class com.softwareag.mobile.data.client.Context
-
Returns the server URL set by the Mobile Support Client.
- getStatus() - Method in class com.softwareag.mobile.data.sync.ResponseSet
-
Returns the overall status code of the synchronization request (40 indicates success, 50 indicates failure, 30 indicates that a validation error occurred, 31 indicates that one or more filter keys passed in request do not match those defined in mobile sync component).
- getStatus() - Method in class com.softwareag.mobile.data.sync.RowStructure
-
Returns the status code for a single data row to indicate whether the operation performed on that row was successful.
0=success, 1=failed, 2=resolved, 3=no operation
- getUniqueId() - Method in class com.softwareag.mobile.data.sync.RowStructure
-
Returns the unique ID for a data row.
- getUserName() - Method in class com.softwareag.mobile.data.client.Context
-
Returns the user name needed for authentication.