public interface UserCountService
Modifier and Type | Method and Description |
---|---|
Integer |
getLicenseMaxUsers()
Return the maximum number of user allowed by the license, If this instance has an unlimited license then the result would be Integer.MAX_VALUE
|
com.google.common.base.Optional<Integer> |
getRemainingFreeSlots()
Return the number of "free" slots on this Confluence instance
|
Integer |
getUserCount() |
Integer getUserCount()
com.google.common.base.Optional<Integer> getRemainingFreeSlots()
Integer getLicenseMaxUsers()
Copyright © 2003–2018 Atlassian. All rights reserved.