Interface Summary |
CharacterField |
CharacterField represents the static type of field with java.lang.String as the underlying data type. |
DateField |
DateField represents the static type of field with java.sql.Date as the underlying data type.
|
DecimalField |
DecimalField represents the static
type of field with java.math.BigDecimal as the underlying data type.
|
DescriptorIterator |
This is a generic interface based on the Iterator pattern.
|
ErrorConflictInbox |
This serves as the access point of all SmartSync applications in retrieving
error or conflict response from the server.the application could retrieve an
object that holds the information regarding the error or conflict as well as
the access to the resolver object to which it could use in resolving the issue.
|
Field |
A Field represents a specific field with its meta info - FieldDescriptor.
|
FieldDescriptor |
The FieldDescriptor provides read access to field's metadata description.
|
FieldDescriptorIterator |
An iterator over a collection of FieldDescriptor objects.
|
FieldGroupDescriptor |
The FieldGroupDescriptor is a metadata interface that
holds the description of a certain FieldGroup instance.
|
FieldGroupDescriptorIterator |
An iterator over a collection of FieldGroupDescriptor objects.
|
InboxNotifier |
SmartSync uses Notifier/ Observer design pattern for applications to access
in-/ out- box. |
MessageReply |
MessageReply is used to describe communication status. |
MessageReplyObserver |
SmartSync uses Notifier/ Observer design pattern for applications to
access in-/ out- box. |
NumericField |
NumericField represents the static
type of field with java.math.BigInteger as the underlying data type.
|
RelationDescriptor |
RelationDescriptor provides read access to:
Relating FieldDescriptor. |
RelationDescriptorIterator |
An iterator over a collection RelationDescriptor entities.
|
Row |
A Row is a data repository object having a set of fields represented by
array or Field objects. |
RowChange |
Deprecated. avoid using SyncBoOutDeltaObserver because
it reduces performance of outbound processing. |
RowCollection |
A RowCollection is a collection of Row entities. |
RowDescriptor |
A RowDescriptor instance describes the metadata definition for a Row object.
|
RowDescriptorIterator |
An iterator over a collection of RowDescriptor objects.
|
RowList |
A RowList is a collection of Row entities. |
RowOutDelta |
Deprecated. avoid using SyncBoOutDeltaObserver because
it reduces performance of outbound processing. |
SmartSyncQueryFactory |
QueryFactory provides functionality to create Query, Condition and SortOrder instances.
|
SmartSyncTransactionManager |
The TransactionManager is the entry point for application driven transaction management
based on SyncBos. |
SyncBo |
A SyncBo is a data repository object representing a business object. |
SyncBoChange |
Deprecated. avoid using SyncBoInDeltaObserver
and SyncBoOutDeltaObserver because it reduces
performance of synchronization. |
SyncBoCollection |
A SyncBoCollection is a static collection of SyncBo entities.It uses the SyncBo's
key field value as the key to that SyncBo entitiy.Its also possible to a get a iterator
of the SyncBo entities in this SyncBoCollection.
|
SyncBoDataFacade |
The SyncBoDataFacade provides access functions to all data objects (SyncBo
or Row structures) in the repository, and a creator method for the SyncBo
object. |
SyncBoDeltaRequest |
A SyncBoRequest is a request message going to backend, which includes
download request and reset request. |
SyncBoDeltaRequestFacade |
SyncBoDeltaRequestFacade provides read- / modification-access to
SyncBoDeltaRequest, and provides the "global reset" function. |
SyncBoDescriptor |
A SyncBoDescriptor represents a metadata of a SyncBO.
|
SyncBoDescriptorFacade |
This class provides access to the the SyncBoDescriptor
objects in the SmartSync client. |
SyncBoDescriptorIterator |
An iterator over a collection SyncBoDescriptor objects.
|
SyncBoInDelta |
Deprecated. avoid using SyncBoInDeltaObserver
because it reduces performance of inbound processing. |
SyncBoInDeltaObserver |
Deprecated. avoid using SyncBoInDeltaObserver
because it reduces performance of inbound processing. |
SyncBoList |
A SyncBoList is a static list of SyncBo entities. |
SyncBoOutDelta |
Deprecated. avoid using SyncBoInDeltaObserver
because it reduces performance of inbound processing. |
SyncBoOutDeltaFacade |
SyncBoDeltaFacade offers methods to applications in accessing the
outbound delta data. |
SyncBoOutDeltaNotifier |
Deprecated. avoid using SyncBoOutDelta
because it reduces performance of outbound processing. |
SyncBoOutDeltaObserver |
Deprecated. avoid using SyncBoOutDelta
because it reduces performance of outbound processing. |
SyncBoResolver |
Deprecated. This interface will be removed in next MI releases.
|
SyncBoResponse |
SyncBoRepsonse represents the error/conflict response information,
which corresponds to a specific quarantined SyncBo. |
SyncBoResponseLog |
Deprecated. interface will be removed in next MI releases. |
SyncReply |
SyncReply is constructed inside a SyncBoInDeltaData instance,
and contains the backend handling status information towards the previous uploaded
SyncBoOutDelta . |
SyncReplyObserver |
Interface to be imlemented by the application.
|
TimeField |
TimeField represents the static
type of field with java.sql.Time as the underlying data type.
|