|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SyncBoDeltaRequestFacade
SyncBoDeltaRequestFacade provides read- / modification-access to
SyncBoDeltaRequest, and provides the "global reset" function. Regarding
SyncBoDeltaRequest handling, SyncBoDeltaRequest for more detail.
The following description is regarding the reset processing:
Example:
Request the download of a particular a SyncBo .
SmartSyncRuntime.getSyncBoDeltaRequestFacade(VisibilityType.USER_SHARED).getSyncBoDeltaRequest(syncBoDesc)
.setProcessing(SyncBoDeltaRequestType.REQUEST);
SyncBoDeltaRequest,
GlobalResetProcessing| Method Summary | |
|---|---|
MeIterator |
getAllSyncBoDeltaRequests()
Gets the all SyncBoDeltaRequests. |
GlobalResetProcessing |
getGlobalResetProcessing()
Gets the globalResetProcessing attribute. |
SyncBoDeltaRequest |
getSyncBoDeltaRequest(SyncBoDescriptor syncBoDescriptor)
Gets a specific SyncBoDetalRequest by passing a SyncBoDescriptor parameter. |
void |
resetAllSyncBoDeltaRequests()
Resets all SyncBoDeltaRequest values to default values. |
void |
setGlobalResetProcessing(GlobalResetProcessing globalResetProcessing)
Sets the globalResetProcessing attribute. |
| Method Detail |
|---|
MeIterator getAllSyncBoDeltaRequests()
void setGlobalResetProcessing(GlobalResetProcessing globalResetProcessing)
globalResetProcessing - The new globalResetProcessing valueGlobalResetProcessingGlobalResetProcessing getGlobalResetProcessing()
GlobalResetProcessingSyncBoDeltaRequest getSyncBoDeltaRequest(SyncBoDescriptor syncBoDescriptor)
syncBoDescriptor - Specify the desired SyncBoDescriptor
void resetAllSyncBoDeltaRequests()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||