@Named public class ApplicationLicensingController extends Object
| Constructor and Description |
|---|
ApplicationLicensingController(ApplicationLicensingService applicationLicensingService) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationLicensingSummaryEntity |
getLicensingSummaryForApplication(Long applicationId,
String appType,
Long version) |
RestPage<LicensedDirectoryInfoEntity> |
listDirectories(Long applicationId,
String productType,
Long version,
RestPageRequest restPageRequest) |
ListEntityWrapper<JiraType> |
listJiraTypes(Long applicationId,
Long version) |
List<LicensedUserEntity> |
searchUsers(Long applicationId,
LicensedUserSearchParameters searchParameters) |
VersionedRestPage<LicensedUserEntity> |
searchUsers(Long applicationId,
LicensedUserSearchParameters searchParameters,
RestPageRequest restPageRequest) |
@Inject public ApplicationLicensingController(ApplicationLicensingService applicationLicensingService)
public ListEntityWrapper<JiraType> listJiraTypes(Long applicationId, Long version) throws ApplicationNotFoundException
ApplicationNotFoundExceptionpublic RestPage<LicensedDirectoryInfoEntity> listDirectories(Long applicationId, String productType, Long version, RestPageRequest restPageRequest) throws ApplicationNotFoundException
ApplicationNotFoundExceptionpublic VersionedRestPage<LicensedUserEntity> searchUsers(Long applicationId, LicensedUserSearchParameters searchParameters, RestPageRequest restPageRequest) throws ObjectNotFoundException
ObjectNotFoundExceptionpublic List<LicensedUserEntity> searchUsers(Long applicationId, LicensedUserSearchParameters searchParameters) throws ObjectNotFoundException
ObjectNotFoundExceptionpublic ApplicationLicensingSummaryEntity getLicensingSummaryForApplication(Long applicationId, String appType, Long version) throws ApplicationNotFoundException
ApplicationNotFoundExceptionCopyright © 2024 Atlassian. All rights reserved.