public class CountUsersInGroupQueryCallback extends Object implements QueryCallback<Long>
Constructor and Description |
---|
CountUsersInGroupQueryCallback(Long directoryId,
Collection<Long> higherPriorityDirectoryIds,
Collection<String> groupNames,
DatabaseConfig dbConfig)
Constructor
|
public CountUsersInGroupQueryCallback(Long directoryId, Collection<Long> higherPriorityDirectoryIds, Collection<String> groupNames, 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 Long runQuery(DbConnection dbConnection)
runQuery
in interface QueryCallback<Long>
dbConnection
- the database connectionCopyright © 2002-2016 Atlassian. All Rights Reserved.