@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
ApplicationNotFoundException
public RestPage<LicensedDirectoryInfoEntity> listDirectories(Long applicationId, String productType, Long version, RestPageRequest restPageRequest) throws ApplicationNotFoundException
ApplicationNotFoundException
public VersionedRestPage<LicensedUserEntity> searchUsers(Long applicationId, LicensedUserSearchParameters searchParameters, RestPageRequest restPageRequest) throws ObjectNotFoundException
ObjectNotFoundException
public List<LicensedUserEntity> searchUsers(Long applicationId, LicensedUserSearchParameters searchParameters) throws ObjectNotFoundException
ObjectNotFoundException
public ApplicationLicensingSummaryEntity getLicensingSummaryForApplication(Long applicationId, String appType, Long version) throws ApplicationNotFoundException
ApplicationNotFoundException
Copyright © 2021 Atlassian. All rights reserved.
View cookie preferences