public class GetUsersInGroupQueryCallback extends Object implements QueryCallback<List<String>>
| Constructor and Description |
|---|
GetUsersInGroupQueryCallback(Long directoryId,
Collection<Long> higherPriorityDirectoryIds,
Collection<String> groupNames,
int limit,
DatabaseConfig dbConfig)
Constructor
|
public GetUsersInGroupQueryCallback(Long directoryId, Collection<Long> higherPriorityDirectoryIds, Collection<String> groupNames, int limit, DatabaseConfig dbConfig)
directoryId - the directory ID to count withinhigherPriorityDirectoryIds - higher-priority directory IDs, used to filter out shadowed usersgroupNames - the expanded list of nested group namesdbConfig - database configpublic List<String> runQuery(DbConnection dbConnection)
runQuery in interface QueryCallback<List<String>>Copyright © 2002-2017 Atlassian. All Rights Reserved.