Do not call this method unless you know what you are doing. It is potentially a long running process and will block the calling thread. In addition, this method must never be called from inside a transaction, because it can be long running. You probably want to call {@link #synchronizeAndLoadContentSource(int)}.
@param contentSourceId identifies the content source to synchronize @returntrue
if the synchronization is complete; false
if there is already asynchronization already in progress and this call did nothing and aborted.
@throws Exception if failed to synchronize
|
|