Nuxeo ECM Projects 5.6-RC1

org.nuxeo.ecm.platform.sync.manager
Class DocumentsSynchronizeManager

java.lang.Object
  extended by org.nuxeo.ecm.platform.sync.manager.DocumentsSynchronizeManager

public class DocumentsSynchronizeManager
extends Object

The manager to take care the documents set synchronization. It compares the tuples received with the local situation and operates the changes.

Author:
rux

Constructor Summary
DocumentsSynchronizeManager(CoreSession session, SynchronizeDetails synchronizeDetails, String queryName, ImportConfiguration importConfiguration, DocumentDifferencesPolicy documentDifferencesPolicy)
           
 
Method Summary
 void checkSynchronizeStatus()
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentsSynchronizeManager

public DocumentsSynchronizeManager(CoreSession session,
                                   SynchronizeDetails synchronizeDetails,
                                   String queryName,
                                   ImportConfiguration importConfiguration,
                                   DocumentDifferencesPolicy documentDifferencesPolicy)
Method Detail

run

public void run()
         throws ClientException
Throws:
ClientException

checkSynchronizeStatus

public void checkSynchronizeStatus()
                            throws SynchronizationException
Throws:
SynchronizationException

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.