public abstract class UserGroupRetriever extends Object
Constructor and Description |
---|
UserGroupRetriever() |
Modifier and Type | Method and Description |
---|---|
abstract Collection<ExternalUserGroup> |
getNextGroups()
Method to get the next groups.
|
abstract Collection<User> |
getNextUsers()
Method to get the next users.
|
boolean |
needsToAcceptMembersOfGroups()
If this method returns true, the UserGroupSynchronizer has to visit the members of a group
explicitly.
|
abstract void |
start()
Called, before the synchronizations starts.
|
abstract void |
stop(boolean success)
Called, when the synchronization has been finished.
|
public abstract Collection<ExternalUserGroup> getNextGroups()
public abstract Collection<User> getNextUsers()
public boolean needsToAcceptMembersOfGroups()
public abstract void start()
public abstract void stop(boolean success)
success
- If true, the synchronization was successful, else not.Copyright © 2019 Communote team. All rights reserved.