- DatasourceAwareDelegateTransformer - Class in com.softwareag.mobile.runtime.toolkit.delegates
-
- DatasourceAwareDelegateTransformer(AbstractListDatasource, IDataTransformer, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.delegates.DatasourceAwareDelegateTransformer
-
- DatasourceAwareDelegateTransformer(AbstractListDatasource, IDataTransformer, String, String) - Constructor for class com.softwareag.mobile.runtime.toolkit.delegates.DatasourceAwareDelegateTransformer
-
- DatasourceException - Exception in com.softwareag.mobile.runtime.toolkit.rest
-
The DatasourceException
will be thrown by data sources and
normally indicates exceptions during the communication or data parsing.
- DatasourceException(String) - Constructor for exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
-
- DatasourceException(int) - Constructor for exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
-
- DatasourceException(String, int) - Constructor for exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
-
- DatasourceException(Exception) - Constructor for exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
-
- DatasourceException(Exception, int) - Constructor for exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
-
- DatasourceException(Exception, Object) - Constructor for exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
-
- DatasourceException(Exception, Object, int) - Constructor for exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
-
- DatasourceException(Exception, Object, String) - Constructor for exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
-
- DatasourceException(Exception, Object, String, int) - Constructor for exception com.softwareag.mobile.runtime.toolkit.rest.DatasourceException
-
- DatasourceNotification - Class in com.softwareag.mobile.runtime.toolkit.rest
-
A DatasourceNotification
is used by datasources to notify it's
observers about the type and the data that changed by an operation.
- DatasourceNotification(int) - Constructor for class com.softwareag.mobile.runtime.toolkit.rest.DatasourceNotification
-
Create a new DatasourceNotification
using the given type.
- DatasourceNotification(int, Vector) - Constructor for class com.softwareag.mobile.runtime.toolkit.rest.DatasourceNotification
-
Create a new DatasourceNotification
using the given type and
the objects itself that were changed.
- DatasourceNotification(int, Object) - Constructor for class com.softwareag.mobile.runtime.toolkit.rest.DatasourceNotification
-
Create a new DatasourceNotification
using the given type and
a single object that was changed.
- DateTransformer - Class in com.softwareag.mobile.runtime.toolkit.transformer
-
This Transformer can be used to parse date strings and format date values.
- DateTransformer(String) - Constructor for class com.softwareag.mobile.runtime.toolkit.transformer.DateTransformer
-
- DEBUG - Static variable in class com.softwareag.mobile.runtime.toolkit.logging.Logger
-
- debug(String) - Static method in class com.softwareag.mobile.runtime.toolkit.logging.Logger
-
- debug(String, String) - Static method in class com.softwareag.mobile.runtime.toolkit.logging.Logger
-
- delete(Object) - Method in interface com.softwareag.mobile.runtime.toolkit.persistence.ISQLiteConnector
-
Deletes a object identified by it's primary key value.
- delete(Object) - Method in class com.softwareag.mobile.runtime.toolkit.persistence.SQLiteConnectorImpl
-
- deleteAll() - Method in interface com.softwareag.mobile.runtime.toolkit.persistence.ISQLiteConnector
-
Deletes all objects from within this table.
- deleteAll() - Method in class com.softwareag.mobile.runtime.toolkit.persistence.SQLiteConnectorImpl
-
- deleteObserver(Observer) - Method in class com.softwareag.mobile.runtime.toolkit.util.Observable
-
- destroy() - Static method in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Deletes the current Session
.
- DISABLED - Static variable in class com.softwareag.mobile.runtime.toolkit.logging.Logger
-
Disable logging by using the constant.
- download() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
-
Starts a new download.
- DownloadOperation - Class in com.softwareag.mobile.runtime.toolkit.operations
-
The DownloadOperation
loads all data stored by the used
integration server.