|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public MeIterator getAllSyncBoDeltaRequests()
public void setGlobalResetProcessing(GlobalResetProcessing globalResetProcessing)
globalResetProcessing
- The new globalResetProcessing valueGlobalResetProcessing
public GlobalResetProcessing getGlobalResetProcessing()
GlobalResetProcessing
public SyncBoDeltaRequest getSyncBoDeltaRequest(SyncBoDescriptor syncBoDescriptor)
syncBoDescriptor
- Specify the desired SyncBoDescriptor
public void resetAllSyncBoDeltaRequests()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |