Uses of Class
com.atlassian.crowd.model.application.ApplicationType

Packages that use ApplicationType
com.atlassian.crowd.model.application   
 

Uses of ApplicationType in com.atlassian.crowd.model.application
 

Methods in com.atlassian.crowd.model.application that return ApplicationType
 ApplicationType Application.getType()
          Returns the type of the application.
static ApplicationType ApplicationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ApplicationType[] ApplicationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.crowd.model.application that return types with arguments of type ApplicationType
static java.util.List<ApplicationType> ApplicationType.getCreatableAppTypes()
          Returns the list of application types that can be added by the user to Crowd as an application.
 



Copyright © 2012 Atlassian. All Rights Reserved.