| Package | Description |
|---|---|
| com.atlassian.crowd.dao.licensing | |
| com.atlassian.crowd.model.licensing |
| Modifier and Type | Method and Description |
|---|---|
LicensingSummary |
LicensingSummaryDao.findById(Long id) |
LicensingSummary |
LicensedUsersQuery.getLicensingSummary() |
| Modifier and Type | Method and Description |
|---|---|
Optional<LicensingSummary> |
LicensingSummaryDao.findByApplication(Application application,
ApplicationSubtype applicationSubtype) |
List<LicensingSummary> |
LicensingSummaryDao.findByApplication(Application application,
Long version) |
Optional<LicensingSummary> |
LicensingSummaryDao.getLatestLicensingSummary(Application application) |
Optional<LicensingSummary> |
LicensingSummaryDao.getLicensingSummaryByVersion(Application application,
ApplicationSubtype applicationSubtype,
long version) |
| Modifier and Type | Method and Description |
|---|---|
void |
LicensingSummaryDao.activate(LicensingSummary licensingSummary)
Marks current version as an active one and deletes all other versions.
|
List<DirectoryInfo> |
DirectoryInfoDao.findDirectories(LicensingSummary licensingSummary) |
void |
LicensedUserDao.removeAll(LicensingSummary licensingSummary) |
void |
DirectoryInfoDao.removeAll(LicensingSummary licensingSummary) |
void |
LicensingSummaryDao.saveAfterCleanup(LicensingSummary licensingSummary) |
void |
LicensedUsersQuery.setLicensingSummary(LicensingSummary licensingSummary) |
LicensedUsersQuery.Builder |
LicensedUsersQuery.Builder.setLicensingSummary(LicensingSummary licensingSummary) |
| Constructor and Description |
|---|
LicensedUsersQuery(LicensingSummary licensingSummary,
String textSearch,
Date lastActiveOnOrBefore,
boolean neverLoggedIn,
DirectoryInfo directoryInfo,
int start,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
LicensingSummary |
DirectoryInfo.getLicensingSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectoryInfo.setLicensingSummary(LicensingSummary licensingSummary) |
Copyright © 2023 Atlassian. All rights reserved.