O - the generic typepublic interface DoSyncItem<O>
| Modifier and Type | Method and Description |
|---|---|
O |
doSync(String itemId)
Do sync.
|
Boolean |
doUnSync(String itemId,
boolean deleteRemoteContent)
Do un sync.
|
O |
monitorSyncStatus(String itemId)
Gets the sync status.
|
void |
registerCallbackForId(String itemId)
Register callback for id.
|
Boolean |
removeSync(String itemId)
Removes the sync.
|
Boolean |
stopSync(String itemId)
Stop sync.
|
O doSync(String itemId) throws ItemNotSynched, Exception
itemId - the item idItemNotSynched - the item not synchedException - the exceptionBoolean doUnSync(String itemId, boolean deleteRemoteContent) throws ItemNotSynched, Exception
itemId - the item iddeleteRemoteContent - the delete remote contentItemNotSynched - the item not synchedException - the exceptionO monitorSyncStatus(String itemId) throws ItemNotSynched, Exception
itemId - the item idItemNotSynched - the item not synchedException - the exceptionBoolean removeSync(String itemId) throws ItemNotSynched, Exception
itemId - the item idItemNotSynched - the item not synchedException - the exceptionBoolean stopSync(String itemId) throws ItemNotSynched, Exception
itemId - the item idItemNotSynched - the item not synchedException - the exceptionCopyright © 2018. All Rights Reserved.