Uses of Class
com.atlassian.crowd.util.BoundedCount
Packages that use BoundedCount
Package
Description
-
Uses of BoundedCount in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory that return BoundedCountModifier and TypeMethodDescriptionRemoteDirectory.countDirectMembersOfGroup(String groupName, int querySizeHint) Count the direct members of a group in the remote directory. -
Uses of BoundedCount in com.atlassian.crowd.manager.directory
Methods in com.atlassian.crowd.manager.directory that return BoundedCountModifier and TypeMethodDescriptionDirectoryManager.countDirectMembersOfGroup(long directoryId, String groupName, int querySizeHint) Count the direct members of a group in the provided directory with an upper bound. -
Uses of BoundedCount in com.atlassian.crowd.util
Methods in com.atlassian.crowd.util that return BoundedCountModifier and TypeMethodDescriptionstatic BoundedCountBoundedCount.atLeast(long count) Create a BoundedCount that is at-least as big as a given number.static BoundedCountBoundedCount.exactly(long count) Create a bounded count that exactly represents a number.static BoundedCountBoundedCount.fromCountedItemsAndLimit(long count, long potentialMaxCount) Get a bounded count from counting up to an upper bound.