public interface SyncContext
SyncContext is used as scope for sync operations. Implementations are free to associate any resources with
the sync context. The sync context must not be accessed concurrently and must be closed after use.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this context and releases any resources bound to it.
|
boolean |
sync(ExternalIdentity identity)
Synchronizes an external identity with the repository based on the respective configuration.
|
boolean sync(@Nonnull ExternalIdentity identity) throws SyncException
identity - the identity to sync.true if the given identity was synced; false if for no change.SyncException - if an error occurrsvoid close()
Root passed during the creation call. This is the responsibility of the
application.Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.