Uses of Enum Class
com.atlassian.crowd.model.ApplicationSubtype
Packages that use ApplicationSubtype
Package
Description
-
Uses of ApplicationSubtype in com.atlassian.crowd.acceptance.tests.applications.crowd
Methods in com.atlassian.crowd.acceptance.tests.applications.crowd with parameters of type ApplicationSubtypeModifier and TypeMethodDescriptionprotected static com.atlassian.plugins.license.entity.LicenseTierInfoEntityLicensingTestBase.createLicenseTierInfo(String applicationDisplayName, LocalDateTime expiryDate, ApplicationSubtype applicationSubtype, long licenseTier) -
Uses of ApplicationSubtype in com.atlassian.crowd.dao.licensing
Methods in com.atlassian.crowd.dao.licensing with parameters of type ApplicationSubtypeModifier and TypeMethodDescriptionLicensingSummaryDao.findByApplication(Application application, ApplicationSubtype applicationSubtype) LicensingSummaryDaoHibernate.findByApplication(Application application, ApplicationSubtype applicationSubtype) LicensingSummaryDao.getLicensingSummaryByVersion(Application application, ApplicationSubtype applicationSubtype, long version) LicensingSummaryDaoHibernate.getLicensingSummaryByVersion(Application application, ApplicationSubtype applicationSubtype, long version) -
Uses of ApplicationSubtype in com.atlassian.crowd.licensing
Methods in com.atlassian.crowd.licensing that return types with arguments of type ApplicationSubtypeModifier and TypeMethodDescriptionApplicationLicensingService.listJiraTypes(Long applicationId, Long version) Returns list of jira sub-types available for the givenApplicationType.JIRAapplicationApplicationLicensingServiceImpl.listJiraTypes(Long applicationId, Long version) -
Uses of ApplicationSubtype in com.atlassian.crowd.model
Methods in com.atlassian.crowd.model that return ApplicationSubtypeModifier and TypeMethodDescriptionstatic ApplicationSubtypeApplicationSubtype.getOnlySubtype(ApplicationType applicationType) static ApplicationSubtypestatic ApplicationSubtypeReturns the enum constant of this class with the specified name.static ApplicationSubtype[]ApplicationSubtype.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ApplicationSubtype in com.atlassian.crowd.model.licensing
Methods in com.atlassian.crowd.model.licensing that return ApplicationSubtypeMethods in com.atlassian.crowd.model.licensing with parameters of type ApplicationSubtypeModifier and TypeMethodDescriptionvoidLicensingSummary.setApplicationSubtype(ApplicationSubtype applicationSubtype) -
Uses of ApplicationSubtype in com.atlassian.crowd.plugin.rest.entity
Fields in com.atlassian.crowd.plugin.rest.entity with type parameters of type ApplicationSubtypeModifier and TypeFieldDescriptionstatic final com.google.common.collect.ImmutableMap<ApplicationSubtype, JiraType> JiraType.MAPMethods in com.atlassian.crowd.plugin.rest.entity with parameters of type ApplicationSubtypeModifier and TypeMethodDescriptionstatic JiraTypeJiraType.fromApplicationSubtype(ApplicationSubtype applicationSubtype)