|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sap.ip.me.api.smartsync.SmartSyncRuntime
public abstract class SmartSyncRuntime
The SmartSyncRuntime class provides the accessor methods to the following SmartSync facade, factory and notifier classes. These classes are provided for their specific purposes.
| Constructor Summary | |
|---|---|
SmartSyncRuntime()
|
|
| Method Summary | |
|---|---|
abstract InboxNotifier |
getInboxNotifier()
Returns an instance of the InboxNotifier class. |
static SmartSyncRuntime |
getInstance()
Returns the static instance of this SmartSyncRuntime class. |
abstract SmartSyncJQueryFactory |
getJQueryFactory()
Returns an instance of the SmartSyncJQueryFactory class. |
abstract SmartSyncQueryFactory |
getQueryFactory()
Returns an instance of the SmartSyncQueryFactory class. |
abstract SyncBoDataFacade |
getSyncBoDataFacade()
Returns an instance of the SyncBoDataFacade for the specified VisibilityType. |
abstract SyncBoDataFacade |
getSyncBoDataFacade(VisibilityType visibility)
Deprecated. |
abstract SyncBoDeltaRequestFacade |
getSyncBoDeltaRequestFacade()
Returns an instance of the SyncBoDeltaRequestFacade class for the specified VisibilityType.. |
abstract SyncBoDeltaRequestFacade |
getSyncBoDeltaRequestFacade(VisibilityType visibility)
Deprecated. use getSyncBoDataFacade() instead. |
abstract SyncBoDescriptorFacade |
getSyncBoDescriptorFacade()
Returns an instance of the SyncBoDescriptorFacade class. |
abstract SyncBoOutDeltaFacade |
getSyncBoOutDeltaFacade()
Returns an instance of the SyncBoOutDeltaFacade class for the specified VisibilityType. |
abstract SyncBoOutDeltaFacade |
getSyncBoOutDeltaFacade(VisibilityType visibility)
Deprecated. |
abstract SyncBoOutDeltaNotifier |
getSyncBoOutDeltaNotifier()
Returns an instance of the SyncBoOutDeltaNotifier class. |
abstract void |
prepareSyncBoOutDeltaExcluding(SyncBoDescriptor[] excluding)
This method prepares all outbound (upload) SyncBo deltas and submits them to the synchronization layer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SmartSyncRuntime()
| Method Detail |
|---|
public static final SmartSyncRuntime getInstance()
public abstract SyncBoDescriptorFacade getSyncBoDescriptorFacade()
SyncBoDescriptorFacadepublic abstract SyncBoDataFacade getSyncBoDataFacade(VisibilityType visibility)
visibility - the visibility of the SyncBoDataFacade
public abstract SyncBoDataFacade getSyncBoDataFacade()
visibility - the visibility of the SyncBoDataFacade
public abstract SmartSyncQueryFactory getQueryFactory()
public abstract SmartSyncJQueryFactory getJQueryFactory()
public abstract InboxNotifier getInboxNotifier()
public abstract SyncBoOutDeltaNotifier getSyncBoOutDeltaNotifier()
public abstract SyncBoDeltaRequestFacade getSyncBoDeltaRequestFacade(VisibilityType visibility)
getSyncBoDataFacade() instead.
visibility - the visibility of the SyncBoDeltaRequestFacade. Since
Smart Sync supports only VisibilityType.SEPARATED
this argument will be ignored.
VisibilityType.SEPARATED.public abstract SyncBoDeltaRequestFacade getSyncBoDeltaRequestFacade()
visibility - the visibility of the SyncBoDeltaRequestFacade
public abstract SyncBoOutDeltaFacade getSyncBoOutDeltaFacade(VisibilityType visibility)
visibility - the visibility of the SyncBoOutDeltaFacade
public abstract SyncBoOutDeltaFacade getSyncBoOutDeltaFacade()
public abstract void prepareSyncBoOutDeltaExcluding(SyncBoDescriptor[] excluding)
throws SmartSyncException
excluding - the array of all SyncBoDescriptor that will be excluded from this process.
SmartSyncException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||