- getAccess() - Method in interface com.atlassian.application.api.Application
-
- getAccess(ApplicationKey) - Method in interface com.atlassian.application.api.ApplicationManager
-
Get the
ApplicationAccess associated with the passed application,
or
Option.none() if there is no
Application installed with the passed key.
- getAccessError(UserKey) - Method in interface com.atlassian.application.api.ApplicationAccess
-
Returns the most important reason why the passed user cannot access the
Application.
- getActiveUserCount() - Method in interface com.atlassian.application.api.ApplicationAccess
-
Returns the number of users who are currently able to access the associated
Application.
- getApplication(ApplicationKey) - Method in interface com.atlassian.application.api.ApplicationManager
-
- getApplication(ApplicationKey, Class<A>) - Method in interface com.atlassian.application.api.ApplicationManager
-
- getApplicationKey() - Method in interface com.atlassian.application.api.ApplicationAccess
-
- getApplicationPlugins() - Method in interface com.atlassian.application.api.PluginApplication
-
Return all the application plugins in the application.
- getApplications() - Method in interface com.atlassian.application.api.ApplicationManager
-
- getConfigurationURI() - Method in interface com.atlassian.application.api.Application
-
Get the relative URI for the configuration of the application.
- getDefaultGroup() - Method in interface com.atlassian.application.api.Application
-
Get the default user group defined for the application.
- getDefinitionModuleKey() - Method in interface com.atlassian.application.api.PluginApplication
-
Return the module key for the module in the Primary plugin that defines the application.
- getDescription() - Method in interface com.atlassian.application.api.Application
-
Get the description of the application.
- getKey() - Method in interface com.atlassian.application.api.Application
-
- getLicense() - Method in interface com.atlassian.application.api.Application
-
Return the license associated with the application.
- getManagementPage() - Method in interface com.atlassian.application.api.ApplicationAccess
-
Returns a relative URI to a screen where administrators can manage application access.
- getMaximumUserCount() - Method in interface com.atlassian.application.api.ApplicationAccess
-
Return the maximum number of users that can be given access to the
Application.
- getName() - Method in interface com.atlassian.application.api.Application
-
Get the name of the application.
- getPlatform() - Method in interface com.atlassian.application.api.ApplicationManager
-
- getPluginKey() - Method in interface com.atlassian.application.api.ApplicationPlugin
-
The key of the plugin.
- getPlugins() - Method in interface com.atlassian.application.api.PluginApplication
-
Get the primary, application and utility plugins associated with the application.
- getPostInstallURI() - Method in interface com.atlassian.application.api.Application
-
Get the relative URI to show after the application is installed.
- getPostUpdateURI() - Method in interface com.atlassian.application.api.Application
-
Get the relative URI to show after the application is updated.
- getPrimaryPlugin() - Method in interface com.atlassian.application.api.PluginApplication
-
Get the primary plugin associated in the application.
- getProductHelpCloudSpaceURI() - Method in interface com.atlassian.application.api.Application
-
Returns relative URI to use as target space for product user helplinks in cloud.
- getProductHelpServerSpaceURI() - Method in interface com.atlassian.application.api.Application
-
Returns relative URI to use as target space for product user helplinks.
- getType() - Method in interface com.atlassian.application.api.ApplicationPlugin
-
Return the type of this plugin.
- getUserCountDescription(Option<Integer>) - Method in interface com.atlassian.application.api.Application
-
Returns the internationalised description for the passed number of users.
- getUtilityPlugins() - Method in interface com.atlassian.application.api.PluginApplication
-
Return all the utility plugins in the application.
- getVersion() - Method in interface com.atlassian.application.api.Application
-
Get the version of the application.