| Name | Description | Type | Package | Framework |
| BasisFieldType | An enumeration of possible basis field types for SmartSync. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| CharacterField | CharacterField represents the static type of field with java. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| DateField | DateField represents the static type of field with java. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| DecimalField | DecimalField represents the static type of field with java. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| DependencyType | An enumeration of possible dependencies between SyncBOs with foreign key relationships. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| DescriptorIterator | This is a generic interface based on the Iterator pattern. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| ErrorConflictInbox | This serves as the access point of all SmartSync applications in retrieving error or conflict response from the server. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| Field | A Field represents a specific field with its meta info - FieldDescriptor. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| FieldDescriptor | The FieldDescriptor provides read access to field's metadata description. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| FieldDescriptorIterator | An iterator over a collection of FieldDescriptor objects. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| FieldGroupDescriptor | The FieldGroupDescriptor is a metadata interface that holds the description of a certain FieldGroup instance. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| FieldGroupDescriptorIterator | An iterator over a collection of FieldGroupDescriptor objects. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| FieldGroupType | | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| FieldInputQualifyType | An enumeration of qualification (permission) types for possible field input. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| FixedDecimal | A FixedDecimal is an immutable, arbitrary-precision signed decimal number. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| GlobalResetProcessing | Enumeration of options for application data reset. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| InboxNotifier | SmartSync uses Notifier/ Observer design pattern for applications to access in-/ out- box. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| InvalidDescriptorException | Thrown when an application attempts to pass an invalid descriptor, or the descriptor is not available. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| MessageReply | MessageReply is used to describe communication status. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| MessageReplyObserver | SmartSync uses Notifier/ Observer design pattern for applications to access in-/ out- box. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| MessageReplyType | An enumeration of possible SmartSync message reply types. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| ModificationNotAllowedException | This exception is thrown when any invalid of illegal update operation is performed on the repository object. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| NumericField | NumericField represents the static type of field with java. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| PositionStatusType | An enumeration of possible position status types of SyncBo objects. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| ProcessingStatusType | An enumeration of possible processing status types of SyncBo objects. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| RelationDescriptor | RelationDescriptor provides read access to: Relating FieldDescriptor. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| RelationDescriptorIterator | An iterator over a collection RelationDescriptor entities. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| Row | A Row is a data repository object having a set of fields represented by array or Field objects. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| RowChange | RowChange represents changed row - RowDelta. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| RowChangeActionType | This represents the action performed on the row. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| RowCollection | A RowCollection is a collection of Row entities. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| RowDescriptor | A RowDescriptor instance describes the metadata definition for a Row object. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| RowDescriptorIterator | An iterator over a collection of RowDescriptor objects. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| RowList | A RowList is a collection of Row entities. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| RowOutDelta | RowOutDelta represents changed row - RowDelta. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SmartSyncException | Smart Sync basic exception, other Smart Sync relating exceptions should be inherited from the exception | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SmartSyncJQueryFactory | Query factory class for join enabled queries. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SmartSyncQueryFactory | QueryFactory provides functionality to create Query, Condition and SortOrder instances. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SmartSyncRuntime | The SmartSyncRuntime class provides the accessor methods to the following SmartSync facade, factory and notifier classes. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SmartSyncTransactionManager | The TransactionManager is the entry point for application driven transaction management based on SyncBos. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| StatusType | An enumeration of possible status types of the repository objects (SyncBo or Row). | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBo | A SyncBo is a data repository object representing a business object. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoChange | This interface is the base interface to describe SyncBo delta change. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoChangeActionType | Enumeration of action type of SyncBoChange. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoCollection | A SyncBoCollection is a static collection of SyncBo entities. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoDataFacade | The SyncBoDataFacade provides access functions to all data objects (SyncBo or Row structures) in the repository, and a creator method for the SyncBo | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoDeltaRequest | A SyncBoRequest is a request message going to backend, which includes download request and reset request. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoDeltaRequestFacade | SyncBoDeltaRequestFacade provides read- / modification-access to SyncBoDeltaRequest, and provides the "global reset" function. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoDeltaRequestType | An enumeration of possible delta request types for SyncBoDeltaRequest. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoDescriptor | A SyncBoDescriptor represents a metadata of a SyncBO. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoDescriptorFacade | This class provides access to the the SyncBoDescriptor objects in the SmartSync client. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoDescriptorIterator | An iterator over a collection SyncBoDescriptor objects. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoInDelta | SyncBoInDelta is used to apply SyncBo delta data from backend to client. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoInDeltaObserver | This interface has to be implemented for any class observing SyncBO inbound delta. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoList | A SyncBoList is a static list of SyncBo entities. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoOutDelta | SyncBoOutDelta is used to update the SyncBo delta data of client to SmartSync uses Notifier/Observer design pattern for applications to access | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoOutDeltaFacade | SyncBoDeltaFacade offers methods to applications in accessing the outbound delta data. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoOutDeltaNotifier | SyncBoOutDeltaNotifier notifies the registered SyncBoOutDeltaObservers when a SyncBoOutDelta is set to be sent to the server during synchronization | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoOutDeltaObserver | This interface has to be implemented for any class observing SyncBO outbound delta. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoOutDeltaSendType | An enumeration of possible SyncBoOutDelta sending type. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoResetType | An enumeration of possible reset request types. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoResolver | SyncBoResolver resolves either the conflict or error to the server or client state. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoResponse | SyncBoRepsonse represents the error/conflict response information, which corresponds to a specific quarantined SyncBo. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoResponseLog | A log holder of the former response that was updated with a new one; holds the SyncBoResponse type, the semantic key and a message string. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoResponseState | | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncBoResponseType | A static enumeration type indicating the quarantine state of the SyncBoSince:2. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncProcessingType | An enumeration of the SyncBo's possible processing type. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncReply | SyncReply is constructed inside a SyncBoInDeltaData instance, and contains the backend handling status information towards the previous uploaded | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncReplyObserver | Interface to be imlemented by the application. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncReplyType | An enumeration of possible sync message's reply type. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| SyncState | Enum of SyncBo's SyncState objects. | Class | com.sap.ip.me.api.smartsync | SAP NetWeaver |
|
| TimeField | TimeField represents the static type of field with java. | Interface | com.sap.ip.me.api.smartsync | SAP NetWeaver |