Modifier and Type | Method and Description |
---|---|
BoundedCount |
MembershipDAOHibernate.countDirectMembersOfGroup(long directoryId,
String groupName,
int potentialMaxCount) |
Modifier and Type | Method and Description |
---|---|
BoundedCount |
AzureAdDirectory.countDirectMembersOfGroup(String groupName,
int querySizeHint) |
BoundedCount |
AuditingDirectoryDecorator.countDirectMembersOfGroup(String groupName,
int querySizeHint) |
BoundedCount |
SpringLDAPConnector.countDirectMembersOfGroup(String groupName,
int querySizeHint) |
BoundedCount |
RemoteCrowdDirectory.countDirectMembersOfGroup(String groupName,
int querySizeHint) |
BoundedCount |
AbstractInternalDirectory.countDirectMembersOfGroup(String groupName,
int querySizeHint) |
BoundedCount |
AbstractForwardingDirectory.countDirectMembersOfGroup(String groupName,
int querySizeHint) |
BoundedCount |
MockSimpleRemoteDirectory.countDirectMembersOfGroup(String groupName,
int querySizeHint) |
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 |
MembershipDao.countDirectMembersOfGroup(long directoryId,
String groupName,
int potentialMaxCount)
Count the direct members of a group with a recommended upper bound on the count.
|
Modifier and Type | Method and Description |
---|---|
BoundedCount |
DirectoryManagerGeneric.countDirectMembersOfGroup(long directoryId,
String groupName,
int querySizeHint) |
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 |
---|---|
BoundedCount |
RecoveryModeRemoteDirectory.countDirectMembersOfGroup(String groupName,
int querySizeHint) |
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 © 2019 Atlassian. All rights reserved.