|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A SyncBoRequest is a request message going to backend, which includes
download request and reset request. This interface provides the access to
the SyncBoRequest.
SyncBoDeltaRequest is a request for retrieving backend delta data. Without
sending SyncBoDeltaRequest from client, backend does not push a change delta
data to client. As default, SmartSync sends the SyncBoDeltaRequests for all
SyncBo descriptors. The API allows applications to:
Example:
Disable a SyncBo request being sent to the backend.
SmartSyncRuntime.getSyncBoDeltaRequestFacade(VisibilityType.USER_SHARED).getSyncBoDeltaRequest(syncBoDesc)
.setProcessing(SyncBoDeltaRequestType.NO_REQUEST);
| Method Summary | |
SyncBoDeltaRequestType |
getProcessing()
Gets the processing attribute of the SyncBoDeltaRequest object |
SyncBoResetType |
getResetProcessing()
Deprecated. Current release does not support the feature. |
SyncBoDescriptor |
getSyncBoDescriptor()
Gets the syncBoDescriptor attribute of the SyncBoDeltaRequest object |
void |
setProcessing(SyncBoDeltaRequestType requestProcessing)
Sets the processing attribute of the SyncBoDeltaRequest object |
void |
setResetProcessing(SyncBoResetType resetProcessing)
Deprecated. Current release does not support the feature. |
| Method Detail |
public SyncBoDescriptor getSyncBoDescriptor()
public void setProcessing(SyncBoDeltaRequestType requestProcessing)
requestProcessing - The new processing valueSyncBoDeltaRequestTypepublic SyncBoDeltaRequestType getProcessing()
SyncBoDeltaRequestTypepublic void setResetProcessing(SyncBoResetType resetProcessing)
resetProcessing - The new resetProcessing valueSyncBoResetTypepublic SyncBoResetType getResetProcessing()
SyncBoResetType
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||