Uses of Interface
com.atlassian.plugins.license.model.LicensedUser
Packages that use LicensedUser
-
Uses of LicensedUser in com.atlassian.plugins.license.service
Methods in com.atlassian.plugins.license.service that return types with arguments of type LicensedUserModifier and TypeMethodDescriptionLicenseUsageService.getLicensedUsers(Long version, int start, int limit) Deprecated.default List<LicensedUser>LicenseUsageService.getLicensedUsers(Long version, int start, int limit, Integer directoryID, boolean sortByLastLoginTimeASC) Get licensed users for a given version and directory.Methods in com.atlassian.plugins.license.service with parameters of type LicensedUserModifier and TypeMethodDescriptionvoidLicenseUsageService.saveLicensedUserInformation(LicensedUser licensedUser) Method parameters in com.atlassian.plugins.license.service with type arguments of type LicensedUserModifier and TypeMethodDescriptionvoidLicenseUsageService.saveLicensedUsersInformation(Collection<? extends LicensedUser> licensedUsers)
LicenseUsageService.getLicensedUsers(Long, int, int, Integer, boolean)instead