public interface NestedGroupsProvider
Modifier and Type | Method and Description |
---|---|
List<Group> |
getDirectlyRelatedGroups(Collection<String> ids)
Returns list of directly related groups (e.g.
|
String |
getIdentifierForSubGroupsQuery(Group group)
Returns identifier of group that will be passed to
getDirectlyRelatedGroups(Collection) . |
int |
getMaxBatchSize()
Maximum number of groups passed to
#getDirectlyRelatedGroups(Collection, int) |
String |
normalizeIdentifier(String id)
Normalizes the identifier for de-duplication.
|
List<Group> getDirectlyRelatedGroups(Collection<String> ids) throws OperationFailedException
OperationFailedException
String getIdentifierForSubGroupsQuery(Group group)
getDirectlyRelatedGroups(Collection)
. Usually this should be
DirectoryEntity.getName()
or Group.getExternalId()
.String normalizeIdentifier(String id)
int getMaxBatchSize()
#getDirectlyRelatedGroups(Collection, int)
Copyright © 2020 Atlassian. All rights reserved.