public interface SyncEngine
| Modifier and Type | Method and Description |
|---|---|
SyncFolderDescriptor |
check(String folderId,
boolean recursively) |
SyncOperationTicket |
doSync(String folderId) |
SynchronizedElementInfo |
getInfo(String elementId) |
void |
registerCallBack(String folderId,
SyncOperationCallBack callback) |
void |
setSynchronizedFolder(SynchFolderConfiguration config,
String folderId) |
void |
stopSynch(String folderId) |
void |
unsetSynchronizedFolder(String folderId,
boolean deleteRemoteContent) |
void |
updateCatalogFile(String folderId,
File toUpdate) |
SyncFolderDescriptor check(String folderId, boolean recursively) throws WorkspaceInteractionException, InternalException
void registerCallBack(String folderId, SyncOperationCallBack callback) throws ProcessNotFoundException
ProcessNotFoundExceptionSyncOperationTicket doSync(String folderId)
void stopSynch(String folderId) throws ProcessNotFoundException
ProcessNotFoundExceptionvoid setSynchronizedFolder(SynchFolderConfiguration config, String folderId) throws WorkspaceInteractionException, InternalException
void unsetSynchronizedFolder(String folderId, boolean deleteRemoteContent) throws WorkspaceInteractionException, InternalException
SynchronizedElementInfo getInfo(String elementId)
Copyright © 2018. All Rights Reserved.