public interface IncrementalRepositoryChangeTracker
Modifier and Type | Method and Description |
---|---|
Collection<ExternalUserGroup> |
getNextGroups()
Method to return the next groups from the repository.
|
Collection<User> |
getNextUsers()
Method to return the next users from the repository.
|
boolean |
needsToAcceptMembersOfGroups()
If this method returns true, the UserGroupSynchronizer has to visit the members of a group
explicitly.
|
void |
start()
Method to be called before the synchronization starts.
|
void |
stop(boolean success)
Method to be called after the synchronization ran.
|
Collection<ExternalUserGroup> getNextGroups()
Collection<User> getNextUsers()
boolean needsToAcceptMembersOfGroups()
void start()
void stop(boolean success)
success
- True, if the sync was successful.Copyright © 2019 Communote team. All rights reserved.