| Package | Description |
|---|---|
| com.atlassian.crowd.directory | |
| com.atlassian.crowd.manager.directory | |
| com.atlassian.crowd.util |
| Modifier and Type | Method and Description |
|---|---|
BoundedCount |
RemoteDirectory.countDirectMembersOfGroup(String groupName,
int querySizeHint)
Count the direct members of a group in the remote directory.
|
| Modifier and Type | Method and Description |
|---|---|
BoundedCount |
DirectoryManager.countDirectMembersOfGroup(long directoryId,
String groupName,
int querySizeHint)
Count the direct members of a group in the provided directory with an upper bound.
|
| Modifier and Type | Method and Description |
|---|---|
static BoundedCount |
BoundedCount.atLeast(long count)
Create a BoundedCount that is at-least as big as a given number.
|
static BoundedCount |
BoundedCount.exactly(long count)
Create a bounded count that exactly represents a number.
|
static BoundedCount |
BoundedCount.fromCountedItemsAndLimit(long count,
long potentialMaxCount)
Get a bounded count from counting up to an upper bound.
|
Copyright © 2018 Atlassian. All rights reserved.