public interface LicenseUsageService
| Modifier and Type | Method and Description |
|---|---|
void |
clearLicenseData() |
void |
clearStaleLicenseDataIfAny() |
LicenseDataVersion |
createLicenseDataVersion() |
List<UserDirectoryInformation> |
getDirectoryInfo(Long version,
int start,
int limit) |
Optional<LicenseDataVersion> |
getLatestValidVersion() |
List<LicensedUser> |
getLicensedUsers(Long version,
int start,
int limit) |
List<LicenseTierInfoEntity> |
getLicenseTierInformation() |
void |
markVersionComplete(Long version) |
void |
saveDirectoryInfo(Collection<UserDirectoryInformation> directoryInformation) |
void |
saveLicensedUserInformation(LicensedUser licensedUser) |
void |
saveLicensedUsersInformation(Collection<? extends LicensedUser> licensedUsers) |
List<LicensedUser> getLicensedUsers(Long version, int start, int limit) throws InvalidDataVersionException
InvalidDataVersionExceptionvoid saveDirectoryInfo(Collection<UserDirectoryInformation> directoryInformation)
List<UserDirectoryInformation> getDirectoryInfo(Long version, int start, int limit) throws InvalidDataVersionException
InvalidDataVersionExceptionvoid clearStaleLicenseDataIfAny()
void markVersionComplete(Long version)
LicenseDataVersion createLicenseDataVersion()
Optional<LicenseDataVersion> getLatestValidVersion()
void saveLicensedUserInformation(LicensedUser licensedUser)
void saveLicensedUsersInformation(Collection<? extends LicensedUser> licensedUsers)
List<LicenseTierInfoEntity> getLicenseTierInformation()
void clearLicenseData()
Copyright © 2021 Atlassian. All rights reserved.